Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Correct implementation of initialization-on-demand holder idiom

Lightweight wrapper - is this a common problem and if yes, what is its name?

Why is MouseAdapter an adapter?

java design-patterns

Design pattern for converting one model to another model

java design-patterns

Revealing module pattern disadvantages

How do you prevent classes becoming 'dependency magnets' and God classes? [closed]

What are real-world examples of C++ multiple inheritance? [closed]

Why should one use factory method to create objects [duplicate]

What security measures should be taken when creating "change your password" functionality?

How can i structure a program (proces) with a very high number of IF statements

c# design-patterns

Where does validation check go in repository pattern?

Decorator pattern implementation