
You Should Format Names in Your Code
- March 24, 2025
- 6 min read
- Programming concepts
In my code, I need to define a variable to represent my new item. But how should I name it? Does it even matter how I format the variable nameāor any other code item?
Read More
Descriptive Variable Names Are Not Always Good
- February 5, 2025
- 8 min read
- Programming concepts , Software quality
When naming variables in a program, the usual advice is to use descriptive names. But is this always the case? Let’s explore when shorter, less descriptive names might actually improve readability.
Read More