Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

How do you implement Pipes and Filters pattern with LinqToSQL/Entity Framework/NHibernate?

When is lazy evaluation not useful?

Generic Identity Map in C#. Don't want public constructor

c# design-patterns generics

Design Patterns: Factory and Repository

Unit tests separation

User Interface functionality modelling languages?

How can I use a variable's value as a glob pattern in Perl?

perl file design-patterns glob

UML - Object Method Returns a Collection

C# OO design problem with override from methods

Scripting Design Pattern for Games

Inheritance vs aggregation and "has-a" vs "is-a".

Modelling "I'm a * but I'm also a **"

JavaScript Module Pattern - How to Create Sub Modules

DAO and dependency injection, advice?

Architectural tips on implementing GUI logic

Java - Creating Two References to the Same Object

should I have logic in my model class or other classes

Does an Upsert violate the Single Responsibility Principle?

Ruby: Standard recursion patterns

How to get rid of instanceof in this Builder implementation