Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

How to implement 'state-driven' programs in a functional way?

Immutability issue when casting ArrayList to List in Kotlin

How to update a nested immutable map

scala clojure immutability

Should GetHashCode be implemented for IEquatable<T> on mutable types?

Is having to return multiple objects a sign of bad design?

immutability

Return immutable copy of mutable object from method

java immutability

Immutable object changing to mutable depending on function signature

Can't make filter work with Immer.js to remove nested object in array

What is the need for immutable/persistent data structures in erlang

Swift array reduction: cannot use mutating member on immutable value

How to implement single-source-of-truth for a complex, immutable model?

Are Immutable Collections Inherently Less Efficient

Why use getters instead of public fields in immutable objects? [duplicate]

java immutability final getter

If booleans are immutable in Java, how am I able to change this boolean?

boolean immutability

Why does `Option::map` work with immutable data, but not with mutable data

static final String = "something" -- does the static make sense?

Why do we need constants in Rust if we have immutable variables?

Cached or precomputed Immutable Functions in C# / C++