Interface Segregation Principle - SOLID Principles in Javascript
Learn about the Interface Segregation Design Principle to write clean code.
Aug 14, 20223 min read207

Search for a command to run...

Series
This series will be a complete guide to SOLID Design Principles. We will cover all 5 design principles and use them in practice using javascript to make our code easier to maintain and understand.
Learn about the Interface Segregation Design Principle to write clean code.

Learn about the Lisov Substitution Design Principle to write clean code.

Learn about the Open-Closed Design Principle to write clean code.

Learn about the Single Responsibility Principle to write better code.
