The program should be easy to read and to understand when you need to refer back to
it. Follow these guidelines while coding:
§ Always use "Option Explicit" to catch any undeclared or misspelled
variables. Also, the use of "Option Explicit" makes the Web pages run
fast. The "Option Explicit" option forces the explicit declaration of
variables.
§ Declare one variable per line. This avoids confusion about datatypes.
§ Use comments wherever possible to document a difficult code section.
§ Use blank lines in the code for clarity.
§ Use proper code block indenting.
No comments:
Post a Comment