From: Sean Allen Date: 2008-03-17T22:57:44+09:00 Subject: Re: Ruby "Speedup" hints? On Mar 17, 2008, at 9:04 AM, Robert Klemme wrote: >> - Reusing variable names might be better than using a lot of >> different variables > > Are you talking about a fact or a guess here? You write "might" - > which indicates to me that this is not a proven fact. and it certainly will eventually lead to programmer confusion esp when dynamically scoped blocks come into play.