This directory contains code from Point-Free Episode: Dependency Injection Made Comfortable
Let’s have some fun with the “environment” form of dependency injection we previously explored. We’re going to extract out a few more dependencies, strengthen our mocks, and use our Overture library to make manipulating the environment friendlier.
- Clone repo
cdinto this directory- Initialize submodule:
git submodule update --init - Open
Environment.xcworkspace - Build
cmd+B - Open and run the playground!