Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

When "if else"/"instance of" are inevitable, how do we improve the design apart from using visitor pattern?

The factory class - Design patterns for dummies

Is a reference in a View to a ViewModel (which is its DataContext) in any way detrimental to MVVM pattern?

wpf design-patterns mvvm

Interface Design: Serializing Java Graphics to D3.js [closed]

Should there be one controller per view in Angularjs?

Java Strategy pattern - can I delegate strategies instantiation in the Context class?

Which architectural pattern does Meteor.js use?

design patterns for telecom software hard multithreading problems

Design pattern for including errors with return values

why table and tablebuilder in leveldb use struct rep?

c++ design-patterns leveldb

Rich Domain Model Implementation

c# oop design-patterns

Protecting hooks in template pattern

Logging and Configuration Systems: Circular Dependency

How to execute a Javascript function only after multiple other functions have completed?

MVC approach with C++

Method overloading for different argument type in python

python oop design-patterns

Design pattern for default implementation with empty methods

Flyweight vs object pool patterns: When is each useful?

Understanding how JS Module Pattern works

C# Strategy Design Pattern by Delegate vs OOP

c# design-patterns