Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Circular dependency between "controller" and "gui"

MouseAdapter: which pattern does it use?

design-patterns

How to write a converter class? How to efficiently write mapping rules?

Real life generic class examples [closed]

Template Method pattern for static classes

Design pattern selection dilemma

java design-patterns

Finding the High-Level and Low-Level modules in dependencies for applying Dependency Inversion Principe

C+11 Strategy Pattern with state

c++ design-patterns c++11

return an immutable POD class from a function

Having Single and SingleOrDefault to throw a more succinct exception

DDD - Share or duplicate a value object to be used between two aggregate roots?

Singleton Pattern Object with Parameters

Is there a design pattern to handle when code depends on the subtype of two objects

c# oop design-patterns

Visitor pattern: change object state?

Singleton pattern vs. Global variable use cases in Javascript?

Role of Invoker class in Command pattern

C++ Singleton Design pattern alternatives

What type should Struts ActionForm properties be?

Unit testing Visitor pattern architecture

How does FileSystemWatcher work on another computers directory?