GeistHaus
log in · sign up

Isolating External Dependencies in Clojure

blog.josephwilk.net

Isolating external dependencies helps make testing easier. We can focus on a specific unit of code and we can avoid slow tests calling real services …

1 page links to this URL
Using effects in re-frame

In re-frame , we'd like to use pure event handlers because they provide some important advantages, (mentioned in a previous post about coef...