|
|
|
|
|
by tyrrrz
2076 days ago
|
|
To me "avoiding mutations" does not mean "no mutations", but rather "no mutations in-between states in a state machine". The system should model state as an immutable snapshot, while mutations when forming that state are completely acceptable. |
|