News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Lars Strojny's Blog:
Antipattern the verbose constructor
July 31, 2008 @ 10:29:14

In this new post from Lars Strojny, there's a discussion of an "antipattern" - using the constructor for more than it was intended, the "verbose constructor".

Constructors are often used to shortcut dependency injection and parameter passing on instantiation. This is a valid practice and often leads to shorter code. [...] Instead of creating a new instance of "Money" and calling three setter, everything can be done compactly in the constructor. [...] So for the money object this works pretty well. The code is easy to read, but wait, the first argument can be grasped easily, the second too, but the third? It is not too obvious that it is a divisor is passed.

He compares three different ways to get the data into the class - the already-mentioned parameters in the constructor, passing an array into the constructor and using full getters/setters to push the data into the right places (with fluent interfaces even!).

0 comments voice your opinion now!
antipattern verbose constructor array getter setter



Similar Posts

Inside Open Source: Possible addition to array syntax in PHP

Evolt.org: Working With Fractions In CSS and PHP

LivePipe Blog: What PHP6 Actually Needs

Stijn Leenknegt's Blog: [PHP6] function-return-array idea!

Zend Developer Zone: Paging Data Sets With PEAR Pager


Community Events









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


ajax application example releases framework package release security book mysql PEAR job cakephp zend conference PHP5 code developer database zendframework

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