Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Implementing Singleton with an Enum (in Java)

How will I know when to create an interface?

When should we use Observer and Observable?

How to explain dependency injection to a 5-year-old? [closed]

Creating the Singleton design pattern in PHP5

Why does C# not provide the C++ style 'friend' keyword? [closed]

Singleton by Jon Skeet clarification

Where to place AutoMapper.CreateMaps?

Design Patterns: Factory vs Factory method vs Abstract Factory

What is a wrapper class?

design-patterns wrapper

What is difference between MVC, MVP & MVVM design pattern in terms of coding c#

What is an anti-pattern?

Handling Dialogs in WPF with MVVM

What is the difference between Strategy design pattern and State design pattern?

Is there a Java equivalent or methodology for the typedef keyword in C++?

Is it bad practice to make a setter return "this"?

java oop design-patterns

Which Architecture patterns are used on Android? [closed]

android design-patterns

Repository Pattern Step by Step Explanation [closed]

Relational Database Design Patterns? [closed]

What are static factory methods?