Skip to content

Latest commit

 

History

History
38 lines (34 loc) · 814 Bytes

review.md

File metadata and controls

38 lines (34 loc) · 814 Bytes

Reviewing other Clojure libraries:

Things to check:
A) Validations coupled to data structure? B) Can I compare values in different locations? (e.g. minAge and maxAge) C) Can I interrogate validator for possible errors? D) Are validators composable? E) Can I update values? F) Can I run a single validator against multiple different locations? G) Can I see what constraints the validator was run against?

Libraries: Annotate - structure Bouncer Examine Herbert - structure Manners Metis Mississippi