The Artima Developer Community
Sponsored Link

Java Buzz Forum
Immutability to the rescue

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Lahlali Issam

Posts: 30
Nickname: issam
Registered: Jul, 2009

Lahlali Issam is a lead developer for JArchitect
Immutability to the rescue Posted: Nov 8, 2012 1:07 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Lahlali Issam.
Original Post: Immutability to the rescue
Feed Title: Go Inside Java open source projects
Feed URL: https://javadepend.wordpress.com/feed/
Feed Description: Analyse open source Java projects to go inside their design and implementation.
Latest Java Buzz Posts
Latest Java Buzz Posts by Lahlali Issam
Latest Posts From Go Inside Java open source projects

Advertisement
There is a powerful and simple concept in programming that is really underused: Immutability Basically, an object is immutable if its state doesn’t change once the object has been created. Consequently, a class is immutable if its instances are immutable. There is one killer argument for using immutable objects: It dramatically simplifies concurrent programming. Think [...]

Read: Immutability to the rescue

Topic: Performance Analysis of REST/HTTP Services with JMeter and Yourkit Previous Topic   Next Topic Topic: Investigating Deadlocks – Part 3

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use