Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

Check for mutability in Python?

Javascript: Is the length method efficient?

C#, immutability and public readonly fields

Is there a way to use Json.Net deserialization with immutable classes?

c# json.net immutability

Are strings mutable in Ruby?

Immutable data structures performance

How to create immutable objects in C#?

Downsides to immutable objects in Java? [closed]

java immutability

Immutable queue in Clojure

Why is it okay that this struct is mutable? When are mutable structs acceptable?

Does Haskell have variables?

Why are immutable objects thread-safe?

How to get union of several immutable.js Lists

Should IEquatable<T>, IComparable<T> be implemented on non-sealed classes?

How do I get a specific object from an immutable js map by value?

javascript immutability

Why doesn't string.Substring share memory with the source string?

Why are immutable objects in hashmaps so effective?

Why does Microsoft advise against readonly fields with mutable values?

c# immutability

Immutable Struct in Golang

go immutability

Idiomatic way to create an immutable and efficient class in C++