Choosing Variable Names

There are a few simple rules to follow when naming your variables. A variable name:

Tip

To reduce the amount of time you spend deciphering and debugging code, use each variable for only one purpose.