@mmeier one nice thing about go is the culture that strongly advocates for running go fmt. Most stuff is therefore somewhat easy to read once you understand the idioms.
Still entirely too much manual error handling, IMO.
@mmeier one nice thing about go is the culture that strongly advocates for running go fmt. Most stuff is therefore somewhat easy to read once you understand the idioms.
Still entirely too much manual error handling, IMO.
@zrail@hachyderm.io Yupp, I think it avoids a lot of the sillier fights I'm regularly seeing in the C++ community.
Well, I'm coming from a C and C++ background, so I'm used to painful error handling. ;-)