August 2015
Intermediate to advanced
220 pages
5h 53m
English
After you’ve seen an overview of how to build a Clojure application, you’ll need to consider other concerns, such as testing, integration, and deployment.
When you look into testing Clojure code, you’ll find that Clojure developers lean away from example-based unit testing and more toward other approaches such as interactive development in the REPL and model- or property-oriented approaches that can survey a wider range of inputs for correctness. This approach provides more coverage in less time and creates tests that are easier to maintain over time. However, it’s a shift in thinking, and some practice is required to yield the greatest benefits.
You may also need to connect your Clojure-based application to other systems, ...