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
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are a few reasons you’d want to take them out.
usingstatements 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!