📔 100 Days of SwiftUI (Day 13)
Finished Day 13 in 100 Days of SwiftUI.
This section covers protocols and extensions. In other programming languages, these elements are called interfaces and extensible programming respectively. These constructs are very useful to build useful code patterns that are also easy to read, write, and maintain.
I really apprepriate these type of language features to keep code organized and fit your own needs.