Interface Segregation Principle
Jump to navigation
Jump to search
External
Internal
Overview
Clients should not be forced to implement interfaces they don't use. Instead of one large interface many small interfaces are preferred based on groups of methods, each one serving one submodule.