Interface Segregation Principle

Use when designing interfaces. Use when implementing interfaces with methods you don't need. Use when forced to implement throw/no-op for interface methods.

yanko-belov 9395cc3 5.8 KB Updated

File contents

yanko-belov/code-craft/tree/main/skills/interface-segregation commit 9395cc3b88

Frequently asked questions

npx skillmds@latest add yanko-belov/interface-segregation-principle