Extract Refactoring Patterns Vocabulary

Practice extract refactoring pattern vocabulary: extract method, extract class, pull up, move method, inline variable, and describing refactoring intent to reviewers.

0 / 5 completed
1 / 5
'I'm applying _____ method to reduce the size of this function.' What refactoring moves code into a new named function?