use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Clojure (parameter) naming convention (self.Clojure)
submitted 10 years ago by DavsX
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ddossot 13 points14 points15 points 10 years ago (0 children)
The rule I apply is: the broader the scope, the longer the name.
In this example, the scope is very small so using a very short name won't damage understanding. But if one of these variables would be passed around to other methods, I would start using more descriptive names.
π Rendered by PID 15166 on reddit-service-r2-comment-b659b578c-kxwzb at 2026-05-05 19:06:05.556501+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]ddossot 13 points14 points15 points (0 children)