News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Soledad Penades' Blog:
Signs your PHP needs refactoring
June 05, 2007 @ 16:26:00

As mentioned by Ed Finkler, there's a list of signs your PHP needs refactoring from Soledad Penades.

I have had to go through a php application recently which has given me more than one headache and has required me to use all my possible patience. While working with it, I thought This is good material for an article, so that nobody else does the same in the future, and nobody else will need to experience the same displeasure as I have had to.

So here are the signs your PHP application needs a serious refactoring, right now

Included in the list are things like:

  • Uses global variables
  • Everything's an array
  • The neverending switch
  • Interface inconsistency

It hits on one of the thing that bugs me too, the problem of "Brackets galore" - so many subarrays that you have to resort to three or more sets of bracketed keys to get to the value you want. It's bad enough trying to follow someone else's code without having to "trace down" an array to figure out which of the values they're talking about.

0 comments voice your opinion now!
refactoring global bracket duplicate switch interface inconsistent refactoring global bracket duplicate switch interface inconsistent



Similar Posts

Soledad Penades' Blog: Signs your PHP needs refactoring

Andy Frey's Blog: JavaScript PHP Remoting Demonstration

Debuggable Blog: How to bend Cake's Model::find() method to your needs

phpRiot.com: Using the PHP 5 Iterator interface with Smarty

IBM developerWorks: Craft a Webmail interface for PHP applications


Community Events







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


zendframework example zend book conference framework PHP5 job security database cakephp package developer PEAR release mysql code application ajax releases

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