Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

What design pattern is used by IProject.setDescription in Eclipse

api design-patterns

How safe is it to use only redis to implement activity streams?

Testing the Composite Pattern

Wrapper Facade Pattern

java design-patterns

Good design patterns for coding many HTTP requests in Android

How to apply MVC with multiple Windows/Dialogs

How to check if the user is visiting the page for the first time

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?

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

Understanding how JS Module Pattern works

C# Strategy Design Pattern by Delegate vs OOP

c# design-patterns