3
votes
Is it just me or are interfaces overused?
Basic rule of thumb: If you only have a single class implementing an interface, and if you can't think of another possible implementation of the interface, you don't need an interface, at least no …
