On Tuesday, 23 July 2013 19:17:02 UTC+1, Jozef Wagner wrote:

> +1, :use is IMO an antipattern. 
>
> I hate it mainly in blogs, where they explain some new API. They :use like 
> 3 namespaces and you have to guess which fn is from which ns :)
>

Hmmm perhaps I'm guilty of this.

But I find code much more readable when it isn't full of aliases and I 
assume many other readers do too. Aliases IMHO add noise that distracts 
from the logic that you are trying to express.

Personally, it has never particularly bothered me which namespace a 
function is from while reading a blog post. I might need to know at some 
point in the future, but by then I'll actually be coding in an editor or a 
REPL, and then my editor/REPL will tell me.


-- 
-- 
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.


Reply via email to