Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

Dependency injection + full virtual vs interfaces

Architecture for Avoiding Switch Statements

Violation of the LSP-principle using extra constructor parameters in subtypes

Example of the Object Calisthenics First Class Collection rule in C#?

Does omitting super() and/or *weakening* preconditions violate the Liskov Substitution Principle?

Using strategy design pattern with an abstract parameter

Architecture/Design with Interfaces (Refactoring help)

Does the Dependency Inversion Principle apply within application layers?

oop solid-principles

Using C# interfaces while maximizing code reuse

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