Design Principles & Design patterns
SOLID Design Principles Single Responsibility Pattern – class has a single responsibility like Class Sort won’t have functions to add or delete from the list. ex Microservices Open – Closed Principle – Open for extension and closed for modification. It tells you to write your code so that you will be able to add new […]