Exploring Extract Interface
Let's dive into the details surrounding Extract Interface.
- Episode #163 In this episode we are going to take a look at another refactoring technique, the
- Learn how to safely change Legacy Code by breaking dependencies using the '
- Extract
- Often you will have classes in code and you may want to introduce the interfaces for them. You can automatically
- Thinking in
In-Depth Information on Extract Interface
A screencast of one of Martin Fowler's refactoring patterns from the series called Dealing With Generalization. The Watch on Udacity: https://www.udacity.com/course/viewer#!/c-ud805/l-3608718991/m-440428791 Check out the full Advanced ... 11 Refactoring Extract Interface
How to follow the principle of Couple To Abstractions, Not Concretions, and how to avoid tempting others to break the rule.
That wraps up our extensive overview of Extract Interface.