Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-principles

Does one child implementing an interface, but another not, violate the Liskov Substitution Principle?

Is AJAX push a HTTP protocol aberration?

Is adding attributes dynamically frowned upon in Python?

Circular Dependency among two Projects of Different Solution

REST API question on how to handle collections as effective as possible while still conforming to the REST principles

Which SOLID Principles are violated?

What is the principle of "code moving to data" rather than data to code?

Is using Java's instanceOf compatible with the "program to an interface" design principle?

RAII and unit testing principles

Single Responsibility Principle : class level or method level

oop design-principles

Difference between "depend on abstractions not concrete classes" and "program to an interface"

oop design-principles

Why you should never use synchronized on Optional java object

What's the difference between principles YAGNI and KISS?

design-principles yagni

What features any good application should care about 'By-Design' [closed]

design-principles

Properly implement comparison of two objects with different type but semantically equivalent

Add more behaviour without creating new classes

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