Changing var names
Victor Subervi
victorsubervi at gmail.com
Wed Jan 20 10:26:27 EST 2010
On Mon, Jan 18, 2010 at 10:10 AM, Jean-Michel Pichavant <
jeanmichel at sequans.com> wrote:
> Victor Subervi wrote:
>
>> On Fri, Jan 15, 2010 at 3:15 PM, Adam Tauno Williams <
>> awilliam at opengroupware.us <mailto:awilliam at opengroupware.us>> wrote:
>>
>> On Fri, 2010-01-15 at 13:27 -0400, Victor Subervi wrote:
>> > Hi;
>> > Well it took me *less than a day* to fix the following problems:
>> > -- bare excepts (accidentally left a couple I think)
>> > -- sql injection attacks
>> > -- recreating tables to make them more reasonable
>> > Now, I believe someone once mentioned that there is some s/w
>> tool out
>> > there for changing the names of my variables more easily than going
>> > through every script one-by-one. If so, please share with me again
>> > what it is.
>>
>> This process is called 'refactoring' [a good term to Google], and
>> every
>> decent IDE provides some support [if it doesn't, it isn't a "decent"
>> IDE]
>>
>>
>> Thanks. I'll work with Eric, I guess, once I get my Mac.
>> beno
>>
> Here are 2 well known IDEs, that help with refactoring (and many other
> things).
> http://netbeans.org/
> http://www.eclipse.org/
>
> Both supports python.
>
Thanks.
>
> I personnaly will stick to vim :o)
>
I'll keep that in mind. I haven't used any WYSIWIGS to date.
Thanks,
beno
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100120/b997d4b8/attachment-0001.html>
More information about the Python-list
mailing list