Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

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?

Difference between OOP basics vs SOLID? [closed]

Having a repository dependent on another repository

How do you define a Single Responsibility?

SOLID for functional programming

What is an example of the Single Responsibility Principle? [closed]

Can anyone provide an example of the Liskov Substitution Principle (LSP) using Vehicles?

Are SOLID principles really solid?

Dependency Inversion Principle (SOLID) vs Encapsulation (Pillars of OOP)

Writing JavaScript according to SOLID