Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

How to build the ViewModel in MVVM not to violate the Single Responsibility Principle?

Reused abstraction principle in C#

string.IsNullOrEmpty(myString) or string.IsNullOrWhiteSpace(myString) is not violating SRP Rule?

Is the Composite Pattern SOLID?

IoC: Wiring up dependencies on event handlers

How to comply with Liskov's Substitution Principle (LSP) and still benefit from polymorphism?

Single Responsibility Principle(SRP) and class structure of my rpg looks "weird"

What is difference between the Open/Closed Principle and the Dependency Inversion Principle?

What is a Refused Bequest?

A very common C# pattern that breaks a very fundamental OOP principle

Understanding the practical benefits of using the Single Responsibility Principle

Avoiding If Else conditions [closed]

Should factories set model properties?

c# asp.net solid-principles

The difference between liskov substitution principle and interface segregation principle

SOLID principles implementation for C

Developing a Swift iOS app "The Right Way"

S.O.L.I.D principles and compilation? [closed]

Open source projects that demonstrate TDD and SOLID priciples [closed]

Dependency Inversion in Python