Search Results

2
votes

Which comes first - The Interface or the Class

I usually go with the second option. Write a class and extract interface later. Usually the reason for extracting an interface is the need for a second implementation of that interface (often as …