+ 3
What is extract method in code refactoring and when we must use it ?
2 Answers
+ 2
You can use it to split big methods into smaller ones. Its pretty handy , so you should use it. but its no must.
+ 2
If you use it reasonably it increases your code's readability. Which is - needless to say - decreases upkeep cost and further improvements will be easier to commit.