/
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:
, multiple selections available,
Related content
Don't Use Unrelated Variable Names [VA1]
Don't Use Unrelated Variable Names [VA1]
More like this
Double-Check Variable Name Accuracy [VA2]
Double-Check Variable Name Accuracy [VA2]
More like this
Make Names Specific Enough to Distinguish Between Similar Variables [VS6]
Make Names Specific Enough to Distinguish Between Similar Variables [VS6]
More like this
Avoid Overly Short Names [VS1]
Avoid Overly Short Names [VS1]
More like this
Giving Names to the Unnamed
Giving Names to the Unnamed
More like this
Avoid Overly Long Names [VS3]
Avoid Overly Long Names [VS3]
More like this