Is there any point to an interface if only one class implements it?

Posted by user343587 on Stack Overflow See other posts from Stack Overflow or by user343587
Published on 2010-05-18T01:53:23Z Indexed on 2010/05/18 2:00 UTC
Read the original article Hit count: 159

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?

© Stack Overflow or respective owner

Related posts about refactoring

Related posts about class-design