Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

does using default methods in interfaces violates Interface segregation principle?

Subtypes of an interface only compatible with a subtype of another interface

Is it fine to typecast from one implementation type to another while using an object?

Does Reflection violate LSP?

Typescript - Open-closed principle

How to not violate Open/Closed Principle when checking for type is needed

What is the scope of the Single Responsibility Principle and how does it work with DRY?

Duplicate business logic in front-end with ddd microservice back-end

Dependency Inversion Principle - Where should the interfaces go?

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?