defensive design Flashcards
1
Q
what is input validation?
A
checking if data meets a certain criteria before passing it into the program
2
Q
range check
A
checks the data is within a specific range
3
Q
presence check
A
checks data has been entered
4
Q
format check
A
checks the data has the correct format