#validation
Read more stories on Hashnode
Articles with this tag
Let's use Defensive Programming to make sure that invalid data never makes it again! ยท Have you ever heard of Defensive Programming and the Fail-Fast...
One of the basics of the Object-Oriented programming is Encapsulation, which aims to never let our domain models enter an invalid state. Think about...