Just dipping in to say the pragmatism and maturity around here is
hugely attractive compared to other tech communities. +1.
In terms of reducing the impact of a change, I have found ruthlessly
separating out into separate libraries very beneficial here. lein's
'checkout' capability makes it not mu
Thanks for your feedback. I've been anticipating this discussion, and my
response here is directed to everyone, not just your problem.
Using specs and instrument+generative testing is much different than the
example-based testing that has happened thus far, and should deliver
substantially grea
Hi.
I was sent here from the Clojurians Slack after posting a question there
about
the performance of clojure.spec (or actually cljs.spec).
After having specced most of my data structures and all of the functions in
a
couple of namespaces, I am seeing my test suite taking 5 minutes to
complete