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

Elliot Haughin's Blog: Building UTF8 Compatible CodeIgniter Applications

Miro Svrtan: Debugging Uploadify jQuery plugin with XDebug

IBM developerWorks: Generate Flash movies on the fly with PHP

PHPMaster.com: Listing Packages on Packagist for Composer

Fawad Hassan's Blog: CRUD using jQuery and Codeigniter – I


Community Events











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


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

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