what are the advantages and disadvantages of refactoring tools, in general?
|
|
Advantage: the obvious one: speed. Disadvantages:
|
||
|
|
|
|
|
||
|
|
|
|
Advantage
Disadvantages
|
|||
|
|
|
|
I'd say that the speed of making code changes or writing code is the biggest advantage. I have CodeRush and I am lost without it. I'd say the biggest disadvantage is the memory footprint, if you are tight on memory then its probably going to hurt more than help. But I've got 4Gb and 8Gb on each of my dev boxes so I don't really notice. (Not that they take huge amounts of memory, but if you are 2Gb or less then it is going to be noticeable) Also, I've noticed that the two big refactoring tools for .NET (RefactorPro/CodeRush and Resharper) both have problems with web site projects (A legacy inheritance so out of my control) with their code analysis/suggestion engine. Seems to think everything is bad (actually, that's probably a fairly accurate assessment for a web site project, but I don't want to be reminded of it constantly) |
||
|
|
