|
|
|
|
|
by ctvo
1756 days ago
|
|
Go removes non-value added decisions as teams scale: - formatting built in. There’s one way. No preferences needed - language constructs are dead simple. There’s one way to use them, and they’re verbose. No cleverness encouraged - patterns are straight forward Read the standard library code if stuck Every Go project resembles every Go project. It’s great. |
|