|
|
|
|
|
by MapleWalnut
1673 days ago
|
|
They're pretty similar. The auto complete alone is worth adding type annotations. Both have type stubs for third party packages that can make it easier to get coverage for your project. My organization gradually migrated a ~300k line Python project to have full type annotations and it's so much nicer to work on. |
|