Python for air traffic control?

Grant Edwards grante at visi.com
Fri Jul 13 09:48:07 EDT 2001


In article <861ynl4s34.fsf at hellcat.itga.com.au>, Gregory Bond wrote:
>18k11tm001 at sneakemail.com (Russ) writes:
>
>> If I change the order of two ints in a
>> function interface, for example, the C++ compiler won't have a clue
>> that the interface has changed.
>
>If you do something like this for any project larger than 1 person and
>a handful of files, you are in deep trouble irrespective of the
>language.

Unless you're passing parameters by keyword -- in which case
the order doesn't matter.

-- 
Grant Edwards                   grante             Yow!  Did I SELL OUT yet??
                                  at               
                               visi.com            



More information about the Python-list mailing list