Thoughts on Guido's ITC audio interview

Simon Brunning simon.brunning at gmail.com
Tue Jun 28 06:24:25 EDT 2005


On 6/27/05, Sakesun Roykiattisak <sakesun at boonthavorn.com> wrote:
> 1. Automatic refactoring never solve the readability issue.

Eclipse's refactorings are a great boon, I find. Refectoring is never
*fully* automatic, of course, but the ability to, for example, select
a chunk of code and have it extracted into a separate method with all
needed arguments and the return value worked out for you is very
helpful. All you have to do is give the new method a name. And this
sort of thing can certainly improve readability.

> 2. I've never been lucky enough to have enough resource for those IDE.

Eclipse is indeed a memory hog of the first order.

> 3. Python solve my problem.

Mine too - but I'm not free to choose.

-- 
Cheers,
Simon B,
simon at brunningonline.net,
http://www.brunningonline.net/simon/blog/



More information about the Python-list mailing list