DEV Community

Said Olano
Said Olano

Posted on

Interface Segregation Principle

Reduce fat interfaces into multiple smaller and more specific client specific interfaces. An interface should be more dependent on the code that calls it than the code that implements it.

Top comments (0)