Immutability

Immutability is the property where an object or data cannot be altered after its creation. Once defined, its state is fixed and unchanging, ensuring predictability and consistency across operations. This steadfast nature simplifies complex systems, making them easier to reason about and manage.

See also

Linked from: D0c, Functional Programming, Mutable Data, Pure Function, Pure Functions, Referential Transparency
0
10 views
1 week ago