You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
accord
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?
2 L A T E S T R E P L I E S (Newest First)
feline
Posted - Jul 13 2007 : 07:00:15 AM These things happen
case=1101
accord
Posted - Jul 12 2007 : 5:57:09 PM OK, I see an another topic that discussed this. Sorry for duplication