Golang be like

mycroftholmess@lemm.ee to Programmer Humor@programming.dev – 1393 points –
i.imgur.com
139

You are viewing a single comment

Wow. I'm honestly surprised I'm getting downvotes for a joke. Also, no. It isn't. It really isn't.

It is better than in most languages with exceptions, except from languages like Java, that require you to declare that certain method throws certain error.

It's more tedious in Go, but at the end of the day it's the same thing.

When I use someone else's code I want to be sure if that thing can throw an error so I can decide what to do with it.

Java doesn't have to declare every error at every level... Go is significantly more tedious and verbose than any other common language (for errors). I found it leads to less specific errors and errors handled at weird levels in the stack.

You know it’s social media when the one that’s right is downvoted