Inconditional branches are unproductive in C++

Production RiskSoftware ResiliencyCode Reliability

Inconditional branches are unproductive in C++

This code insight

Count one violation each time one of the following keywords is encountered : continue, goto, break.

Exception : break at end of “case” statements.

 

5362

Why you should care

Inconditional branches can lead to loss of productivity and necessary optimizations in the code.

Business Impacts

Production Risk

CAST recommendations

References

https://www.tutorialspoint.com/sql/sql-transactions.htm

5362

About CAST and Highlight’s Code Insights

Over the last 25 years, CAST has leveraged unique knowledge on software quality measurement by analyzing thousands of applications and billions of lines of code. Based on this experience and community standards on programming best practices, Highlight implements hundreds of code insights across 15+ technologies to calculate health factors of a software.

See featuresHow it works