2021 / 07 / 31
10:40 ~ 11:10
TR209
From Beginner to Gopher
Learning go error handling design from open source
by
Julian Chu
go 的錯誤處理上一直被大家所抱怨, 但是回歸到開發本身, 錯誤處理的設計議題卻常常被忽略, 讓我們以 Dave 的文章 “Don’t just check errors, handle them gracefully” 爲基礎, 學習開源專案怎麼做錯誤處理設計
agenda:
- 快速複習 errors API
- standard library 如何減少錯誤處理的程式碼
- errors 的種類, 以及針對不同層級 package 的應用
- 開源專案的錯誤處理設計
About Julian Chu
Gopher