Mutable State

Mutable state should be avoided.

Immutability is highly preferred.

Whenever mutable state is present ask yourself whether a different approach can be taken.

#tech