New posts in design-patterns

In JavaScript, what is the advantage of !function(){}() over (function () {})()? [duplicate]

Where does the "business logic layer" fit in to an MVC application?

Façade vs. Mediator

Which design patterns can be applied to the configuration settings problem?

Why should I isolate my domain entities from my presentation layer?

Using Command Design pattern

ASP.NET MVC ViewModel Pattern

Best Practices For Mapping DTO to Domain Object?

Purpose of Iterable interface

I have trouble understanding the flow of pipeline design pattern, especially how the chain of steps are executed one after the other?

Favor composition over inheritance [duplicate]

What design patterns are used in Spring framework? [closed]

Is it better to return an ImmutableMap or a Map?

Difference between Strategy pattern and Command pattern

Simple Explanation for the "Reactor Pattern" with its Applications [closed]

How to write Strategy Pattern in Python differently than example in Wikipedia?

Undo/Redo implementation [closed]

Anemic Domain Model: Pros/Cons

Design Principles, Best Practices and Design Patterns for C (or Procedural Programming in general)? [closed]

Are there any "design patterns" in C? [closed]