|
|
|
|
|
by torginus
16 days ago
|
|
I don't find Go especially verbose - in fact, due to the economy of syntax, Go code without the usual syntax sugar features ends up similar in length to other curly brace languages. I tested this with C# and Typescript, where I migrated projects from these languages to Go - the overall volume of code stayed roughly the same. |
|
So very concise. And this is not even including the error wrapping that is recommended.