Defensive Programming 101: Validation
Introduction
Validation is an essential part of any system that takes external input. It helps us protect our application by ensuring the data it receives is expected and can be processed. A strong validation setup for our application provides the ...
tidydesk.hashnode.dev7 min read