|
|
|
|
|
by dragonwriter
1160 days ago
|
|
> The only reason to consider type hints is for a performance increase No, the reason to consider type hints is because it makes it easier to understand existing code and write new code that interacts with it correctly. Comprehensibility and correctness are more important than performace. |
|