Search Results

1
vote

Programming to an interface. How to decide where its needed?

Take a browse through the book Head-First Design Patterns... you'll see good arguments for using interfaces that have nothing to do with TDD or polymorphism. Interfaces all …