HomeMathEmailBlogGitHub

Naming things

2023-05-12

The names you give to classes, functions, and variables while programming is vital to a smooth experience, especially when collaborating with others.

Common practices differ among languages, but some general principles to consider when naming things in your code are as follows:

Note that in Clojure, functions that return booleans are usually named with a question mark at the end like even?