|
|
|
|
|
by oakwhiz
4664 days ago
|
|
There's nothing inherently wrong with input validation. The real problem here is twofold: Validation rules that make no sense, and what action is being taken by the system when input fails validation. Instead of just rejecting the form submission outright, why not just ask the user for explicit confirmation that their input is not mistaken? |
|