Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 649 Bytes

File metadata and controls

7 lines (5 loc) · 649 Bytes

This directory contains code from Point-Free Episode: Modern SwiftUI: Dependencies & Testing, Part 2

We conclude the series by taking control of the last two dependencies: persistence and speech recognition. We’ll make use of even more features of our new Dependencies library and we’ll write tests for our features that would have been impossible before.

Scrumdinger sample code is available here.