Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-principles

Rules Engines User Interface Design

Does the Liskov Substitution Principle apply to subtype which inherited from abstract class?

Should software be designed with performance in mind?

Pattern for modifying knockout observable on parent from child view model

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

Does Scala's pattern matching violate the Open/Closed Principle?

Calling the variable property directly vs getter/setters - OOP Design

Const reference field as readonly property in C++ class

SOLID principles implementation for C

What is the reasoning behind the Interface Segregation Principle?

Should I favour IEnumerable<T> or Arrays? [closed]

What is an example of the Single Responsibility Principle? [closed]

Pipeline design pattern implementation

What is the meaning and reasoning behind the Open/Closed Principle?

Liskov substitution principle - no overriding/virtual methods?

Why Choose Struct Over Class?

What is an example of the Liskov Substitution Principle?