Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

how to achieve dynamic polymorphism without extending a class

Using a class' __new__ method as a Factory: __init__ gets called twice

What is the best way to replace or substitute if..else if..else trees in programs?

Singleton Instance vs Class Methods

Which pattern to use for logging? Dependency Injection or Service Locator?

What is the difference between a state machine and the implementation of the state pattern?

When would the garbage collector erase an instance of an object that uses Singleton pattern?

In MVVM, is every ViewModel coupled to just one Model?

c# design-patterns mvvm

What is the unit of work pattern in EF?

Singleton with parameters

Why does every object in Java implicitly extend java.lang.Object class?

Template or abstract base class?

Builder Vs Decorator pattern [closed]

Strategy vs. Bridge Patterns

Design Patterns - Architecture Astronaut [closed]

When to use Factory method pattern?

c# design-patterns factory

Can any one provide me a sample of Singleton in c++?

Examples of good JavaScript code in open source web apps [closed]

Difference between Structural Design Pattern and Behavioral Design Pattern? [closed]

design-patterns

Design pattern : notification system