Why you should care
EXIT instruction is designed to exit the entire script hence the purpose of having only one instruction at a time. EXIT instruction has the capability of causing some of the script to be unread if placed incorrectly. As a result, the script will have compilation errors.Business Impacts
EXIT is an instruction that can add complexity if not used properly which results in a loss of time that could be used towards innovating the script instead.[nz_btn text="Acceleration" target="_self" animate="false" animation_type="ghost" color="orange" size="small" shape="rounded" type="normal" hover_normal="opacity" hover_ghost="fill" link="http://casthighlight.wpengine.com/category/product/indicators-methodology/acceleration/" icon="icon-office"]CAST Recommendations
References
https://www.geeksforgeeks.org/system-exit-in-java/[nz_btn text="Style Guide" link="https://github.com/Kristories/awesome-guidelines" target="_self" icon="icon-book" animate="false" animation_type="ghost" color="turquoise" size="small" shape="rounded" type="ghost" hover_normal="fill" hover_ghost="screen"]How we detect
This Code insight suggests that only one EXIT instruction should be present, and if possible, it should be the last instruction of the script.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.
For reference only. For the complete details please refer the original article
https://doc.casthighlight.com/alt_withseveralexit_loop_exit-closes-entire-script/
https://doc.casthighlight.com/alt_withseveralexit_loop_exit-closes-entire-script/
Comments