tolitius / mount

managing Clojure and ClojureScript app state since (reset)
Eclipse Public License 1.0
1.22k stars 88 forks source link

removing :suspend and :resume #46

Closed tolitius closed 8 years ago

tolitius commented 8 years ago

These were added before realization that the same functionality can be achieved via:

(mount/stop-except ...)

and they unnecessary complicate the codebase making it harder to refacrtor / add new features.

I spoke to several people who use them in their apps, they agree that (mount/stop-except ...) can be used in all the cases they've used suspend / resume.

Hence the plan is to remove this API (i.e. :suspend / :resume)