Forgetting Ending Braces, Delimiters, and Statements

The longer the script becomes, the more likely it is that the ending statement of a code block (such as End If) or an ending code delimiter (such as %>) will be overlooked. This often results in confusing and ambiguous script errors. To avoid this common problem, make a practice of typing the closing portion of a statement as soon as you type the opening portion.