|
|
|
|
|
by liampulles
235 days ago
|
|
As a Go developer, I do think that I end up writing more code initially, not just because of the lack of syntactic sugar and "language magic", but because the community philosophy is to prefer a little bit of copying over premature abstraction. I think the end result is code which is quite easy to understand and maintain, because it is quite plain stuff with a clear control flow at the end of the day. Go code is the most pleasant code to debug of all the languages I've worked with, and there is not a close second. Given that I spend much more time in the maintenance phase, it's a trade-off I'm quite happy to make. (This is of course all my experience; very IMO) |
|