Strong/weak typing

Russ P. Russ.Paielli at gmail.com
Fri Aug 1 14:28:03 EDT 2008


On Aug 1, 8:31 am, MartinRineh... at gmail.com wrote:
> I'm writing Python as if it were strongly typed, never recycling a
> name to hold a type other than the original type.
>
> Is this good software engineering practice, or am I missing something
> Pythonic?

Reusing names for no reason can make debugging harder in some cases.



More information about the Python-list mailing list