Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

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++

Idiomatic Way to declare C++ Immutable Classes

Which types are mutable and immutable in the Google Go Language?

go immutability mutability

How to declare a local constant in C#?

How do I delete specific characters from a particular String in Java?

java string immutability

Why might a System.String object not cache its hash code?

Why is this class mutable? [duplicate]

java immutability

Are strings in Ruby mutable? [duplicate]

Why should objects in Redux be immutable?

Why would I need to freeze an object in JavaScript?

javascript immutability

What is the "pin" operator for, and are Elixir variables mutable?

Are value types immutable by definition?

Replace element at specific position in an array without mutating it

Why did Matz choose to make Strings mutable by default in Ruby?