In this chapter...
3.1 Spelling
3.1.1 Use of Underscores
3.1.2 Numbers
3.1.3 Capitalization
3.1.4 Abbreviations
3.2 Naming Conventions
3.2.1 Names
3.2.2 Type Names
3.2.3 Object Names
3.2.4 Program Unit Names
3.2.5 Constants and Named Numbers
3.3 Comments
3.3.1 General Comments
3.3.2 File Headers
3.3.3 Program Unit Specification Header
3.3.4 Program Unit Body Header
3.3.5 Data Comments
3.3.6 Statement Comments
3.3.7 Marker Comments
3.4 Using Types
3.4.1 Declaring Types
3.4.2 Enumeration Types
Summary
spelling
naming conventions
comments
using types
|