|
|
|
|
|
by steve_adams_86
1949 days ago
|
|
Go has won here for us as well because it forces you to write very dumb code, resulting in exposing the logic of how systems interface in a very dumb but easy to understand way. It may take some scanning to go through all the dumb code, but you typically won't get fooled by abstractions. Go offers so little in terms of abstractions that you can usually see right through them. This won't be everyone's experience, but it has been mine very consistently across internal and 3rd party code. |
|