DEV Community

Discussion on: The broken promise of static typing

Collapse
 
theodesp profile image
Theofanis Despoudis

I like Python. The main problem with Python is though that although it favors simplicity
"Simple is better than complex." most of the time you end up with anti-patterns and complex code.

It assumes that we are all responsible programmers and we are not messing about.

In practice I've seen a lot of times this gets violated in favor of convenience.