New posts in design-patterns

What is the basic difference between the Factory and Abstract Factory Design Patterns? [closed]

On design patterns: When should I use the singleton?

What are the differences between Abstract Factory and Factory design patterns?

Dependency Injection vs Factory Pattern

Commonly accepted best practices around code organization in JavaScript [closed]

When would you use the Builder Pattern? [closed]

Why is __init__() always called after __new__()?

What is the difference between Builder Design pattern and Factory Design pattern? [closed]

Is there a use-case for singletons with database access in PHP?

Examples of GoF Design Patterns in Java's core libraries

Design Patterns web based applications [closed]

What should my Objective-C singleton look like? [closed]

Does functional programming replace GoF design patterns?

Naming Classes - How to avoid calling everything a "<WhatEver>Manager"? [closed]

What is the difference between MVC and MVVM? [closed]

Should I create multiple DTOs for the same entity?

Difference between static class and singleton pattern?

What is an efficient way to implement a singleton pattern in Java? [closed]

What is Inversion of Control?

C++ Singleton design pattern