hlfw.ca

webbing

ref: 4ca7a9ce4fe13f3561f09e9166aa9461e2be50e4
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