PreviousNext

Immutability vs Encapsulation

by bill-s, 2016-07-31T06:38:00.000Z

Using mutable objects for modeling application state makes tracking changes hard and incurs a sizable performance cost. Switching to immutable objects solves these problems, but brings new ones.

Read More