Linked by Owen Anderson on Thu 27th Nov 2003 05:25 UTC
Features, Office "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.
Permalink for comment
To read all comments associated with this story, please click here.
Re: Centrism
by Anonymous Coward on Fri 28th Nov 2003 14:20 UTC

I come from the philosophy that if you understand C,C++ porting syntax to another language is straight forward.

True for block-like languages, like the most popular (Pascal, Java, Python, Perl, Ruby, PHP, Lua, etc.) are nowadays. Not true for Lisp, Haskell or Prolog, for example.