hlfw.ca

webbing

ref: 1b4520b8cf130ca34181064c5876cee2479dd9ea
dir: /README.md/

View raw version
# forms

Contains form validation code

 - Any code that has validation scopes which are poorly defined, especially dates, must be tested with sanity checks.
   - Dates for symptoms cannot have an onset in the future
   - Birthdates cannot be older than 117 years
   - binary choices, such as true false, must test to show other values cannot be entered
 
 - The util has helper functions for writing your unit tests. See existing tests for canonical usage