|
|
|
|
|
by cageface
1354 days ago
|
|
I started writing Python at work again after not using it for many years and was surprised at how useful type definitions are in modern Python. The notation is slightly awkward but it works well enough to provide a lot of the maintenance benefits of static types. |
|