Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

How far to take dependency injection?

UnitOfWork & Generic Repository, SOLID principles with Custom Repository

Does overloading violate Liskov Substitution Principle?

.NET Core Register Raw Generic with Different Number of Parameters

SOLID principles, and hard code configuration inside a class

What is the scope of the Single Responsibility Principle? [closed]

SOLID and the user interface?

oop solid-principles

What is the difference between the "Open/closed principle" and the "Dependency inversion principle"?

Architecture Design Help - OOP Solid Principle

Can SOLID principles be used for high-performance code? [closed]

SOLID principles or none SOLID

Implementing ISP design pattern in C#

Does SRP in SOLID principle lead to Lasagna Code?

Notification system/service in C# with ASP.NET MVC

How to get rid of unnecessary(?) code - adjusting to DRY principle

java dry solid-principles

Node.js and Express - is augmenting the request object a good idea?

Am I violating the "open/closed" principle?

Does Java array covariance violate Liskov Substitution Principle?

Design pattern for default implementation with empty methods