Reputation: 3687
What is the name of the design pattern (defined by Kent Beck I think) where a big method in one class is refactored in a new separate class.
Upvotes: 1
Views: 129
Reputation: 233162
The result of that Refactoring would be an example of the Command pattern.
Upvotes: 0