Bookmarked: [lexi-lambda.github.io] Parse, don’t validate
https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/
See more links at https://abhinavsarkar.net/linkblog #linkblog #linkblogging
Bookmarked: [lexi-lambda.github.io] Parse, don’t validate
https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/
See more links at https://abhinavsarkar.net/linkblog #linkblog #linkblogging
@abnv yea honestly that's how i usually build my validation schemes whenever i'm not forced into a specific validation system. validation can be forgotten, but parsing is required to move forward.
that's why i really dislike the validator systems there is, for example, in Symfony and similar web frameworks