Not sure about that; knowing what a function is for is an important starting point to understanding it. Anyway' half of the code you work on will be using the other half (for given values of 'half' of course ;-) .
Generally, Clojure is a Lisp so Lisp idioms should apply (closing all your braces on the last line etc); you need to be thinking Lisp not Java, Ruby or whatever. Tom Ayerst 2008/12/29 Randall R Schulz <rsch...@sonic.net> > > On Monday 29 December 2008 09:11, lpetit wrote: > > You should consider using docstrings for documenting functions > > There's a big difference between the comments directed at someone > reading the code (possibly the author at a later date) and someone > wishing to use it. Function-level documentation strings serve only the > latter class of person. > > > Randall Schulz > > > > --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---