Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in solid-principles

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?

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?

Design pattern for default implementation with empty methods