Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

How to refactor a large class with many methods that have single responsibility?

why MVC and singleton both are 'design pattern'? [duplicate]

AntFarm anti-pattern -- strategies to avoid, antidotes to help heal from

trouble making polymorphism defeat those switch/case statements

Is there a way to XSLT to echo out the XML powering it?

A good reason to use the Visitor design pattern?

How to implement a near-singleton?

Breaking up a large, cohesive class

oop design-patterns

Why do C++ smart pointer implementations keep the reference counter on the heap together with the pointee?

What is this pattern?

grep with negative pattern

Cancelling method calls when the same method is called multiple time

What is the difference between Flyweight design pattern and Java cache

How does a singleton property with a lock ensure thread safety?

C# pattern for avoiding a leaky abstraction when one of the implementation requires an extra step

Strategy or Adapter pattern?

Replace conditional with polimorphism how to

Null object design pattern question

What books have helped you get a grasp of n-Tier development [closed]

Command pattern without virtual functions (C++)