News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Upcoming.org: Release of PHP API Wrapper Class

PHPro.org: SQLite-ON DUPLICATE KEY UPDATE

XpertDeveloper.com: Abstract in PHP

DevShed: Polymorphism, Design Patterns, and PHP Programming

Jim Plush\'s Blog: Cyclomatic Complexity for the Test Driven PHP\'er


Community Events











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


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

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