This directory contains code from Point-Free Episode: Shared State in Practice: isowords, Part 2
We conclude the series by stretching our use of the
@Shared
property wrapper in isowords to two more features: saved games and user defaults. In the process we’ll eliminate hundreds of lines of boilerplate and some truly gnarly code.
The code sample from this episode is available here.