SlideShare a Scribd company logo
Migrating to Swift3
@kandelVijaya
Intro to Japanese
• 私の名前はビゼです。
• My name is Bj.
Readability matters.
Obj-C
[string writeToFile:path atomically:YES encoding:NSUTF8StringEncoding
error:&error];
<= Swift2.3
"SomeLongText".writeToFile(path, atomically: false, encoding:
NSUTF8StringEncoding, error: nil)
Swift3
try! "SomeLongText".write(to: path, atomically: true,
encoding: String.Encoding.utf8)
Swift3
try "SomeLongText".write(to: path, atomically: true,
encoding: .utf8)
• Change or it will.
• Different point of view makes you analyse
options better
Key facts at Zalando
• 12 iOS engineers
• 1 repository
• 5 years and counting
• Around 1,00,000 Lines of “OUR” Code
• 51% Swift
• 48% Obj-C
1 Migrator
How we migrated Zalando app to Swift3?
Thousands of Fixes
Branch
Develop*
Branch
Develop*
swift-3-test
Branch
Develop*
swift-3-test
FFR
• Get more error (~ 170). Fix
• Fix
• Run!
Fixes
• Trivial changes on 95%
• 5% required cognitive effort
Comment
• For non trivial fixes, we placed comments
Branch
Develop*
swift-3-test
30+ FFR
Develop*
swift-3-test
FFR again
Develop* swift-3-test
Features
Develop* swift-3-test
F1 F2
Develop*
swift-3-test
F1
F2
Fixing More
• Fixing Pods / Dependencies
• Removed TimePiece, Hamcrest
• Migrated ones that didn’t have Swift3 branch
yet
• Fixing Unit tests, UI tests
• Make it run!
Do we merge to develop?
• 2 days for entire team to fix the comments
• Do regression test and verify consistency
• Bug bash
Getting back
Develop* swift-3-test
F1
F2
Feature Progress
Develop* swift-3-test
F1
F2
Develop*
swift-3-test
F1
F2
Done!
• But wait!!
How long?
• Almost a month.
• 1 week vacation
Most occurred cases
• [AnyObject: NSObject] —> [AnyHashable: Any]
• Dropping NS prefix
• Annotating closure with @escaping
• Type casting
• Parameter renaming. Not called delegates
because of nearly matching signature ie.
TableViewDelegate
• Parameter renaming. Not called delegates
because of nearly matching signature ie.
TableViewDelegate
• many IBAction didn’t work (when manually
merging Swift2.3 to swift3). ie. merging later on.
• Private to fileprivate, its everywhere
• public to open everywhere, we didnt wanted it to
be that way
New introduction
• fileprivate
• open
• parameter naming
• String! as Optional
Improvements
• Removal of C style for loop
• Removal of ++ and - - operator
• default for closure to @noescape
• More on the change-set
Interesting occurrences
• Method signature nearly matches
• @discardableResult func ….
_ = nextResponder.perform(handler, with: actionInfo)
_ = navigationController?.popViewController(animated: true)
• 969 warnings. Mostly from unannotated Obj-C
API —
• 私の 名前は ビゼ です。
• My name is Bj.
• @kandelvijaya
• AnyQuestions?

More Related Content

PDF
Variables in Pharo5
PDF
Reflection in Pharo: Beyond Smalltak
PDF
Advanced Reflection in Pharo
PDF
Reflection in Pharo5
PDF
Reflection in Pharo: Beyond Smalltak
ODP
Life after Calc core change
PDF
Dynamically Composing Collection Operations through Collection Promises
ODP
Pluggable Pipelines
Variables in Pharo5
Reflection in Pharo: Beyond Smalltak
Advanced Reflection in Pharo
Reflection in Pharo5
Reflection in Pharo: Beyond Smalltak
Life after Calc core change
Dynamically Composing Collection Operations through Collection Promises
Pluggable Pipelines

What's hot (19)

PDF
Mission ImpAnsible - NSM at (RobotFrame)work
PDF
Pharo Status Fosdem 2015
PDF
Conditional get
PPTX
C# 5 deep drive into asynchronous programming
PDF
Rails 5 – Amsterdam.rb – Uberous
PDF
Pharo: A Reflective System
PPT
Asynchronous Programming in C# - Part 1
PDF
Idiomatic Kotlin for Android
DOC
Qtp quiz for you
PPT
Javascript Workshop
PDF
Pharo Status ESUG 2014
PDF
Callable and runnable objects in ruby
PPTX
Top 10 RxJs Operators in Angular
PDF
Asynchronous programming in .net 4.5 with c#
PPTX
Async in .NET
PPT
Specs2 3.4
ODP
How to add Fixtures into your Django app with Mixer
PDF
Angular 2 observables
PDF
Intro to javascript (6:19)
Mission ImpAnsible - NSM at (RobotFrame)work
Pharo Status Fosdem 2015
Conditional get
C# 5 deep drive into asynchronous programming
Rails 5 – Amsterdam.rb – Uberous
Pharo: A Reflective System
Asynchronous Programming in C# - Part 1
Idiomatic Kotlin for Android
Qtp quiz for you
Javascript Workshop
Pharo Status ESUG 2014
Callable and runnable objects in ruby
Top 10 RxJs Operators in Angular
Asynchronous programming in .net 4.5 with c#
Async in .NET
Specs2 3.4
How to add Fixtures into your Django app with Mixer
Angular 2 observables
Intro to javascript (6:19)
Ad

