Hacker News new | ask | show | jobs
by village-idiot 2833 days ago
One of the clear design needs for go was “you have a crap ton of code you need to write, and you need to aggressively parallelize the work over a bunch of mixed skill devs, without the worst ones fucking it up, and without the best going off the reservation and making something that can’t be understood later.”

Personally that sounds like my own hell, but that’s the world Google lives in.

2 comments

Despite Pike's appalling contempt in https://talks.golang.org/2012/splash.article I'm not convinced this is a problem Google actually has. They're faced with perverse incentives but they're far from stupid.
Pike’s attitude has been a large factor in me not bothering with Go.
Maybe with the exception of the old JS callback hell I have never seen any other language deteriorate code into spaghetti projects more quickly than Go with channel and duck typing abuses.

I think if it does a very poor at keeping "the worst ones" from "fucking it up".