Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

Single Responsibility Principle(SRP) and my Service Class

Issue in using Composition for “is – a “ relationship

LARAVEL: How to use Open Close Principle of SOLID principles?

Does one child implementing an interface, but another not, violate the Liskov Substitution Principle?

Inheritance and Interface segregation principle

Using a Func<> over an interface?

Violation of single responsibility principle in Iterator from Java core

SOLID - does Single responsibility principle apply to methods in a class?

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

How to separate data validation from my simple domain objects (POCOs)?

SOLID Principle In Laravel with Repository Pattern

iOS Design Pattern equivalents when coming from a C#/Java world?

Does the Facade Pattern violates the SOLID principles?

The Dependency Inversion Principle with .NET Framework classes

Using the "Single Responsibility Principle" forces my containers to have public setters

Confused about Single Responsibility Principle in the following example

Does overriding violate the Open/Closed principle?

Dependency inversion. Object creation

Which SOLID Principles are violated?

Recommend a design pattern