Live data from Hacker News

"Five-Point Haskell" Part 1: Total Depravity

blog.jle.im

1–2 of 2 posts

Re: "Five-Point Haskell" Part 1: Total Depravity

#2
> Total Depravity: If your code’s correctness depends on keeping complicated interconnected structure in your head, a devastating incident is not a matter of if but when.

> Therefore, delegate these concerns to tooling and a sufficiently powerful compiler, use types to guard against errors, and free yourself to only mentally track the actual important things.