Share via


Structuring and Formatting Your Code

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