Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 525 Bytes

File metadata and controls

5 lines (4 loc) · 525 Bytes

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

So, what’s the point of forgoing the protocols and designing dependencies with simple data types? It can be summed up in 3 words: testing, testing, testing. We can now easily write tests that exercise every aspect of our application, including its reliance on internet connectivity and location services.