Where to put your tests is a common question. You could put them anywhere, but you want to pick a place that makes it easy to find, easy to exclude from production, and work well with your tools. My recommendation is to follow what most projects do, which takes care of all of these requirements.
Mini Guides
Small, precise guides to a particular feature.
Where to find time to learn and practice Clojure
Learning any new language is a challenge, and Clojure is no different. Finding the time to learn and practice is a real challenge, so we need to make the most of what time we have. These tips will help you immerse yourself in Clojure.
Won’t it be hard to debug ClojureScript in my browser?
Even though ClojureScript adds another layer of abstraction, the tooling makes it easier to debug that plain JavaScript.