Category: Database

Can someone validate these for me?Is a common code practice in our microservices to have a lot of If’s blocks to validate if some values are null, or if they have the right size, the dates are correct, etc.

Related Articles