General Coding Standards
Layout and Style
Naming
Comments
Application Design
User-defined Data Types
| No. | Standard | Source |
|---|---|---|
| 29. | Class members variables are not directly accessible by client code | 1 |
| 30. | References to internal class members are not returned from class methods and properties | 2 |
Error Handling
Data Access
| No. | Standard | Source |
|---|---|---|
| 35. | Data access is implemented in its own package to avoid repetitious data access code throughout the program | 2 |