Re: [Tutor] Refactoring

2012-03-08 Thread Steven D'Aprano
Ejaj Hassan wrote: 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. "Refactoring" is a general technique that applies to any language, not just Python. Refactoring means to take a program which is writ

Re: [Tutor] Refactoring

2012-03-08 Thread Robert Sjoblom
> 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

Re: [Tutor] Refactoring

2012-03-08 Thread Christian Witts
On 2012/03/08 03:13 PM, Ejaj Hassan wrote: 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 ___ Tutor maillist - Tutor@python.org To un

Re: [Tutor] Refactoring

2006-05-11 Thread Don Taylor
Philip Smith wrote: > This is a subject which seems to pop up periodically so apoliogies but I > wonder whether anyone can help: > > a)Is there yet an alternative Python refactoring tool to bicycle > repair man (bike)? > Find and Replace ;-) > b)If not is there any documentation on