Refactoring tools for namespaces and physical project structure

Posted by simendsjo on Stack Overflow See other posts from Stack Overflow or by simendsjo
Published on 2010-06-08T18:19:49Z Indexed on 2010/06/08 18:22 UTC
Read the original article Hit count: 226

When I hack around, some code tend to get much bigger than originally planned. As this happens I usually introduce/collapse/merge namespaces, move files between them, move folders etc etc. Sometimes, if I don't have a clear picture of the end result, this is a real pain and really easy to just "skip". This leads the project deteriorate where classes belong elsewhere, strange namespaces, no folders/wrong folders etc. And then I usually cannot take it anymore and do a larger cleanup - which is usually not difficult, just very tedious and it feels nice to do everything at once, so I do a code freeze while finishing up.

So my question is... Are there any tools to help refactoring the namespace/physical aspects of a project?

© Stack Overflow or respective owner

Related posts about c#

Related posts about visual-studio