📔 100 Days of SwiftUI (Day 11)
Completed Day 11 in 100 Days of SwiftUI.
This section covers access control for structs with private and static properties. This looks like the Swift language mechanism for encapsulation.
General rule of thumb is to be thoughtful about keeping data private for better encapsulation and to prevent unintentional errors.