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

To Go or Not To Go : that is the question (Geeks Who Drink発表資料) / To Go or Not To Go

To Go or Not To Go : that is the question (Geeks Who Drink発表資料) / To Go or Not To Go

6月28日のGeeks Who Drinkで、ヌーラボのJuliusがお話しした、Golangに関する発表資料です。

More Decks by 株式会社ヌーラボ

Other Decks in Programming

Transcript

  1. –Phil Karlton “There are only two hard things in Computer

    Science: cache invalidation and naming things.”
  2. –Spielberg to Kubrick (if they were programmers) “The hardest part

    about programming is coming to work especially on Monday morning and start coding.”
  3. –Phil Karlton “There are only two hard things in Computer

    Science: cache invalidation and naming things.”
  4. Other unusual things • Goroutine • Uninitialized var will be

    zero valued • Only one loop construct and no ternary if • Dependency can’t be circular • Usually only one workspace • Dependency management problem • No function argument default value • Unusual method construct