I came to prefer one-letter prefix for a common ns over no prefix at all. Once you get accustomed to it, prefixless fns start looking "wrong", and the overhead of two chars is something we can live with.
On Sunday, March 10, 2013 12:50:57 PM UTC+1, Alex Baranosky wrote: > > Stick with require/as. You'll love yourself more in a few months when you > need to read it. :) > > On Sun, Mar 10, 2013 at 4:48 AM, Jim - FooBar(); > <jimpi...@gmail.com<javascript:> > > wrote: > >> On 09/03/13 23:00, Korny Sietsma wrote: >> >>> Note that as of clojure 1.4 you can also do: >>> (:require foo.bar :refer :all) >>> in fact from comments I've seen elsewhere there is a general intention >>> to remove :use entirely? >>> >> >> a bare :use is essentially the same thing as :require :refer :all...none >> gives any insight about what is being brought in...my understanding is that >> since they do the same (bad) thing, let's stop using one of them... >> >> so given this, my question can be re-phrased as ":use/[:require >> :refer:all] an entire namespace full of protocols or stick with [:require >> :as]?"... >> >> >> Jim >> >> -- >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to clo...@googlegroups.com<javascript:> >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> clojure+u...@**googlegroups.com <javascript:> >> For more options, visit this group at >> http://groups.google.com/**group/clojure?hl=en<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 clojure+u...@**googlegroups.com <javascript:>. >> For more options, visit >> https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> >> . >> >> >> > -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com 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 clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.