> For the complete documentation index, see [llms.txt](https://mm.ricky.moe/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mm.ricky.moe/other/ji-suan-ji-li-lun/solid-yuan-ze/isp-or-the-interface-segregation-principle.md).

# ISP | The interface Segregation Principle

不能强迫用户去依赖那些他们不使用的接口。换句话说，使用多个专门的接口比使用单一的总接口总要好。客户模块不应该依赖大的接口，应该裁减为小的接口给客户模块使用，以减少依赖性。
