jakemcc/test-refresh

Persisting slow state between reloads

wambat opened this issue · 1 comments

Thought worth mentioning: I've managed to keep my slow-to-setup pieces of state from annoying reloading by moving it to separate NS and marking it with

(clojure.tools.namespace.repl/disable-reload!)

This is a good tip. I'll look into adding something to the README.