Andrew Burger     About     Archive     Feed     Links

📔 100 Days of SwiftUI (Day 8)

Finished Day 8 in 100 Days of SwiftUI.

Catchup day focused on default arguments and error handling. I really have not used error handling in this way and will keep an open mind. My approach in the past was to think exhaustively about possible problems but solve them using normal functions instead.

I spent most of the time on the checkpoint challenge to address the scenario with Swift error handling.