Upgrade to Pro — share decks privately, control downloads, hide ads and more …

GopherCon報告会

acomagu
September 21, 2018
1.6k

 GopherCon報告会

acomagu

September 21, 2018
Tweet

Transcript

  1. 見たもの/参加したもの - ワークショップ "Testing" - Pre-Conference Party - "The Scheduler

    Saga" - "An Over-Engineering Disaster with Macaroons" - "Go for Information Displays" - "Asynchronous Networking Patterns" - "Machine Learning on Go Code" - "Writing Accessible Go" - "Becoming a Go Contributer" - "The Go Programmer's Guide to Secure Connections"
  2. 見たもの/参加したもの - ワークショップ "Testing" - Pre-Conference Party - "The Scheduler

    Saga" - "An Over-Engineering Disaster with Macaroons" - "Go for Information Displays" - "Asynchronous Networking Patterns" - "Machine Learning on Go Code" - "Writing Accessible Go" - "Becoming a Go Contributer" - "The Go Programmer's Guide to Secure Connections"
  3. Index - “Becoming Go Contributer” スライド: https://kev.inburke.com/slides/becoming-go-contributor 動画: https://www.youtube.com/watch?v=HZYrSIC6LFA -

    “Machine Learning on Go Code” スライド: https://github.com/ardanlabs/training-ai/tree/master/machine-learning-with-go 動画: https://www.youtube.com/watch?v=Lt3qZAwQX3w - 全体の感想
  4. どうコントリビュートするか - 初めは小さいもの - Kevinの最初のコミットは1文字だった - 小さいコントリビュートだからと言って重要ではないわけではない。Bradfitzの Gerrit Commitの半分は20LOC以内 -

    golang.org/x がオススメ - Get Help - https://go.googlesource.com/scratch <- ここでGerritの使い方が学べる - #gocontributing / #goreviews <- Slack もある - メーリングリストもある
  5. データ解析 - コードとは何か? - 文字の羅列 - トークンの羅列 - AST -

    コントロールフローのグラフ - 今回は文字の羅列で見る