Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

In which cases it makes sense to use factory classes instead of static functions?

Which design pattern is most appropriate?

Observer design pattern and C# event delegate model

c# design-patterns

Strongly-typed integers

Design pattern to populate an object with xml

What is the best design I can use to define methods with same name?

Decorator Pattern question C# / java

Passing data between objects in Chain of Responsibility pattern

c# design-patterns

Difference between visitor design pattern and depth first search?

Is an application framework an anti-pattern?

Disadvantages of Javascript "single var pattern"

Interface or switch statement, finding the right pattern

Inheritance/Interface design of a game

Replacement for big switch?

patterns possible on 3x3 matrix of numbers [duplicate]

Backbone.js "fat router" design conundrum

Avoiding code duplication -- best approach

java design-patterns

How to write an event emitter in node.js that let's you create a function "myFunction" but then call either success or failure when it runs?

What is the Java standard for object cohesion? Does too much information in an object mean bad design? - see example

Is there a Ruby way to remove boilerplate code in initializers?

ruby design-patterns