...
Failure to enclose the bodies of if
, for
, or while
statements in braces makes code maintenance error prone.
Related Guidelines
[Rogue 2000] | Rule 76, Use block statements instead of expression statements in control flow constructs |
...
...
Failure to enclose the bodies of if
, for
, or while
statements in braces makes code maintenance error prone.
[Rogue 2000] | Rule 76, Use block statements instead of expression statements in control flow constructs |
...