|
|
|
|
|
by fiatjaf
3010 days ago
|
|
When people say "immutable" they're actually meaning "functional data structures", right? Not JavaScript objects which you are prevented from mutating. But here and in many other similar libraries it seems that "immutable" actually hold the second meaning. |
|