|
|
|
|
|
by david422
16 days ago
|
|
> Static typing in Python is the biggest hypocrisy ever Yes, agreed. I used to work on a large python codebase and tried to add type hints where I could. The issue is that python was not the right tool for the job - except that switching to the right tool was a non-starter. So type hints were the best I could do. |
|