|
|
|
|
|
by maxwell86
1616 days ago
|
|
> In modern python we now have type hints of course, which have helped quite a lot. I had to laugh, hard. If your Python program uses any library whatsoever, chances are that library won't have types, so you can't really use them. Even super widely used libraries like numpy don't have good support for types, much less any library that consumes numpy for obvious reasons. |
|
It's fine if you want to insulate yourself. But I don't see that you're making much of a point here.