Skip to content

Latest commit

 

History

History

0002-side-effects

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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