Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles / Languages / C#

Refactoring Tips - Tip 8

2.33/5 (5 votes)
1 Mar 2010CPOL 1  
Refactoring Tips - Tip 8Tip 8Remove classes/types declared,but not used.Remove namespaces, which are included in code,but not used - This usually happens when we are in process of removing the Classes or types which are not used.I hope this helps!.Regards,-Vinayak
Refactoring Tips - Tip 8

Tip 8

Remove classes/types declared,but not used.

Remove namespaces, which are included in code,but not used
- This usually happens when we are in process of removing the Classes or types which are not used.

I hope this helps!.

Regards,
-Vinayak

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)