2021 / 07 / 31
10:40 ~ 11:10
TR209
From Beginner to Gopher
Learning go error handling design from open source
by
Julian Chu
We love to complain about Go’s error handling, but ignore to discuss how to design it well. Let’s start from Dave’s amazing article “Don’t just check errors, handle them gracefully” and study Go’s error handling design in open source projects
agenda:
- quick go through errors API
- how standard library eliminate lines for error handling
- categories of errors, and how to use them in different scenarios
- error handling design in open source projects
About Julian Chu
Gopher