CodependentCodr
Sunday, March 1, 2015
Embracing Change
›
I recently listened to a recording of a webinar put on through the ACM titled "Agile Methods: Agile Methods: The Good, the Hype and the...
Tuesday, February 3, 2015
Book Review: The Software Craftsman
›
Book: The Software Craftsman Author(s): Sandro Mancuso Publisher: Prentice Hall; 1 edition (Dec 14 2014) Pages/Sections Read: Al...
Monday, January 20, 2014
Book Review: Java Puzzlers
›
Book: Java Puzzlers Authors: Joshua Bloch and Neal Gafter Publisher: Addison Wesley Pages Read: all Sections: all Thumbs up/Thumbs Dow...
Book Review - The Clean Coder
›
Book: The Clean Coder - A Code of Conduct For Professional Programmers Author: "Uncle" Bob Martin Publisher: Prentice Hall Pag...
Friday, November 1, 2013
EqualsVerifier
›
This looks more than a little cool for those of us (like me) who are pedantic about testing out equals/hashcode/compareTo methods: http://...
Friday, August 3, 2012
Git bisect And Nose -- Or how to find out who to blame for breaking the build.
›
How did I not ever discover git bisect before today? Git bisect allows you to identify a particular commit which breaks a build, even afte...
1 comment:
Thursday, June 7, 2012
Handy Python tip #1
›
The other day I was adding the rich comparison methods (the ones for operator overloading) to a class I had defined. Like many Python progr...
›
Home
View web version