|
|
|
|
|
by cgrubb
3399 days ago
|
|
I upgraded from 2 to 3 last year. I'm liking it. I've embraced type hints. Although they have no run-time effect, there is a command line tool called mypy which enforces correctness. It has caught more than a few errors for me. Declaring the types of arguments and return values is a help when reading the code imo. |
|