Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

Applying OOP principles to microservices

How does the SOLID open/closed principle fit in with Dependency Injection and dependency inversion

c# solid-principles

How do I use my implementation of an interface without creating a dependency on the implementation?

Best Practice for OOP function with multiple possible control flows

Single responsibility vs encapsulation

Single responsibility principle on complex process

Interface Segregation Principle- Program to an interface

Open close solid principle conditional fails

java solid-principles

How to inject the path configuration into ServeStaticModule from another service?

SOLID , SRP , IComparable

Without reflection is it possible to determine the class to run

Should I violate the S in SOLID or should I violate the DRY Principle?

SOLID Design Principles : Liskov Substitution Principle and Dependency Inversion Principle

Can good Object Orientated Design be formalised as good relational database design has been?

Interface segregation and single responsibility principle woes

Dependency inversion principle and composition

How far to take dependency injection?

UnitOfWork & Generic Repository, SOLID principles with Custom Repository