Mutable state should be avoided.
Immutability is highly preferred.
Whenever mutable state is present ask yourself whether a different approach can be taken.
1 min read
Mutable state should be avoided.
Immutability is highly preferred.
Whenever mutable state is present ask yourself whether a different approach can be taken.