Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 548 Bytes

File metadata and controls

7 lines (5 loc) · 548 Bytes

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

Uncontrolled dependencies can wreak havoc on a modern SwiftUI code base. Let’s explore why, and how we can begin to control them using a brand new library.

Scrumdinger sample code is available here.