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

サーバサイドエンジニアと効率よく開発するためにやっていること

 サーバサイドエンジニアと効率よく開発するためにやっていること

potatotips #36の発表資料です
https://potatotips.connpass.com/event/46832/

Shinichiro Oba

January 13, 2017
Tweet

More Decks by Shinichiro Oba

Other Decks in Programming

Transcript

  1. ⾃⼰紹介 2 ⼤庭 慎⼀郎 ooba / bricklife iOSエンジニア / 株式会社メルカリ

    -メルカリJP版の⽴ち上げ -メルカリUS版の⽴ち上げ -メルカリ アッテの⽴ち上げ -メルカリUK版の⽴ち上げ ← いまここ
  2. 実装の仕⽅ 18 #ifdef DEBUG - (void)motionBegan:(UIEventSubtype)motion withEvent:(UIEvent *)event { if

    (motion == UIEventSubtypeMotionShake) { // ։ൃऀ޲͚ϝχϡʔͷදࣔ } } #endif
  3. LLDB Pluginの作り⽅ 25 iOSエンジニアのための LLDB Plugin ⼊⾨ http://dealforest.hatenablog.com/entry/ 2016/09/02/043048 ポイント

    • Pythonで書く必要があるがPythonの知識はいらない • 実⾏部分はSwiftやObjective-Cで書ける