Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

How to achieve flexible Object Composition?

Enum vs Lookup table vs Enum reflection vs State pattern

Scaling a fill pattern in raphael.js

OO game design question

java design-patterns oop

Immutable classes in C++

How to set up an in-memory repository

c# design-patterns

Implementing parameterized factory with Guice

java design-patterns guice

Is there a better way to call a derived class's overridden method from its abstract base class?

c# oop design-patterns

Design pattern for allowing functions to accept generic types

c# generics design-patterns

Implementing the Template Method pattern in C#

DAO & Business Logic [closed]

Infinite loop with asynchronous callback pattern in javascript

Is it necessary that a delegate message should always have void as a return type?

Applicable Design pattern

java jsf design-patterns

Implement Request-Reply pattern using ActiveMQ, Camel and Spring

Layered Architecture Inside One Assembly

DAO pattern in java what is a Business Object

Builder pattern in C

c design-patterns

How does Singleton behave when two threads call the "getInstance()" at the same time?

Interface member with "this" keyword