Y Hacker News Books
Grokking Simplicity

#1908 of 2,654 all-time

Grokking Simplicity

Eric Normand

4 people recommended it in 2 threads, 2020–2022.

What people on Hacker News said

adamkl
It’s such an easy read, but does a great job at explaining the value of functional programming for building real-world applications without getting bogged down in monads, currying, and complex type systems.

on HN, 2020

adamkl
Once it’s complete, I’d make it required reading for any new junior/intermediate devs on my team (or anyone unfamiliar with functional programming).

on HN, 2020

rmetzler
Since the examples are also in JavaScript (but applicable to a lot of languages), I think it's easier to follow for everyone who's coming from an OOP background.

on HN, 2022

ncfausti
It starts out by separating code into three parts: data, computations, side-effects.

on HN, 2022

ncfausti
I’m still early into it, however, this already has been a helpful lens to view my code through.

on HN, 2022

Where it comes up