|
|
|
|
|
by steve_adams_86
1950 days ago
|
|
One of the key things I like about Go, despite shortcomings, is your last point. Our team effortlessly shares Go code, and its tooling makes it so any of us at any time can easily compile and run projects without hassles or hang ups. The other day we reviewed some oldish and complex code and it was so plain to see what it was doing and get back into the flow of that logic. I don’t find this happens with other languages as much. I’m not saying Go is the right tool everywhere for everyone. I do love that about it though. |
|
I have never had that same familiarity from Python, Ruby, JavaScript. I think there's something to be said about that in Go's favor.