News Feed
Jobs Feed
Sections




News Archive
Ossigeno Blog:
Factory for everything
May 28, 2009 @ 11:13:20

On the Ossigeno blog there's a recent post from giorgio that suggests that you should use a factory design pattern as often as you possibly can.

Why using a factory to produce simple objects? Because new keyword has to be isolated, even if it is only new Form(); [...] The descripted design is classic test-driven development: ask for dependencies in the constructor, so you can test the class in isolation by passing in mocks objects; then build factories that have methods for creating the top-level objects that you use in your script (or controllers, or views).

He includes a few code examples of what a factory pattern looks like and gives his reasoning as to why this should be a best practice:

Because the point is in abstracting away the process, much like the Law of Demeter suggest to do with composed/aggregated object methods. If the constructor is going to change, just one line of code has to be edited to accommodate new dependencies.
0 comments voice your opinion now!
opinion designpattern factory


blog comments powered by Disqus

Similar Posts

PHPMaster.com: An Introduction to the Front Controller Pattern, Part 1

DevShed: Handling Static Data with PHP 5

PHP-Tip-a-Day: PHP Tutorial: King Floyd and the Seventeen Princes - A Tale of the Observer Pattern

Bitstorm.org: What I don\'t like about PHP

Leszek Stachowski's Blog: php anachronic coding standards


Community Events











Don't see your event here?
Let us know!


opinion tool framework community example podcast code release interview series application development functional unittest testing language object phpunit zendframework2 introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework