Note: This is part 4 of this tutorial, previous parts are: Part 1: DSL Validations: Properties. Part 2: DSL Validations: Child Properties Part 3: DSL Validations: Operators After introducing the…
Operators provide a value for validating properties as a single unit: think of a multi-part conditional check in an if statement. The most obvious operators are logical AND (&&) and…
Note: This is part 2 of (an expected) 4 part series. Part 1 is found at DSL Validations: Properties. Part 1 introduced the concept of property validators, providing the building…
Note: This is post 1 of (an expected) 4 part series. Links to future posts will be added here when published. Whether you aware of it or not, you likely…