Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

SOLID Principle and GOF mapping

Use of strings vs enums as parameter of factory method?

Single Responsibility Principle without code duplication (how to do?)

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