The Swift Code Review Podcast
The Swift Code Review Podcast
Jeffrey Fulton
In-depth technical analysis of Swift code, discussing pros and cons as they relate to iOS and server-side Swift development.
Immediately Invoked Closures vs Custom Initializers in Swift Development
Immediately invoked closures are often used to create, configure, and assign an instance of a type all at once. However this can also be accomplished via a custom initializer. Today we discuss the benefits and drawbacks of each approach.Exercise and solution code
Jun 27, 2020
22 min
Leap
Stored vs computed properties, brevity vs readability.Exercise and solution code
Jun 21, 2020
21 min
Hello World
Class vs struct vs enum, function overloading vs default parameter values, String concatenation vs interpolation, static vs global function.Exercise and solution code
Jun 16, 2020
16 min