Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

Clean Architecture: UseCase Output Port

How to instantiate a class as the interface that it derives from with constrained generic type parameter

Dependency Injection/SOLID Worries

SOLID & EventAggregator

SOLID principles, Repository pattern and EntityFramework cache in Asp Net Mvc

Where could I find a code example which adheres to both OOP principles and SOLID principles?

Open/Closed principle query

Liskov substitution principe and promise objects

python solid-principles

factory pattern vs solid principles

Solid Principles in OSGI

java oop osgi solid-principles

SequencedCollection interface in Java not following SOLID principles [duplicate]

java solid-principles

Single or Multiple Repositories pointing to same model

Does Liskov's Substitution principle conflict with Open/Closed principle?

oop solid-principles

DDD Repositories and Factories

Does the "Open for extension, closed for modification" principle make any sense?

What is the benefit of using curried/currying function in Functional programming?

How to avoid casting to a specific interface

Why is passing stateful objects to constructor a bad thing?

php oop solid-principles