I am going to create a comparison table of existing automatic C ++ refactoring tools, as well as explore the possibility of creating such a tool, free and open source.
My question is: what refactoring do you really use in your daily work? There are obvious things like renaming a variable / class / method, but is there anything specific for C ++, such as dealing with templates, STLs, copy constructors, initializers, etc. Etc.?
I am interested in building a realistic picture of all those small problems that a C ++ developer faces every day in his own encoding, and which can be automated, at least theoretically. I speak with my colleagues, but this is probably not enough.
Thanks in advance.
izhak source
share