Immutability is not enough


Resource history | v1 (current) | created by jjones

Details

Immutability is not enough

| created by jjones | Add resource "Immutability is not enough"
Title
Immutability is not enough
Type
BlogPost
Created
2016
Description
As I’ve gotten more experience working with immutable data structures, I’ve found that they can be beneficial in many ways. However, most programs that interact with the outside world must model state changes somehow. In these cases, I’ve noticed that I still need to be careful about state updates – even though I’m using immutable data structures. Surprisingly, many of the state update bugs that are rife in imperative programs can also occur in purely functional code.
Link
https://codewords.recurse.com/issues/six/immutability-is-not-enough
Identifier
no value

authors

This resource has no history of related authors.

topics

gives cons of Functional programming
v1 | attached by jjones | Add resource "Immutability is not enough"
mentions Algebraic effects
v1 | attached by jjones | Add resource "Immutability is not enough"

resources

This resource has no history of related resources.