Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

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

How can Hilt be used effectively in multi-module apps following CLEAN architecture principles?

Write programs that do one thing and do it well

Using Ninject in a SOLID application architecture

How to avoid switch-case statements in Java [duplicate]

Adapter Pattern vs Liskov Substitution

Am I properly understanding DI/IoC? [closed]

Avoiding of violating LSP

Does dependency inversion principle mean that I have to create an interface for every module?

extending parameterized factory method in java

Liskov substitution principle and Streams

Does the Single Responsibility Principle work in OOP?