Read the Diffs
Peter McCurdy, 17 February 2009While I’m linking to Eric Sink, he also recently suggested that if you’re a developer, you should read the diffs. I’ve found this to be very helpful advice personally – often, you see stuff you didn’t know about, so learn more, or you see stuff that’s wrong, so can catch a bug before it becomes a big problem. Even if the diffs are boring and correct, you still become more widely familiar with the code and its current state, which can be tremendously useful down the road.
I guess I’d just never quite appreciated that not everybody does it.