Structuring and Formatting Your Code
This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.
How you use structured coding conventions directly affects how easy your code is to understand and maintain. General principles of applying a structure to your code have effects at the application level, the module level, and the procedure level. The corresponding use of formatting — line breaks, white space, and indentation — helps reveal the logic and structure of each procedure.
See Also
Writing Solid Code | Writing Solid Script | Using a Naming Convention | Structuring Your Code | Formatting Code | Commenting Code | Designing Code to Be Used Again