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

Englishnize yourself in five minutes

Englishnize yourself in five minutes

My LT Talk at iOSDC(https://iosdc.jp/2016).

Yusuke Ohashi

August 20, 2016
Tweet

Other Decks in Technology

Transcript

  1. 3 . 1 AGENDA let you = Developer(with:"Swift", lang:"JP") ↓

    let you = Developer(with:"Swift", lang:"EN")
  2. 4 . 1 WHY ARE THEY FLUENT IN ENGLISH? enum

    FluentEnglishSpeakerType: String { case studyAbroad = "rich" case environment = " ( " case talented = "cheating" }
  3. 6 . 1 THEN, HOW CAN I DEAL WITH ENGLISH?

    let english = you.language
  4. 6 . 2 ENGLISH AS SECOND LANGUAGE switch (you.firstLanguage) {

    case japanese: case chinese: case thai: case korean: case english: default: }
  5. 6 . 5 6 . 6 DON'T HESITATE TO USE

    sometimes… english.allowsJapanese = true english.allowsChinese = true ...
  6. 10 . 1 IN THE WORLD many developers out there,

    who use English as second language. many companies englishnized.