News Feed
Jobs Feed
Sections




News Archive
PHP in Action:
Public constructors considered harmful
May 05, 2008 @ 10:21:33

According to the PHP in Action blog, public constructors can be hazardous to your (application's) health and should be replaced.

Everybody who writes object-oriented code knows about constructors. You need them so the program knows how to instantiate objects, right? And you especially need them when a lot of things have to be done while instantiating an object. [...] So why would I be skeptical of public constructors?

The solution, as he sees it, is to make a "constructor" that's actually called statically with parameters that returns an instance of the class it's in as well as performing the action. He argues that this can help make the code much more readable for some types of method calls.

1 comment voice your opinion now!
public constructor harmful replace private instance


blog comments powered by Disqus

Similar Posts

Stefan Mischook's Blog: A Question about object properties in PHP Classes

DevShed: Working with Private Properties to Protect PHP 5 Class Data

Josh Adell's Blog: GetSet Methods vs. Public Properties

RubySource.com: Confessions of a Converted PHP Developer: On Visibility and Privates

PHP in Action: Comments Considered Harmful


Community Events











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


podcast phpunit database zendframework2 symfony2 development language rest testing introduction functional usergroup framework opinion interview community release unittest conference series

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