Hacker News new | past | comments | ask | show | jobs | submit login

The thing about:

    if err != nil {
        return err
    }
...is that it's not even Error Handling. It's "Error Shovelling" (manual work to move the error from one place to another).



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: