A Suggested Variable Naming Convention for IDL Programming

Loosely modeled after the Leszynski/Reddick naming convention commonly used in VBA and other programming languages, it uses a <prefix><Name> pattern.

Here are some examples:

By using a self-descriptive variable name convention, potential errors can be prevented, such as trying to multipy a string and a number array, for example: