bearophile Wrote:

> Kagamin:
> 
> > What do you think about unittesting efficiency section?
> 
> I always use unit testing, in Python I especially like doctests. But often 
> unit tests aren't enough, so I use Contracts too.

I rather meant the assertion that in languages with duck type system 
unittesting eliminates to some degree the need for strong type system.

Reply via email to