

Jon Hoffman
- Sep 4, 2022
- 10 min
Protocol-Oriented Programming with Protocol-Oriented Design
I am going to take a quick break from my posts on Protocol-Oriented Design Patterns, and write a quick post on what Protocol-Oriented...
697 views


Jon Hoffman
- Jun 30, 2022
- 6 min
Implementing Copy-On-Write
Apple says that we should prefer value types (structs) over reference types (classes). While there are number advantages with using...
169 views


Jon Hoffman
- Jun 22, 2022
- 4 min
Introduction to Swift<T> Generics
Over the years, I have always been surprised with the number of developers that I have meet that do not use or understand generics. In...
123 views