Skip to main content

Domain Model Validation In Kotlin: Part 3

ยท One min read
Domain Model Validation In Kotlin: Part 3

In the third part of the series, Tiberiu Tofan explores multiple techniques of using a context when doing validations and how the context can be changed in the tests to simulate success or failure. All using just Kotlin standard library.