does lack of type declarations make Python unsafe?

Kevin Reid kpreid at attglobal.net
Mon Jun 16 22:31:28 EDT 2003


Gerhard Häring <gh at ghaering.de> wrote:

> There is something that helps with confusing the order of arguments: 
> *Only* use named parameters.
> 
> I've heard of Ada 95 projects that mandate this style for 
> procedure/function calls.

I'll put my gripe here just because you mentioned named parameters:

I would like to use named parameters more often in Python, but I don't
like them being required to be optional.

-- 
Kevin Reid




More information about the Python-list mailing list