“The goals we have for Go today are the same as in 2007: to make software development scale. The three biggest hurdles on this path to improved scalability for Go are package and version management, better error handling support, and generics,” the team wrote. - SDtimes
There've been some Go posts lately, so what do you think?
There are huge response from community on error handling and generic . I think Go will have support for both of these in the future, although not sure in which Go release.
Aravind
Software Engineer At Hasura, Hashnode Alumnus
Maybe I'm the only one with this opinion, I love Go in its current form. I'm like okay with generics being introduced, but I strongly disagree with any changes to errors. I think the verbosity of the errors is a feature, not a bug. The one thing I want to see improvement in is the dependency management side, I would love a substantial improvement in the same and would love to see it as the natural part of the Go toolchain.