I've always struggled when it comes to defining good names for functions and methods. Now that I'm learning Clojure, function naming becomes even more imperative, as you don't have classes and objects to help give meaning to a method. I'm finding at the moment that I'm spending half my time thinking of decent names for functions. I'm just wondering what process you all use when it comes to naming functions?
-- 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
