Testing
Cyclomatic complexity- The vairous paths and possibilities your code can go through at runtime
- Ideally you should test all the possible paths
Property based testing
- Test declaratively
- Uses
org.clojure/test.checklib
Cyclomatic complexityorg.clojure/test.check lib