Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 456 Bytes

File metadata and controls

8 lines (5 loc) · 456 Bytes

Point-Free Episode #2

Side Effects

Side effects: can’t live with ’em; can’t write a program without ’em. Let’s explore a few kinds of side effects we encounter every day, why they make code difficult to reason about and test, and how we can control them without losing composition.

This directory contains code from Point-Free Episode 2: Side Effects