On 6/24/07, Rustom Mody <[EMAIL PROTECTED]> wrote:
> Does someone know that when using bicycle repair man to refactor python code
> what exactly extract local variable means?
It means extracting a part (or all of) an expression and replacing it
with a sensibly-named local variable.
Shamelessly co
On Jun 23, 2007, at 2:24 PM, Rustom Mody wrote:
> Does someone know that when using bicycle repair man to refactor
> python code what exactly extract local variable means?
I don't know about bicycle repair main, but in general 'extract local
variable' means to make a change like this:
self.