From: Jeremy Henty Date: 2006-08-23T07:25:04+09:00 Subject: Re: Static typing ain't so bad, after all... On 2006-08-22, William Crawford wrote: > For preventing the problem, my answer is the same as everyone > else's... Good naming techniques. Word! I still remember the time I found a bug in my code simply by renaming a poorly-named method. As soon as I saw the result of the replacement I thought "Hold on, that's wrong!". Jeremy Henty