News Feed
Jobs Feed
Sections




News Archive
PHPImact Blog:
Refactoring the Front Controller of the Zend Framework
August 20, 2008 @ 14:04:01

The PHP::Impact blog has a new tutorial posted today with a look at a refactoring of the front controller of the Zend Framework to make it a bit more manageable.

One of the most fundamental decision in object design is deciding where to put responsibilities. No one, and I mean no one, gets it right the first time. That's why refactoring is so important. As Kent Beck puts it, refactoring is the process of taking a system and adding to its value, not by changing its behaviour but by giving it more of these qualities that enable us to continue developing at speed.

He follows the "extract" refactoring method that makes things simpler by removing unneeded parts of the code (in favor of an interchangeable external "extract class". He removes seven methods from the class and splits them off into their own. This reduces the controller down to a more manageable size and takes a lot of the complexity out.

0 comments voice your opinion now!
tutorial refactor extract class zendframework front controller


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: Implementing a Stemming Analyzer for Zend_Search_Lucene

Jani Hartikainen's Blog: Using unit tests as requirements when refactoring

DevShed: Object-Oriented Programming Through Design Patterns

DevShed: Am Introduction to PHP Security

Brian Swan's Blog: How to Run PHP in Windows Azure


Community Events











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


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

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