We systematically use refer all on tools.trace and a few other of our name spaces used for production support.
It becomes handy in a live repl in production. Luc P. > I agree with the general sentiment expressed here, but would just like to > add that `:refer`-ing a few frequently used functions (as Colin Yates > stated, particularly when it's assumed there is strong coupling or > closeness between the two namespaces involved), is a much more minor > nuisance than `:refer :all`. At least with `:refer [some-fn > some-other-fn]`, you _can_ figure out where the function came from by going > up to the `ns` declaration, and if you're fast with your editor, this is > easy to do. Both `:refer :all` and `:use`/ `(use)` should (IMHO) only be > used for hacking around at the repl. > > -- > 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. > -- Luc Prefontaine<[email protected]> sent by ibisMail! -- 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.
