I've adopted and discarded a lot over the years. I had a period of intense language-hopping (intentionally; I was interested in languages themselves). After that, most of the ones that survived are pretty conscious.
Comments
Log in with your Bluesky account to leave a comment
In particular, scope-based variable name length. "The more can see it, the longer the name"; a loop index is `i`, `j`, or `k`; function parameters are words, datatype members are *at least* words.
(with exceptions for common math/physics constructs I guess.)
Comments
(with exceptions for common math/physics constructs I guess.)