Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

JavaScript, call private function as a string inside public method without using eval (Revealing pattern)

What is a bit pattern?

Using multiple databases in one application

Is this the best use of the Adapter pattern?

c# design-patterns

Which pattern should I use for my unique instance of the User class?

php oop design-patterns

How to use a specification pattern for my requirements?

Composite design pattern parenting components

design-patterns composite

.net application architecture [closed]

Providing a Read Only List of Classes in C#

c# design-patterns

Extends an abstract class to an enum - Strategy Pattern

Java Transfer Object, what is it?

Accessing parent elements in an object model efficiently

Observers vs. Triggers

database design-patterns

What do you call a "singleton" that allows a public constructor for additional instances?

Generics problem with Unit of Work Pattern

Strategy pattern movies conditionals from inside the main class to the client code, so what's the point?

Options for keeping models and the UI in sync (in a desktop application context)