-
Notifications
You must be signed in to change notification settings - Fork 117
Inline method refactoring #134
Comments
I would like to work on this however I want to ensure my interpretation matches yours.
Additionally, I would like to develop in 2 iterative steps, simple inline method followed by complex inline method. Please advise so that I can work on it. Thx, |
This refactoring was a user suggestion (on VS Extension Gallery, Twitter or similar). I've left the requirements open intentionally, to have place for discussion. Your interpretation makes sense to me and I think you can implement it that way. Some comments: In my opinion the refactoring should also be available with caret on invocation of (private) methods. It should be possible to inline a single-expression method even without a Development in iterative steps is welcome. |
Thanks for the affirmation and feedback. I believe I have enough to get started, consider it being worked on. Thx. |
Weaving simple method bodies directly into calling code.
Example: http://refactoring.com/catalog/inlineMethod.html
The text was updated successfully, but these errors were encountered: