adlfkjfadslkjfads

Book Review: Java Puzzlers

Posted on Mon 20 January 2014 in Posts • Tagged with bookreview, java

Book: Java Puzzlers

Authors: Joshua Bloch and Neal Gafter

Publisher: Addison Wesley

Pages Read: all

Sections: all

Thumbs up/Thumbs Down? Up, slightly sideways

Link: Amazon

Summary of Content Read

Java Puzzlers is not so much a book, but a collection of obscure corner cases in the Java programming language …


Continue reading

Java Tip of the Day - EqualsVerifier

Posted on Fri 01 November 2013 in Posts • Tagged with javaTipOfTheDay, testing, java

This looks more than a little cool for those of us (like me) who are pedantic about testing out equals/hashcode/compareTo methods:

http://www.jqno.nl/equalsverifier/

(Note: this post originally appeared on my blogspot blog at: http://codependentcodr.blogspot.ca/2013/11/equalsverifier.html)