|
|
|
|
|
by fasttriggerfish
1236 days ago
|
|
I think type hints have mostly changed Python for the better but I still get frustrated by the number of half baked features and inconsistencies in the language.
You end up fighting quirks ( like isinstance not working properly with generics ) all the time and it can get pretty tedious. |
|