0
kicks
Simple Validation Rule Pattern Implementation
In this article I’ll talk about Validation Pattern. In lot of projects, we need to validate some business constraints. So instead of using repetitive if / else if etc;.. Here is a simple way to implement an “elegant” Validation Rule Pattern.