EMERGING TECHNOLOGIES FOR THE ENTERPRISE CONFERENCE
2
In the beginning there was... Objective-C for 30+ years
3
And then there was... Swift out of nowhere
4
The Situation 100's of thousands of lines of Obj-C split between 8 apps & 6 shared libraries
5
Crawl, Walk, Run Started learning Swift 2 around January 2016
6
Interop, It Just Works... Swift.h & Bridging-Header.h
7
Interop, I Just Works All of the coolest features don't bridge
8
Shim All The Things Dope new features or legacy support? False dichotomy.
9
The Great Migration - Skipped right over Swift 2.3
10
Go Forth and Swift Some More 2-1 year later and a painful migration behind us
11
The Payoff Our coding style has changed - More composition, less inheritance
12
Happily Ever After
Description:
Explore a conference talk detailing the challenges and strategies of integrating Swift into an existing Objective-C codebase. Learn about the process of adopting a new programming language alongside legacy code, including interoperability issues, managing breaking changes, and balancing new features with legacy support. Discover how this transition impacted coding styles, shifting towards more composition and less inheritance, and gain insights into the long-term benefits of modernizing a large-scale mobile development project.
Getting Swifty - A Tale from the Front Lines of Breaking Changes and Legacy Code