• gnus_migrate@programming.dev
    link
    fedilink
    arrow-up
    2
    ·
    1 year 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.