validation

Beginner 💻 Tech / IT

Definition

The process of checking whether data actually makes sense before letting it wreak havoc in your system—like a bouncer for your database. In tech, it's the gatekeeping function that prevents users from entering "banana" as their birth date. In therapy-speak, it's getting someone to acknowledge your feelings, but programmers prefer the database version.

Example Usage

Our form validation caught 47 people trying to register with email addresses that were just variations of curse words.

Source: Common software development terminology

Related Terms