Python development tools

rurpy at yahoo.com rurpy at yahoo.com
Sun Jun 23 20:16:49 EDT 2013


On 06/23/2013 05:49 PM, Roy Smith wrote:> In article <263da442-0c87-41df-9118-6003c616895c at googlegroups.com>, rurpy at yahoo.com wrote:
>> > 1. Automated Refactoring Tools
>>  I wish.
> Why?  I've never seen the appeal of these.  I do plenty of refactoring.  
> It's unclear to me what assistance an automated tool would provide.

I've often wanted something that would help globally change 
things like function and method names including across multiple
files.  Even variable names in large functions (ideally functions
should be small enough that this is not a problem but sometime
shit happens).  I am not great at picking good names to begin
with and often code drift makes them even worse with time.
Editor search and replace doesn't cut it. 

Other things like finding all uses of various objects/functions
etc would also be useful now and then but I suppose that is a 
common IDE capability?



More information about the Python-list mailing list