Best practices to overcome python's dynamic data type nature

Ethan Furman ethan at stoneleaf.us
Fri Feb 14 11:32:32 EST 2014


On 02/14/2014 08:10 AM, Sam wrote:
>
> Dynamic data type has pros and cons. It is easier to program but
>  also easier to create bugs. What are the best practices to reduce
>  bugs caused by Python's dynamic data-type characteristic? Can the
>  experienced Python programmers here advise?

Unit tests.

--
~Ethan~



More information about the Python-list mailing list