Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

why fields should be final in immutable class?

java immutability final

Jackson deserialization circumventing final fields

assign "it" in each iteration (groovy)

Why is Font immutable?

c# fonts immutability

Immutability/Read-only semantics (particular C# IReadOnlyCollection<T>)

Non-strict, Immutable, Non-memoized Infinite series in Scala

The CA2104 warning: Is there any way to mark a class as `Immutable` to suppress it?

How can I edit immutable objects in WPF without duplicating code?

wpf immutability

R: selecting subset without copying

Does using private setters only in a constructor make the object thread-safe?

When does `modify` copy the vector?

pre-release Collections.Immutable

.net f# immutability

Unit testing for object immutability

Why is it possible to implement Read on an immutable reference to File?

rust immutability

How do I manipulate a tree of immutable objects?

Should I represent database data with immutable or mutable data structures?

Why isn’t ReadOnlyDictionary thread-safe?

Immutable/polymorphic POJO <-> JSON serialization with Jackson

Iterating through keys of Immutable Map in React

Which should be simpler, actions or reducers?