Open-Closed Principle – SOLID Architecture Concept Explained
Por um escritor misterioso
Descrição
The Open-Closed principle (OCP) is one the 5 SOLID design principles. It was popularized by the American computer scientist and instructor, Robert C. Martin (aka Uncle Bob) in a paper he published in 2000. The other 4 SOLID design principles are: * Single Responsibility Principle (SRP) * Liskov
The Open-Closed principle (OCP) is one the 5 SOLID design principles. It was popularized by the American computer scientist and instructor, Robert C. Martin (aka Uncle Bob) in a paper he published in 2000. The other 4 SOLID design principles are: * Single Responsibility Principle (SRP) * Liskov Substitution Principle (LSP) * Interface Segregation Principle (ISP) * Dependency Inversion Principle (DIP). If you want to learn about all these principles, you can read my tutorial on the SOLID
The Open-Closed principle (OCP) is one the 5 SOLID design principles. It was popularized by the American computer scientist and instructor, Robert C. Martin (aka Uncle Bob) in a paper he published in 2000. The other 4 SOLID design principles are: * Single Responsibility Principle (SRP) * Liskov Substitution Principle (LSP) * Interface Segregation Principle (ISP) * Dependency Inversion Principle (DIP). If you want to learn about all these principles, you can read my tutorial on the SOLID
Liskov Substitution Principle: SOLID design
SOLID Principles: Open Closed Principle for better Understanding
The Open Closed Principle
Software Architecture Design Principles: SoC, SOLID
The SOLID Principles with Practical Examples in Swift
The “Real” Clean Architecture in Android: S.O.L.I.D.
Single Responsibility Principle: The Art of Great Code
Learn Liskov Substitution Principle in C# (+ Examples) - DEV Community
The 5 SOLID principles of object-oriented design explained
Open Closed Principle in Object Oriented Design
Realize the Open Closed Principle using abstractions
Open-Closed principle: a case study ·
Design Principles : Solid Clean Architecture, by Kithmini
javascript - Architecture pattern is an extreme violation of the
Software Architecture : 5 Principles You Should Know