Naming Convention

You Should Format Names in Your Code

You Should Format Names in Your Code

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

Descriptive Variable Names Are Not Always Good

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