[Tutor] Refactoring

Robert Sjoblom robert.sjoblom at gmail.com
Thu Mar 8 14:41:17 CET 2012


> Hi,
>   I have been hearing this refactoring of code. Well does it  have
> any thing like this in Python and if it is then what is it all about.
> Thanks.
> Regards,
> Ejaj

Refactoring is just a way of restructuring code. It can be breaking
code apart to more logical pieces -- moving parts of a class to a new
class for instance or renaming methods to better say what they're
about, subclassing or superclassing things and such.

-- 
best regards,
Robert S.


More information about the Tutor mailing list