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: The Problem

Let’s take a moment to properly define what a dependency is and understand why they add so much complexity to our code. We will begin building a moderately complex application with three dependencies, and see how it complicates development, and what we can do about it.