News Feed
Jobs Feed
Sections




News Archive
PHPMaster.com:
Practical Code Refactoring, Part 3 - Extensibility
October 25, 2012 @ 09:22:05

PHPMaster.com has posted the third part in their "Practical Code Refactoring" series - this time with a focus on Extensibility. (Part 1, Part 2).

Extensible code is a piece of code which follows re-usable, logical, well-known patterns, be it standard design patterns, or normal logical flow. Modular code tends to be highly extensible and monolithic code tends to be non-extensible, but monolithic code might be more efficient, so to solve this conundrum some practices allow developing in a modular way and deploying in a monolithic way so we can get the best of both worlds. The major aspects which we are to discuss with regard to extensible code are: logical extensibility (normal logical flow and design patterns), modular design, and decoupling and encapsulation.

He goes through each of the sections - logical extensibility, modular design and decoupling/encapsulation - and for each provides some questions to ask to help you whip your code into shape.

0 comments voice your opinion now!
code refactor extensibility series decoupling encapsulation modular


blog comments powered by Disqus

Similar Posts

Matthew Weir O'Phinney's Blog: File_Fortune refactored

ProDevTips.com: Writing a CMS/Community with Smarty and the Zend Framework: Part 5

Juan Treminio: Unit Testing with PHPUnit Tutorial Series

NetTuts.com: PHP Database Access: Are You Doing It Correctly?

Michael Kimsal's Blog: Grails for PHP developers series


Community Events











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


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

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