
"
Code Reading: An Open Source Perspective", by
Diomidis Spinellis, is a new kind of book. It's a foray into a domain normally left untouched by Computer Science texts and exemplifies yet another positive contribution from the Open Source movement. Simply put,
Code Reading is a detailed discussion of the techniques required to read and maintain both good and bad code. As an interesting twist, the author draws on projects from the Open Source world to provide examples, both good and bad.
This book starts out on a very easy level, it should be fine for anyone who's semi-literate at C, at least for the first few sections of the book. In fact it should improve your ability to write code as well as read it due to this coverage of basic coding structures and practice.