Skip to content

Files

Latest commit

dd446b1 · Sep 18, 2023

History

History
8 lines (7 loc) · 208 Bytes

arch-solid-interface-segregation-principle.md

File metadata and controls

8 lines (7 loc) · 208 Bytes
tags
architecture
solid

Interface Segregation Principle(ISP) is a [[arch-solid|SOLID]] principle.

Keep interfaces small so that users don’t end up depending on things they don’t need.