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

The difference is that you can't have a generic mechanism in Go for error handling. It's basically up to the programmer, and every if error != nil line is a potential source of bugs.

  • source
  • parent