Coding conventions are recommended that may help you write code via Microsoft Visual Basic Scripting Edition. Coding conventions can include the given:
Naming conventions for objects, variables, & procedures
Commenting conventions
Text formatting & indenting guidelines
The major reason for utilizing a consistent set of coding conventions is to standardize the structure & coding style of a script or set of scripts so that you & others can easily read and understand the code. By using good coding conventions results in readable, precise and unambiguous source code which is consistent with other language conventions and is as intuitive as possible.