Visual Code beautifully showcases the detection of unused imports: https://i.sstatic.net/3sIfO.png
Could delegating the task of removing all unused imports in a moderately large Angular 7 project to a junior developer or intern result in more than just improving code organization?
Is there a chance that app size and performance could be enhanced as well by this cleanup process?