Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 494 Bytes

File metadata and controls

5 lines (4 loc) · 494 Bytes

This directory contains code from Point-Free Episode: Designing Dependencies: Modularization

Let’s the scrap the protocols for designing our dependencies and just use plain data types. Not only will we gain lots of new benefits that were previously impossible with protocols, but we’ll also be able to modularize our application to improve compile times.