Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

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?

Why singleton breaks open/closed principle?

Are there any static analysis tools that will report how closely the SOLID principles are followed?

Real world Opensource c# applications showing good code [closed]

Does the traditional use of the controller in MVC lead to a violation of the Single Responsibility Principle?

Dependency Inversion Principle in PHP

Overriding virtual boolean pure method without LSP breaking

When implementing dependency injection, should exceptions be injected?

Does implementing multiple interfaces violate Single Responsibility Principle?

Can Interface Segregation Principle be applied to Python objects?