News

In response to my recent blog posting Immutable Java Objects, Matt brought up a good point of discussion related to making Java classes truly immutable by declaring them as final so that they ...
Classes should be immutable unless there’s a very good reason to make them mutable. Another proponent of immutable objects is Martin Odersky of Scala fame. He has stated about immutable objects: ...