/
Include the Primary "What" in the Variable Name [VA4]

Include the Primary "What" in the Variable Name [VA4]

Tip VA4

A key aspect of variable naming accuracy is including the primary “what” in the variable name for what the variable represents. Variables typically will represent some kind of “noun.” Make sure you don’t leave that information out of the variable name when naming it.

Consider the following code:

Related content