News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
The Open/Closed Principle
November 08, 2012 @ 10:09:32

On PHPMaster.com there's a new post continuing their look at the SOLID development methodologies with the "O" in the acronym - the Open/Closed Principle:

I have to admit the first time I peeked at the academic definition of the Open/Closed Principle, its predicate was surprisingly clear to me. Leaving all of the technical jargon out of the picture, of course, its dictate was pretty much the mantra that we've heard so many times before: "Don't hack the core". Well, admittedly there's a pinch of ambiguity since there are at least two common approaches to keeping the "core" neatly preserved while extending its functionality. The first one (and why I used deliberately the term "extending") would be appealing to Inheritance. [...] The second approach is Composition.

He illustrates the effective application of the principle with the creation of a HTML rendering class. The first version is non-polymorphic and just renders the example DIV and P elements that are passed into it. He changes this up by shifting these element classes into something extending an AbstractHtmlElement class (sharing an interface between them) and updating the renderer to handle these correctly.

0 comments voice your opinion now!
solid design principle openclosed tutorial


blog comments powered by Disqus

Similar Posts

Giorgio Sironi's Blog: Php login with Zend_Auth

PHPBuilder.com: AJAX and PHP Part 4 - Forms and JavaScript Limitations

DevShed: Creating a MySQL Abstraction Layer with Bridge Classes in PHP 5

Developer.com: Build your own MVC Framework: Getting your Framework Up And Running

Andries Seutens' Blog: Setting up phpUnderControl on Gentoo Linux


Community Events











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


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

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