Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

Why singleton breaks open/closed principle?

Are there any static analysis tools that will report how closely the SOLID principles are followed?

Real world Opensource c# applications showing good code [closed]

Does the traditional use of the controller in MVC lead to a violation of the Single Responsibility Principle?

Dependency Inversion Principle in PHP

Overriding virtual boolean pure method without LSP breaking

When implementing dependency injection, should exceptions be injected?

Does implementing multiple interfaces violate Single Responsibility Principle?

Can Interface Segregation Principle be applied to Python objects?

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