News Feed
Jobs Feed
Sections




News Archive
PHPImpact Blog:
Code Refactoring Guidelines
September 16, 2008 @ 12:16:00

Federico has posted a list of suggestions on things to look out for and to consider when you're refactoring your code.

Refactoring neither fixes bugs nor adds new functionality, though it might precede either activity. Rather it improves the understandability of the code and changes its internal structure and design, and removes dead code, to make it easier to comprehend, more maintainable and amenable to change. Refactoring is usually motivated by the difficulty of adding new functionality to a program or fixing a bug in it.

He's broken it out into a few topics with the suggestions underneath - things like looking at the "Big Picture", avoiding "Extreme Abstraction" and ensuring that your "Error Handling" is up to where it should be.

0 comments voice your opinion now!
refactoring guideline suggestion list


blog comments powered by Disqus

Similar Posts

Soledad Penades' Blog: Signs your PHP needs refactoring

PHPKitchen: Using Wordpress

DevShed: Implementing Internet Protocols with PHP

Joomla Blog: Joomla Performance Basics

I/O Reader: 15 Cool Things & 12 Things to Dislike About PHP


Community Events











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


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

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