|
|
|
|
|
by ashishb
206 days ago
|
|
> For example, I'm happy to maintain Python codebases with type annotations and type checking enabled. "Python codebases with type annotations and type checking enabled" is not the norm.
Consider a random file from the famous `pytorch` framework. https://github.com/pytorch/pytorch/blob/main/torch/_functorc... Even this file does not have type annotations everywhere. |
|