Hacker News new | ask | show | jobs
by taki_mekhalfa 1464 days ago
This is true for all typed languages though..
1 comments

No, type inference avoids this issue.
Which Go has. https://go.dev/ref/spec#Type_inference

(Not to a level something like Typescript has it, but I'll argue that's a win. Typescript inferred typing can be hard to follow.)