📔 100 Days of SwiftUI (Day 7)
All done with Day 7 in 100 Days of SwiftUI.
Learned more about tuples and why you might use them, which was great. There was a particularly helpful section about parameter naming. In previous encounters with Objective-C and earlier versions of Swift, I found the various styles of named parameters and functions with equivalent names but different parameters to be confusing. There are many naming options for functional arguments and parameters.
Paul Hudson is doing a really good job of teaching necessary components on a specific learning path that embodies the principle of progressive disclosure. When learning something new, you are likely to not know what you need or what is relevant. All of the material and related exercises are specific and well-considered. It feels like a natural path that activates and builds upon prior knowledge.