"no variable or argument declarations are necessary."

Steven D'Aprano steve at REMOVETHIScyber.com.au
Mon Oct 3 13:08:11 EDT 2005


On Mon, 03 Oct 2005 20:30:35 +0400, en.karpachov wrote:

> Some people just don't get the simple fact that declarations are
> essentially kind of unit test you get for free (almost), and the compiler
> is a testing framework for them.

No. Some people just don't get it that declarations aren't almost
free, because they cost a lot in human labour, and that they give you
practically nothing that your unit testing wouldn't give you anyway.


-- 
Steven.




More information about the Python-list mailing list