Phillippe Santana
PhillCode

PhillCode

Follow
homebadges
Tag

Validation

#validation

More content

Read more stories on Hashnode


Articles with this tag

Better data validation with Guard Clauses

Mar 3, 202216 min read

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...

Better data validation with Guard Clauses

How to achieve data consistency with TypeScript

Mar 3, 20226 min read

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...

How to achieve data consistency with TypeScript