Understand that the current validation criterion for age is that it should only contain numbers and should be between 1-3 digits long inclusive.
However allowing a user to key in age 999 without a warning (while invalidating user input for other numbers) --- would it be better if 999 is invalidated as well? Perhaps age up to 200 is okay, the scope of the age range can be narrower.
Understand that the current validation criterion for age is that it should only contain numbers and should be between 1-3 digits long inclusive.
However allowing a user to key in age 999 without a warning (while invalidating user input for other numbers) --- would it be better if 999 is invalidated as well? Perhaps age up to 200 is okay, the scope of the age range can be narrower.
Labels:
severity.Low
type.FeatureFlaw
original: cth06-Github/ped#17