Hacker News new | ask | show | jobs
by dnautics 2551 days ago
it's not as if `if err != nil` doesn't clutter up the code!
1 comments

Sorry, I said that poorly. I mean that the problem `try` is fixing is that all the `if err != nil ..` clutters up the code and they are introducing `try` to clean that up.