Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

How to handle dependency injections in a full OO applications

ERD diagram conversion into UML diagram

class oop uml solid-principles

When adhering to Liskov Substitution Principle (LSP) can a child class implement additional interface?

Does this simple modeling example violate SOLID principles and how to unit test it

Are there SOLID principle exceptions?

Should logging reside within a class who's primary purpose is not logging?

Dependency Inversion Principle and where to put the interfaces

Proper way to model a child class with properties from its relationship

How to not violate the Liskov substitution principle when methods have optional parameters?

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