GennadiyKorol
Ketchup Master
Israel
54 Posts |
Posted - Sep 12 2008 : 10:49:31 AM
|
Personally, a lot of time during refactoring I implement new methods that recreate "old" functionality but have better structure while keeping the original methods for reference and to "roll back".
When I'm done, I go and delete the old methods all together.
It would be convenient if VAX would provide an option to delete method signature and implementation all together because right now you have to jump through the files and do search to delete the method from both of h and cpp files.
Having this work thought inheritance hierarchy would also be a very nice addition. Removing a method from parent interface should also remove all references and overrides of it in child classes.
Having this work with delete button in some way could be even more nifty (making it optional of course).
Thanks for listening, Gennadiy |
Correctness might be a theoretical concept but incorrectness has practical implications. |
|