Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

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

Is Interface segregation principle only a substitue for Single responsibility principle?

Can you have an interface be dependent on a class?

What is the reasoning behind the Interface Segregation Principle?

Configuring Automapper in Bootstrapper violates Open-Closed Principle?