Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I think almost 50% of my Go code is checking for errors. Every time I see:

foo, err := somebullshit()

if err != nil {

  // bleargh
}

I feel as though I've experienced a very slight but irrevocable grand mal seizure.



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

Search: