Code Organization Within A File
Level | Description |
---|---|
Level 0 | no evidence of organization within a file |
Level 1 | Methods are grouped logically or by accessibility |
Level 2 | Code is grouped into regions and well commented with references to other source files |
Level 3 | File has license header, summary, well commented, consistent white space usage. The file should look beautiful. |
Resources
- Test item