InLevel Up CodingbyAmirhosein GharaatiOpen-Closed Principle in ActionClasses should be open for extension but closed for modification. We stop ourselves from modifying existing code while extending them.Nov 21
Cyrille MartraireIn defense of the Open-Close PrincipleShould we still pay attention to the Open-Close Principle (OCP) in modern software? Yes, because the OCP is there to last!Oct 30, 20222
Aniket SharmaOpen Close — Solid Principle JavaSo, let’s break down these SOLID principles into five simple concepts and relatable examples later in the document:Feb 111Feb 111
WaelmatarHow can I benefit from the traits to achieve Open-Closed Principle in Laravel ?First let’s talk what means Open-Closed Principle which represent the second principle in (SOLID Principles).Nov 16Nov 16
Ramdhas2. Open/Closed Principle(OCP) : SOLID PrincipleThe Open/Closed Principle (OCP) is one of the SOLID principles of object-oriented design, which encourages the code to be open for…Oct 21, 20231Oct 21, 20231
InLevel Up CodingbyAmirhosein GharaatiOpen-Closed Principle in ActionClasses should be open for extension but closed for modification. We stop ourselves from modifying existing code while extending them.Nov 21
Cyrille MartraireIn defense of the Open-Close PrincipleShould we still pay attention to the Open-Close Principle (OCP) in modern software? Yes, because the OCP is there to last!Oct 30, 20222
Aniket SharmaOpen Close — Solid Principle JavaSo, let’s break down these SOLID principles into five simple concepts and relatable examples later in the document:Feb 111
WaelmatarHow can I benefit from the traits to achieve Open-Closed Principle in Laravel ?First let’s talk what means Open-Closed Principle which represent the second principle in (SOLID Principles).Nov 16
Ramdhas2. Open/Closed Principle(OCP) : SOLID PrincipleThe Open/Closed Principle (OCP) is one of the SOLID principles of object-oriented design, which encourages the code to be open for…Oct 21, 20231
Var ShaOpen/Closed Principle - The hardest SOLID PrincipleThe Open/Closed Principle in SOLID principles has always been one of the hardest concepts for me to wrap my head around. The principle…Nov 15
Reza EramiOpen-Closed Principle: Extending Your Code Without ModificationThe Open-Closed Principle states that objects or entities should be open for extension but closed for modification. This means they should…Oct 6, 2023
Alyaa TalaatOpen-Closed Principle — Clean Mobile Architecture by Petros EfthymiouEnhancing Code Flexibility Without Breaking the StructureOct 26