(no title)
cobolexpert | 1 month ago
Interestingly, since we are talking about Go specifically, I never found that I was spending too much typing... types. Obviously more than with a Python script, but never at a level where I would consider it a problem. And now with newer Python projects using type annotations, the difference got smaller.
zahlman|1 month ago
Just FWIW, you don't actually have to put type annotations in your own code in order to use annotated libraries.
cobolexpert|1 month ago