Adapting to Change - Design Patterns in Swift
Offered By: try! Swift Conference via YouTube
Course Description
Overview
Explore design patterns in Swift through this conference talk from try! Swift India 2017. Learn how to adapt to change and create well-factored code that can easily evolve over time. Discover how Swift's expressiveness and flexibility enable new approaches to design. Gain insights on implementing proven design principles, making refactoring simpler and more efficient. Understand the importance of separating functions, using enums and configuration objects, and applying concepts like interface segregation and dependency inversion. Presented by Jesse Squires, an experienced iOS developer and Swift community contributor, this talk offers valuable strategies for writing adaptable, maintainable Swift code.
Syllabus
Intro
Construction vs software
Bad architecture decisions
Solid design principles
Separating functions
Using an enum
Using a configuration object
Interface segregation
dependency inversion
floating point protocol
Slava
Taught by
try! Swift Conference
Related Courses
Optimize Your Swift Codetry! Swift Conference via YouTube Swift Concurrency in GoodNotes
try! Swift Conference via YouTube Introducing the Beeline Library - Another Approach to Routing on iOS
try! Swift Conference via YouTube Swift Expression Macros - A Practical Introduction
try! Swift Conference via YouTube Getting Started with Combine
try! Swift Conference via YouTube