Validate Objects with All
Use the All method to validate an object.
We'll cover the following...
How to refactor object validation with All
When we need to validate an object against a set of rules, we write some if
statements to check if the input object breaks at least one of the rules. ...