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

In Go, it turns testing into a game of “how do I make this stdlib function return an error”?



Error handling taking up 50% of the code is definitely a problem with Go itself. For each meaningful line, there's an accompanying "if err != nil {return err}", so if you want coverage you end up testing this kind of boilerplate.




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

Search: