Community

Replacing exceptions with error notifications during input validation in Java

(Sayem Ahmed) In my previous article I wrote about an input validation design which replaces hard-to-maintain-and-test if-else blocks. However, as some readers pointed out, it has a drawback – if the input data has more than one validation errors, then the user will have to submit the request multip


Read More (Community content)