Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

Tips for writing fluent interfaces in C# 3

How to avoid 'instanceof' when implementing factory design pattern?

Is this Factory Method creation pattern?

How to write Strategy Pattern in Python differently than example in Wikipedia?

python design-patterns

Practical Uses for the "Curiously Recurring Template Pattern"

what is Gang of Four design pattern [duplicate]

Why use singleton instead of static class?

Caching Data Objects when using Repository/Service Pattern and MVC

Builder design pattern: Why do we need a Director?

design-patterns builder

Pipeline design pattern implementation

Difference between an entity and an aggregate in domain driven design

Different ways to implement 'dirty'-flag functionality [closed]

design-patterns

Can't combine Factory / DI

Dependency Inversion Principle (SOLID) vs Encapsulation (Pillars of OOP)

Which Typesafe Enum in C++ Are You Using?

Explain "Leader/Follower" Pattern

How to improve the builder pattern?

Returning a "NULL reference" in C++?

Why should I use the command design pattern while I can easily call required methods? [closed]

CodeIgniter: Decision making for creating of library & helper in CodeIgniter