During the year that I was on a Java project, I found Eclipse’s automated refactoring tools such a productivity boost. I remember doing probably my first automated Extract Method and seeing it automatically deduce which parameters would need to be passed, and saying “No way. No way!” And then you could rename methods (and it would update the dependencies); you could extract a local variable; you could do a quick fix… I would find myself giggling and sometimes laughing out loud – there were all these mundane, tedious and error-prone manual manipulations of source code that I was used to doing, being careful and manually checking everywhere to try not to miss something – and now that I could use the Refactor menu my mind was freed to think about the problem I needed to solve. Wow!
Automated refactoring was such a productivity and energy boost. I don’t want to go back to the way it was before. So, now that I’m in C++, I’m interested in finding an automated refactoring tool for C++ – preferably one that integrates with Visual Studio.
What’s Out There?
For C++ development, a quick Google search turned up devexpress’s Refactor! for C++ and Whole Tomato Software’s Visual Assist product, both of which integrate with Microsoft Visual Studio. Refactor! for C++ is a free download, whereas Visual Assist costs $249 with $49 maintenance renewals (or $99 for a license that is not eligible for the renewals).
This post on gamedev.net refers to SlickEdit as an alternative. Ah yes, apparently SlickEdit can do refactorings in C++ . And it appears that some people around here already use it. Hmm!
For Tonight’s Program, the Screenshots Part Will Be Played By…
Here is the part where I would take a bunch of screen shots demonstrating the use of Extract Method… but Whole Tomato has a nice post about that on codeproject already. Helpful to see the tool in action.
Out With a Whimper
And to add to the letdown of me not having my own screenshots… I haven’t come to a conclusion yet either. I have SlickEdit, the trial version of Visual Assist X, and Refactor! for C++ installed. Guess we’ll try ‘em and see!
(Const) References
Refactoring Tools Shoot Out by Legalize Adulthood
All developers are equal, but some are more equal… (Maciek Talaska)
A couple of Stack Overflow exchanges pointing to Refactor and VAX
SlickEdit – Programmer’s Editor (cplus.about.com)







