|
|
|
|
|
by tmh88j
1283 days ago
|
|
> I honestly can't understand why people are so obsessed about types, Types in Python feel like an added layer of confidence that my code is structured the way I expect it to be. PyCharm frequently catches incorrect argument types and other mistakes I've made while coding that would likely result in more time spent debugging. If you don't use any tools that leverage types you won't see any benefit. |
|