It takes a while (a couple months) to get used to reading things
upside-down, but I wouldn't want to go back.  Knowing with certainty that
some called method is defined above in the compilation strategy simplifies
code-reading and comprehension by minimizing where you have to look, and it
also makes it easier to move stuff around with a text editor than what I
imagine the alternative would provide.

I haven't used a late-binding lisp in a large code-base, so I'm contrasting
against my experience with Java.




On Tue, Jun 3, 2014 at 10:51 AM, Phillip Lord <phillip.l...@newcastle.ac.uk>
wrote:

> Gregg Reynolds <d...@mobileink.com> writes:
>
> > 4.  Put your helper funcs ("defn-" stuff) in helpers.clj, without a call
> to
> > ns at the top, then (load "helpers") at the top of the file that uses
> them.
> >  You still get the effect you're looking for, with a one line "preface"
> > that tells the reader where to look for more info.  Seems to work in a
> > little test app (lein new app topdown):
>
> This is not side-effect free (sorry for pun). I did this for my code,
> and now slamhound doesn't work on it. Other tools too? I don't know.
>
>
> https://github.com/technomancy/slamhound/issues/61
>
> --
> 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/d/optout.
>

-- 
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/d/optout.

Reply via email to