I use this module pretty much for any validation code I write
kurt-mueller-osumc opened this issue · 0 comments
kurt-mueller-osumc commented
Currently, my work requires me to read in csvs, json files, and xmls and parse/validate the files. I use FsToolkit.ErrorHandling
validation computation expression to validate group of attributes and collect any validation errors. FsToolkit.ErrorHandling makes this insanely easy to do and provides a clean, readable solution.
I just want to thank everybody who contributed to this library. It's really great, my life so much easier, and my code cleaner and easier to read/grok.
Some day, I'll buy you all beers/coffees/your beverages of choice. Thanks again.