Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Sparing User from Specifying Policy Template Parameter

Ignoring method parameters

java oop design-patterns

Multiple polymorphic objects serialization/deserialization pattern

Mutual friendship and pointers: What Pattern or anti-pattern is this?

Representing game states in Tic Tac Toe

IRepository and relational data

Remote Facade pattern vs Facade pattern

design-patterns facade

C++ pattern to prohibit instantiation of a class outside a certain scope?

c++ design-patterns class

Using Free with a non-functor in Scalaz

Is there a design pattern that functions like observer mixed with decorator?

Design pattern for redirecting dependencies

Subclass a Delegate?

F# Seq.next - what's the correct pattern?

What should Dispose do - only cleanup the resources or perform some "business logic" as well? [duplicate]

Are methods that update multiple entities not typically part of a DAO?

design-patterns dao oop

What are the disadvantages of Simple Factory, compared to Factory Method pattern and Abstract Factory Pattern respectively?

design-patterns factory

How much should I enforce the concept of entity and value object in DDD?

Deciding Development life cycle