Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Ways to eliminate switch in code [closed]

design-patterns

REST API Login Pattern

design-patterns rest

What is the facade design pattern?

design-patterns facade

Business logic in MVC [closed]

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