Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in design-patterns

How you would you describe the Observer pattern in beginner language?

PHP Builder pattern without inner classes

php design-patterns builder

Why is enum the best implementation for a singleton?

Is anyone using meta-meta-classes / meta-meta-meta-classes in Python/ other languages?

Alternatives to Singletons [closed]

c++ design-patterns c++11

C++ Singleton class - inheritance good practice

What's the difference between the Service Locator and the Factory Design pattern?

Python design pattern for many conditions

python design-patterns

How do you explain this structure in JavaScript?

Java Interface-Implementation Pair [closed]

java design-patterns

Strategy Design Pattern and Factory Method Design Pattern

design-patterns

lazy function definitions in scala

building a 'two-way' OO dynamic ACL system

php oop design-patterns acl

Release a socket back depending on whether they are live or dead in its own pool?

How to add fields that only cache something to ADT?

Android MVP: safe use Context in Presenter

Performing unit testing with nested dependencies and Factory classes

Open source examples of well designed applications [closed]

Design patterns and algorithms for applying rules to facts

design-patterns rules

Does ASP.Net MVC 2 validation need some more thought in terms of patterns and use?