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
> 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
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
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