Hi,
I'm just curious if unnecessary USINGs in my code slows down compiling of Visual Studio solution. Over time there are new and new usings in my code because of changes in code when some features are added, reimplemented and sometimes removed.
Should I even care about the number of USINGs? How can I remove unnecessary USINGs?
Thanks for answers!
(If this question is supposed to be a community wiki question, please let me know in comments and I'll change it)