Quantcast
Channel: hasCode.com
Viewing all articles
Browse latest Browse all 92

Immutables 2.0 for sexy Immutable Object Creation and more

$
0
0
Using immutable objects in Java (and other programming languages as well) is a good thing because immutable objects may be shared safely, are thread-safe and reduce the risk of side effects in your applications. Nowadays multiple frameworks exist to reduce the need of writing boilerplate code here but there is one special framework whose features [...]

Viewing all articles
Browse latest Browse all 92

Trending Articles