accord
Whole Tomato Software
United Kingdom
3287 Posts |
Posted - Jul 05 2007 : 5:08:05 PM
|
Sometimes would be handy to remove a member function by a refactoring feature. The member should be deleted from the header and from the cpp at once.
It is common when doing refactoring or when the project do not need some features anymore (for example when staring a new, similar project), or doing a major cleanup, etc.
Before doing this, I can use the find references to make sure, there are no references to the member AND I can easily use undo if I make a mistake. (Always doing a find references automatically by VAX is not an option because it will slow this feature down, so can be done faster by hand)
What do you think? |
Edited by - accord on Jul 05 2007 5:17:47 PM |
|