Tagged in

Tips

Eureka Engineering
Eureka Engineering
Learn about Eureka’s engineering efforts, product developments and more.
More information
Followers
728
Elsewhere
More, on Medium

Swiftならこう書くシリーズ 10選

CouplesアプリのiOSエンジニア、Johnです!

1年前CouplesのObjective-CコードをSwiftに書き換えてから、ベストプラクティスもガンガン変わってきました。それでObjective-CからSwiftに移行する時の10個のTipsにランキングを付けて、10位から紹介させていただきます!

10. 配列の操作ならSwiftの CollectionTypeSequenceType メソッドを使用する


10 Tips when moving from Objective-C to Swift

I’m John, one of the iOS engineers of Japan’s popular Couples app.

A year ago, our team started converting our Objective-C code to Swift and we’ve encountered a lot of paradigm changes. Here are 10 things to consider when…