Books

Grokking Simplicity
By Eric Normand
00
mode_comment 0
0%
0 likes
Grokking Simplicity
By Eric Normand
0%
0 likes

E-book, 592 pages

Published 2021-04-19

Developers rightly fear the unintended complexity that infects most code. This book shows you how to write software that keeps complexity close to its inherent minimum. As you write software you should distinguish between code that alters your system’s state, and code that does not. Once you learn to make that distinction, you can refactor much of your state-altering “actions” into stateless “calculations.” Your software will be simpler.

label Functional Programming, javascript

0 Comments