Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 661 Bytes

File metadata and controls

7 lines (5 loc) · 661 Bytes

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.