|
feline
Moderator
    
United Kingdom
12841 Posts |
Posted - Nov 06 2006 : 10:08:48 AM
|
Encapsulate Field in C/C++ could ask you "Do you want the new functions in the header file or the cpp file?"
Create Implementation could ask you if you want the function to be documented, using Document Method.
This is not done because we have taken the decision to keep each of the refactoring operations as quick and easy to use as possible. The operations are designed so that you can chain them together to produce your desired outcome.
After running Encapsulate Field you can use Move Implementation to Source File on the new functions if you want.
If we tried to ask you every question, to offer every option, when you ran a refactoring operation it could easily become so much work it would be quicker to do the job by hand, and there would still be some extra option people wanted us to add  |
Edited by - feline on Nov 06 2006 1:22:14 PM |
|