Interface Segregation Principle in C#: Build Interfaces People Actually Want to Use
Don’t Make Me Implement That
We’ve all seen it—a class that’s forced to implement methods it doesn’t care about just because “the interface says so.”That’s what the Interface ...