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

Gem Barrett | View from the Other Side

Gem Barrett | View from the Other Side

Presented at www.swiftsummit.com

Swift Summit

March 22, 2015
Tweet

More Decks by Swift Summit

Other Decks in Programming

Transcript

  1. View from the other side or How I learned to

    stop worrying and love the quirks of Swift [@]GemBarrett[.com]
  2. Vodka is a very deceptive drink because you drink it

    and you think “What is this? This is pointless! It’s - you can’t taste it, you can’t smell it… Why did we waste our money on this bloody - why are we on a traffic island?” - Dylan Moran [@]GemBarrett[.com]
  3. Swift is a very deceptive language because you look at

    it and you think “What is this? This is pointless! It’s - you can’t rely it, you can’t contribute to it… Why did I waste my time on this bloody - wait, how the hell did that work so easily?” - Gem Barrett [@]GemBarrett[.com]
  4. https://github.com/gembarrett/steamGamesNews // sort games by playing time so most popular

    games at top games = games.sorted {$0.playingTime > $1.playingTime} [@]GemBarrett[.com]