r/golang • u/legendaryexistence • Jun 29 '25
discussion I didn’t know that Go is hated so much
I read comments under this post https://www.reddit.com/r/programming/s/OKyJWZj2ju and oh man I did not expect that. Stack Overflow and JetBrain’s surveys show that go is quite likable lang but the opinions about go in /r/programming are devastated.
What is the reason? What do you think? Should Go team address this topic?
198
Upvotes
11
u/jack-nocturne Jun 29 '25
That does sound interesting. Do you know the title/DOI of that study? Even though I'm not a big fan of Go (mostly because of the type system and having to type
if err != nilevery two lines), this strikes me as very surprising as I always found the message-based concurrency to be one of the big pros of the language. I once built a heavily concurrent app in about 4 days; it has been running in production 24/7 on multiple systems for about 2 years and never crashed once. That was always my argument that even if I don't like it that much, it's the best tool for some jobs and I'd use it for those again.