hlfw.ca

webbing

ref: 953bc4c1c99db5f95be8bcbcdcf7dc1ebf4cac3c
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