By Thierry.Lefort
via phpimpact.wordpress.com
Published: Sep 15 2008 / 05:52
In software engineering, “refactoring” source code means modifying it without changing its behaviour, and is sometimes informally referred to as “cleaning it up”. 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.
Add your comment
Voters For This Link (22)
-
Thierry.Lefort -
phpimpact -
Jeremy Ward -
xiangi -
socker -
javathreads -
rv4175 -
Pax -
lhoguin -
alashcraft -
thinkingserious -
jczerg68 -
accavdar -
madlep -
rogerjose81 -
mswatcher -
rachjuly -
merryploughboy -
bloid -
melanie6 -
kadlet51 -
davneter


