== Quote from Bruno Medeiros (brunodomedeiros+spam at com.gmail)'s
article
> Glad we kids nowadays never had to deal with horrors like that
and COBOL. :P
Simply wait until someone hunts a bug down to writing
func(1.10)
instead of
func(1,10)
which went undetected because func had overloads for one float
argument and two integer arguments.