• Home
  • About

Evans Library

A developer's writing space.
Not merely on the surface, but a life of exploring and contemplating the essence.


How to Keep State from Changing – Immutability

In this post, I want to talk about immutability — a concept that functional programming values highly, following up on pure functions. Whenever you explain pure functions, immutability inevitably comes up at least once. Most explanations either define it briefly as “not changing state,” or list beh…

Jan 05, 2020

How to Keep State from Changing – Immutability