Closed GoogleCodeExporter closed 9 years ago
I'm currently making a pass through our source code, reviewing the
implementations
and fixing things. For lazy initialization, I'm using the single-check idiom on
page
284 of Effective Java, version 2. While that section of the book describes
other lazy
initialization approaches, sticking with the single-check idiom everywhere makes
sense to me.
Original comment by jared.l....@gmail.com
on 7 Jun 2008 at 1:10
Original comment by kevin...@gmail.com
on 18 Mar 2009 at 2:20
Original comment by kevin...@gmail.com
on 17 Sep 2009 at 6:03
we've been over all this code lots of times; closing this.
Original comment by kevin...@gmail.com
on 16 Oct 2009 at 9:02
Original issue reported on code.google.com by
kevin...@gmail.com
on 6 Jun 2008 at 7:00