Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

What are your best Swing design patterns and tips? [closed]

Difference between OOP basics vs SOLID? [closed]

What is DAO factory pattern?

java design-patterns dao

Design Pattern for one-time loaded configuration properties? [closed]

Concrete Code Example of MVP [closed]

java design-patterns mvp

MVVM ViewModel vs. MVC ViewModel

Confused about the Visitor Design Pattern

DCI - Data, Context and Interaction - Successor to MVC?

design-patterns dci

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?