I'm wondering if there are any reasons (apart from tidying up source code) why developers use the "Remove Unused Usings
" feature in Visual Studio 2008?
I'm wondering if there are any reasons (apart from tidying up source code) why developers use the "Remove Unused Usings
" feature in Visual Studio 2008?
There are a few reasons you'd want to take them out.
using
statements as your code changes over time.On the other hand, there aren't many reasons to leave them in. I suppose you save yourself the effort of having to delete them. But if you're that lazy, you've got bigger problems!