▲ | JackSlateur 3 days ago | |||||||
Of course, I need runtime validation | ||||||||
▲ | codethief 2 days ago | parent [-] | |||||||
Sure, runtime validation is useful – at the boundaries of your domain! After that your type checker should ensure your data has the shape your code expects. In other words: Parse, don't validate. https://lexi-lambda.github.io/blog/2019/11/05/parse-don-t-va... | ||||||||
|