Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in open-closed-principle

Getting past Open-Closed Principle

c# open-closed-principle

OO Design, open/closed principle question

Do enums violate open/closed principle Java? [closed]

Open / Closed Principle - How to deal with this Switch?

c# open-closed-principle

Does overriding violate the Open/Closed principle?

extending parameterized factory method in java

Open / Closed principle - How to call the new versions?

Understanding the Open Closed Principle

What is difference between the Open/Closed Principle and the Dependency Inversion Principle?

Avoiding If Else conditions [closed]

Is the Open/Closed Principle a good idea? [closed]

open-closed-principle

Visitor Pattern + Open/Closed Principle

Clean code for removing switch condition(using polymorphism)

How does the Visitor Pattern not violate the Open/Closed Principle?

Configuring Automapper in Bootstrapper violates Open-Closed Principle?

What is the meaning and reasoning behind the Open/Closed Principle?