Mario Figueiredo <mar...@gmail.com> writes:
> Strangely enough though I was taught from the early beginning that
> once I start to care about types in Python, I strayed from the
> pythonic way. 

That's a weird concept.  You always have to care about types.  It's just
that with a bit of discipline combined with unit tests to catch any
errors, you can keep the flow of types through the program simple enough
that you can get by without static analysis.  That frees your style in
some ways and cramps it in others.

https://cdsmith.wordpress.com/2011/01/09/an-old-article-i-wrote/
gets posted here now and then, and is still well worth reading.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to