New posts in design-patterns

Where do I use delegates? [closed]

Design patterns to avoid [closed]

Converting many 'if else' statements to a cleaner approach [duplicate]

How to avoid 'instanceof' when implementing factory design pattern?

What is a Proxy in Doctrine 2?

Kyle Simpson's OLOO Pattern vs Prototype Design Pattern

Pattern to avoid nested try catch blocks?

ASP.NET MVC - Should business logic exist in controllers?

Python and the Singleton Pattern [duplicate]

Ruby on Rails patterns - decorator vs presenter

Using a strategy pattern and a command pattern

What is Bulkhead Pattern used by Hystrix?

Can you use a string to instantiate a class?

Is MVC a Design Pattern or Architectural pattern

Design Pattern for Undo Engine

Avoiding if statement inside a for loop?

Composite primary keys versus unique object ID field

Difference between Strategy Pattern and Adapter

What is the difference between the bridge pattern and the strategy pattern?

Is there a typical state machine implementation pattern?