Hacker News new | ask | show | jobs
by codr7 598 days ago
C# runs circles around Go, imho.

What is it you find better in Go?

1 comments

Go is limited. There are too many ways people in my company can fuck up C# code, it's much harder to spend time moving around letters with Golang.
Sure, that's a risk.

But force feeding everyone Go is worse.

Code reviews would be a more constructive approach to the same goal.

I can't code review every one of 150 devs under me. I can't depend on heroes saving the day. Heroes go do their own thing eventually.
if you think you need to code review for 150 people or your code base will get out of control then it sounds like there’s bigger problems going on
No, I don't think so - because I chose tools like Golang that do the job for me.
I can see how that works for you, but I still find optimizing for stupid depressing.