|
|
|
|
|
by nomel
1097 days ago
|
|
> are worth the overhead? What overhead, specifically? I've found it reduces overhead. Rather than using English to describe the types, in the comments/docstrings, I can just type the terse type hint in the function definition, and leave the rest to the documentation renderer. If you don't document anyways, sure. |
|