Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Design Pattern For Searching Objects in Application

Unit test fluent nhibernate repository with in memory sql lite - no such table error

How to change Appearance in GWT

When to use private methods?

Is it acceptable to return a canonical representation subclass from an abstract base class?

Revealing Module Pattern Function Initialization Style

Is my singleton template really a singleton?

c++ design-patterns

Use prototype pattern or not

How to define a template in a looser way than interfaces in C#

c# oop design-patterns

Swift - Avoiding strong reference cycles in closure-based configuration

where to put the GetItems static method? + inheritance question

c# .net design-patterns

Does Reflection violate LSP?

Busy constructors in Ioc - are they a code smell?

Pattern suggestions needed (Hibernate + Guice)

Changing our BL design - which pattern(s) would be most useful?

Which Design Pattern combines an Interface, a Factory, and Data?

Does Dependency Property implement Flyweight Pattern?

How can I avoid repeating a for loop in two different functions