...
Declarations of loop indices should be included within a for
statement (although even though this , technically , violates this guideline because the declaration is not on its own line with an explanatory comment):
...
...
Declarations of loop indices should be included within a for
statement (although even though this , technically , violates this guideline because the declaration is not on its own line with an explanatory comment):
...