you are viewing a single comment's thread
view the rest of the comments
[–] 3 points 3 years ago*

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.

  • source
  • parent