Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in factory-pattern

Factory / Abstract Factory confusion

Why do static Create methods exist?

DDD repository and factory

Factory design pattern - Not use static methods because unit testing is a problem

Spring dynamic injection, factory-like pattern

A Factory Pattern that will satisfy the Open/Closed Principle?

c++ automatic factory registration of derived types

Using Reflection in factory pattern [closed]

Autofac delegate factory using func<>

Replace factory with AutoFac

c# autofac factory-pattern

Annotation based ServiceLocatorFactoryBean?

When to use the abstract factory pattern?

C# factory - is upcast a must?

Do setup/teardown hurt test maintainability?

Return one of two possible objects of different types sharing a method

WCF Dependency injection and abstract factory

Real world examples of Factory Method pattern

Factory Pattern - CreateInstance static or not?

Factory, Abstract Factory and Factory Method

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