0
kicks
Larning how to use the Extract Interface Technique
Taking a look at another refactoring technique, the Extract Interface technique.
This technique allows you to extract an interface from a class in order to break your concrete dependencies. By doing this you can provide yourself with better testing support as well as a better layer of abstractions.