#endif statement comments would help code readability
the # endif statements in the code should probably have a comment to indicate
which #if statement is being ended, unless it is patently obvious. since we
don't indent the #if #endif sets (rightly, I think!), they can be difficult to
read otherwise. examples exist in psTrace.h
Change History
(6)
| Severity: |
normal → enhancement
|
| Severity: |
enhancement → normal
|
| Status: |
new → assigned
|
| Severity: |
normal → enhancement
|
| Resolution: |
→ fixed
|
| Status: |
assigned → closed
|
| Keywords: |
VERIFIED removed
|
did a search for #endif and added comments to each.