logoalt Hacker News

tmalylast Wednesday at 1:42 PM0 repliesview on HN

I like that it we are forced to deal with the error. It seems to make the code more predictable in some sense.

But I do loath the littered if err != nil { return err }

maybe a better autocomplete in the IDE/editor is a good compromise.