Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

SOLID - are the Single Responsibility Principle and the Open/Closed Principle mutually exclusive?

Open closed principle vs Strategy pattern

Dependency Injection Interface Vs Concrete classes?

Interface methods with variable argument types

How do Test-Driven Development and the Open/Closed Principle work together?

What is the use of single responsibility principle?

Real Life work with SOLID development

Confused with SOLID and Dependecy Injection

Is it possible to violate Liskov Substitution Principle in a constructor?

Database Guy Asks: Object-Oriented Design Theory?

What is the One Class, One Responsibility Principle?

Simple Factory vs Factory Method: Switch statement in factory vs. client

How granular do I get with my class design when trying to follow the SOLID principles?

oop solid-principles

Private static fields in non static class [closed]

c# solid-principles

When Liskov Substitution refers to subtypes, is it talking about derived classes in the context of C#?

c# oop solid-principles

Design pattern for saving entities into database

Good examples of OCP in open source libraries [closed]

Command Pattern use for Returning Data

Java Simple Factory with constructors using different parameters

Mandatory class recompilation when dependency changes