talk-data.com talk-data.com

Topic

swift

2

tagged

Activity Trend

3 peak/qtr
2020-Q1 2026-Q1

Activities

Showing filtered results

Filtering by: Demystifying SwiftSyntax && Enhancing Swift Development through Modularization ×

This presentation delves into the concept of Swift modularization, highlighting the practice of breaking down monolithic codebases into smaller, more manageable subprojects. We will discuss the various automation tools available that can streamline the creation and management of these subprojects, making the development process more efficient. Additionally, we will explore the benefits of a modularized codebase, such as improved parallel build processes, faster build times, easier maintenance, and enhanced scalability. Attendees will gain practical insights and strategies to optimize their Swift development workflow for increased efficiency and productivity.

My name is Mani, and I'm currently a Staff Engineer at LinkedIn. I have been working on iOS applications for over a decade, focusing on code modularization and reducing build times by simplifying the creation of subprojects.

SwiftSyntax empowers developers to inspect and manipulate code through operations on the abstract syntax tree (AST). SwiftSyntax is what powers the Swift Macro system and other tools. This will be a very quick overview of what an AST is and how one can use the SwiftSytax library to walk and manipulate the tree.

Mike Katz is a distinguished engineer at Capital One. He's been an iOS developer at multiple firms from way back in the day. He's co-authored several books and many tutorials at Kodeco. He's interested in software engineering as a craft and appreciates a good programming joke.