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

Rob Allen's Blog: Zend_Filter_Input / Zend_Validate Messages

Zend Developer Zone: Zend Framework Browser Plugins

DC PHP Conference: Speaker List/Schedule Announced

Scott Johnson\'s Blog: A PHP News Roundup

phpRiot.com: Creating sortable lists with PHP and AJAX


Community Events









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


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

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