Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

When and how should I use enumeration classes rather than enums?

implement DDD in MVC Frameworks - PHP

RESTFul pattern url for enable and disable [closed]

rest url design-patterns

Array of methods: Adapter Pattern?

How to implement retry policies while sending data to another application?

Managing updates to nested immutable data structures in functional languages

Iterator pattern in VB.NET (C# would use yield!) [duplicate]

Builders in Java versus C++?

Are there any good examples on how to organize JavaScript code?

Objective-C - Is !!BOOL Beneficial

Dependency injection container? What does it do?

Query Object Pattern (Design Pattern)

java design-patterns

A tree, where each node could have multiple parents

How to persist objects which implement the State pattern?

structural vs behavioural design patterns [closed]

design-patterns

Appropriate design pattern for the payment modules c#

c# design-patterns

Implement a PHP singleton: static class properties or static method variables?

Pattern for Javascript Module Pattern and Sub-Module Initialization

A more elegant way to write decision making code which evaluates multiple inputs with different priorities?

MVVM : Share data between ViewModels

c# wpf design-patterns mvvm