Unused imports cause risks in code
This code insight counts one violation each time a import is nerver used.Why you should care
Usually, when this issue is encountered, it means that you began implementing a module but did not finish it. Other times, you might have refactored a module, but you forgot to remove the import statement. Treat this issue as a warning and review the module in question.Business Impacts
[nz_btn text="Production Risk" target="_self" animate="false" animation_type="ghost" color="pink" size="small" shape="rounded" type="normal" hover_normal="opacity" hover_ghost="fill" link="http://casthighlight.wpengine.com/category/product/indicators-methodology/innovation/" icon="icon-office"]CAST recommendations
References
https://www.quantifiedcode.com/knowledge-base/readability/Clean%20up%20unused%20imports/22jm8C6tAbout 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_unusedimports-avoid-unused-imports/
https://doc.casthighlight.com/alt_unusedimports-avoid-unused-imports/
Comments