Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

How to adapt a visitor interface to an iterator interface?

Validation strategies

c# design-patterns

What's the difference between these two JavaScript patterns

Entity Framework POCOs without behaviour - redesign needed to remove code smell

Most elegant way to create a Namespace/Class type structure in JavaScript [closed]

React Flux dispatcher vs Node.js EventEmitter - scalable?

Two Interface with Same Method Name - Implementation of Methods [closed]

Chain of responsibility vs Finite State Machine - differences

Differences between Facade Pattern and other patterns

design-patterns facade

What is objectville in the head first series books?

oop design-patterns

Intuition vs Design principles

Downloadable code examples for OOP design-patterns in .NET?

c# .net design-patterns

Is there a good way to avoid unused method parameter in some of the subclasses while applying strategy pattern?

What is the best Design/Way to keep user connected?

MVC in iPhone development context

Sample N-tier ASP.NET MVC3 application with best practices (using EF 4.1)

How can I detect if a float has a repeating decimal expansion in C#?

Farmer needs algorithm for looping through self-referencing animal table

Observer Pattern vs Reactor Pattern

design-patterns

Should I use factory to update object?