An applicative reservation validation example in C#

added by DotNetKicks
7/25/2022 1:26:43 PM

272 Views

How to return all relevant error messages in a composable way. I've previously suggested that I consider validation a solved problem. I still do, until someone disproves me with a counterexample. Here's a fairly straightforward applicative validation example in C#.


0 comments