Sometimes, using immutable state makes something simple hellishly complex

For example, you need to change a property on an item inside a list inside another item in a list

That’s one line with mutable state. That’s one crazy mind bending expression with immutable state

Comments