Is there any point to an interface if only one class implements it?
- by user343587
Looking at the (mature) codebase at my new job, there is an interface, and only one class implements it (as far as I can tell). Can/should I get rid of the interface?