Subject: [ruby-talk:15606] Re: How to avoid spelling mistakes of variable names
From: Dave Thomas <Dave PragmaticProgrammer.com>
Date: Thu, 24 May 2001 02:57:04 +0900
References: 15605
In-reply-to: Jim Freeze's message of "Thu, 24 May 2001 02:40:50 +0900"
Jim Freeze <jim / freeze.org> writes:
> Yes, but this does not help when you mispell the left hand word:
>
> fred = 1
> betr = fred + 1
Umm, it does next time you try to use it. And if you don't use it,
then it doesn't matter :)
Dave