Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

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

What is a Refused Bequest?

A very common C# pattern that breaks a very fundamental OOP principle

Understanding the practical benefits of using the Single Responsibility Principle

Avoiding If Else conditions [closed]

Should factories set model properties?

c# asp.net solid-principles

The difference between liskov substitution principle and interface segregation principle

SOLID principles implementation for C

Developing a Swift iOS app "The Right Way"

S.O.L.I.D principles and compilation? [closed]

Open source projects that demonstrate TDD and SOLID priciples [closed]

Dependency Inversion in Python

How to use dependency injection with inheritance in C#

Does Repository Pattern follow SOLID principles?

Clean code for removing switch condition(using polymorphism)

Is "high cohesion" a synonym for the "Single Responsibility Principle?"

Using the Single Responsibility Principle in the "real world" [closed]

Refactoring if-else if - else

Pattern for Creating a Simple and Efficient Value type