Rule Definition
A 'for' loop must be straightforward to read. Using too many 'break' statements in 'for' loops makes them more difficult to read.
Remediation
Try to remove the 'break' statements from the loop and to manage the end-of-loop within the loop condition part.
Violation Code Sample
for (i = 0;i<10;i++) {
break;
}
Related Technologies
Technical Criterion
Programming Practices - Structuredness
About CAST Appmarq
CAST Appmarq is by far the biggest repository of data about real IT systems. It's built on thousands of analyzed applications, made of 35 different technologies, by over 300 business organizations across major verticals. It provides IT Leaders with factual key analytics to let them know if their applications are on track.