Viewers also liked (20)

DOCX
El retrato y el relieve conmemorativo
PDF
Tom Green Media Kit Sports & Entertainment Promotion SS15
PPTX
Institucionalidad para la Eficiencia Energética en Colombia
PDF
LEO business presentation deutsch.
PDF
But100 filoscoles
PDF
Xss a fondo
PPT
Los NiñOs De La Soledad 2009 4
PPTX
PPT
Measure, reward , enhance: leverage user adoption with gamification
PDF
Hugues rey grp 08 06 2010
PDF
S matematica i
PDF
E Commerce Analytics Demandware
PPTX
Castilla La Mancha
PDF
Calor
PDF
Quadern de treball pme 190413 definitiu
PPT
Cardiopatía hipertensiva
PDF
Jembatan keledai Biologi Fisika Kimia
PPTX
Casos global marketing
PDF
20 la imagen de marca de puerto rico y su relación con el turismo
PPT
CaracteríSticas Del Desarrollo Organizacional
El retrato y el relieve conmemorativo
Tom Green Media Kit Sports & Entertainment Promotion SS15
Institucionalidad para la Eficiencia Energética en Colombia
LEO business presentation deutsch.
But100 filoscoles
Xss a fondo
Los NiñOs De La Soledad 2009 4
Measure, reward , enhance: leverage user adoption with gamification
Hugues rey grp 08 06 2010
S matematica i
E Commerce Analytics Demandware
Castilla La Mancha
Calor
Quadern de treball pme 190413 definitiu
Cardiopatía hipertensiva
Jembatan keledai Biologi Fisika Kimia
Casos global marketing
20 la imagen de marca de puerto rico y su relación con el turismo
CaracteríSticas Del Desarrollo Organizacional
Ad

Similar to How we migrated Zalando app to Swift3? (20)

PPTX
gdscWorkShopJavascriptintroductions.pptx
KEY
Asynchronous Awesome
PDF
12 Step Guide to Lotuscript
PPTX
JAVA in Artificial intelligent
PPTX
java in Aartificial intelligent by virat andodariya
PDF
Intro to JavaScript - Thinkful LA, June 2017
PDF
Web a Quebec - JS Debugging
PDF
Speed geeking-lotusscript
PPTX
Static Code Analysis PHP[tek] 2023
PDF
Thinkful - Intro to JavaScript
PPTX
Introduction to C ++.pptx
PDF
Intro to React
KEY
The Why and How of Scala at Twitter
PPTX
CPP06 - Functions
PDF
Testing sync engine
PPTX
Angular2 for Beginners
PDF
Swift should I switch?
PDF
Intro to javascript (6:27)
PPTX
Week 6 java script loops
PDF
Writing a fast HTTP parser
gdscWorkShopJavascriptintroductions.pptx
Asynchronous Awesome
12 Step Guide to Lotuscript
JAVA in Artificial intelligent
java in Aartificial intelligent by virat andodariya
Intro to JavaScript - Thinkful LA, June 2017
Web a Quebec - JS Debugging
Speed geeking-lotusscript
Static Code Analysis PHP[tek] 2023
Thinkful - Intro to JavaScript
Introduction to C ++.pptx
Intro to React
The Why and How of Scala at Twitter
CPP06 - Functions
Testing sync engine
Angular2 for Beginners
Swift should I switch?
Intro to javascript (6:27)
Week 6 java script loops
Writing a fast HTTP parser

Recently uploaded (20)

PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Encapsulation theory and applications.pdf
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
KodekX | Application Modernization Development
PDF
Machine learning based COVID-19 study performance prediction
PPTX
Spectroscopy.pptx food analysis technology
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
DOCX
The AUB Centre for AI in Media Proposal.docx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Dropbox Q2 2025 Financial Results & Investor Presentation
Encapsulation theory and applications.pdf
MIND Revenue Release Quarter 2 2025 Press Release
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Advanced methodologies resolving dimensionality complications for autism neur...
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
The Rise and Fall of 3GPP – Time for a Sabbatical?
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
Diabetes mellitus diagnosis method based random forest with bat algorithm
KodekX | Application Modernization Development
Machine learning based COVID-19 study performance prediction
Spectroscopy.pptx food analysis technology
Network Security Unit 5.pdf for BCA BBA.
Digital-Transformation-Roadmap-for-Companies.pptx
The AUB Centre for AI in Media Proposal.docx
Building Integrated photovoltaic BIPV_UPV.pdf
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
Review of recent advances in non-invasive hemoglobin estimation
Build a system with the filesystem maintained by OSTree @ COSCUP 2025

How we migrated Zalando app to Swift3?