> 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. _______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor