isp-no-forced-dependency-on-unused-methods

Status: IN

The Interface Segregation Principle (ISP) states that clients should not be forced to depend on interface methods they do not use — prefer many small, focused interfaces over one large general-purpose interface.

Source: entries/2026/06/17/solid-overview.md

Depended on by

JSON