Jan 4, 2025
About validation and re-validation: the "parse, don't validate" approach addresses this issue and enables code to live in "perfect world", where all values are always valid. It also fits perfectly into functional style error handling.
https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-validate/
