Skip to content

Latest commit

 

History

History
 
 

0280-shared-state-in-practice-pt4

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

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.