Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Data Mapper Pattern: Complexe query from Service Layer

What is this pattern called in Javascript? does it have a name?

why use string constants vs enum constants?

Is there a name for this pattern of using generics?

c# generics design-patterns

Is there an issue with this singleton implementation?

Delegate pattern vs delegate keyword in C# [closed]

Improving this Generic Request Response Pattern

c# design-patterns

Java Method Unbounded Type or Class Return

Why would I use a chain of responsibility over a switch-statement

How to handle Observables with different state-value types in the Observer

Which design pattern is the opposite of the Factory pattern?

Getting started with software design using MVC, OO, and Design patterns [closed]

Binary communications protocol parser design for serial data

Design pattern used in projects [closed]

How can jQuery return an array and still have it be a jQuery object?

Decorator pattern vs List

java design-patterns

Data Mapper vs Data access object. Difference. Which one is the better one? [duplicate]

Why to use extension methods if source code is available instead of inheritance [closed]

Can inheritance be replaced completely by composition?

What is the motivation for type-classes in Scala?