ActionScript coding conventions

One of the most important aspects about programming is consistency, whether it relates to variable naming schemes (covered in Naming conventions), formatting code (covered in Formatting ActionScript syntax), or coding standards and the placement of your ActionScript 2.0 code, which is covered in this section. You dramatically simplify code debugging and maintenance if your code is organized and adheres to standards.

For more information on coding conventions, see the following topics: