Slamhound <https://github.com/technomancy/slamhound> might be all you need.
If you’re an Emacs user, there’s the clj-refactor.el <https://github.com/clojure-emacs/clj-refactor.el> package (powered by the refactor-nrepl <https://github.com/clojure-emacs/refactor-nrepl> library). In my experience, Cursive <https://cursiveclojure.com/> has been pretty effective for refactoring (e.g., moving a file into a different directory and having all of the ns forms update appropriately). I hope that's helpful, Josh On Friday, September 18, 2015 at 12:54:03 PM UTC-4, Timur wrote: > > Hi everyone, > > Is there any recommended way of refactoring namespaces in Clojure? Any > tool support, which automates this task? > > Regards, > > Timur > -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
