Article · Wikipedia archive · Last revised Jul 12, 2026

Code Reading

Code Reading (ISBN 0-201-79940-5) is a 2003 software development book written by Diomidis Spinellis. The book is directed to programmers who want to improve their code reading abilities. It discusses specific techniques for reading code written by others and outlines common programming concepts.

Last revised
Jul 12, 2026
Read time
≈ 1 min
Length
170 w
Citations
1
Source
Code Reading Cover
Code Reading Cover source ↗

Code Reading (ISBN 0-201-79940-5) is a 2003 software development book written by Diomidis Spinellis.1 The book is directed to programmers who want to improve their code reading abilities. It discusses specific techniques for reading code written by others and outlines common programming concepts.

The code examples used in the book are taken from real-life software and uses C to illustrate basic concepts. Excerpts from prominent open-source code systems like the Apache Web server, the hsqldb Java relational database engine, the NetBSD Unix distribution, the Perl language, the Tomcat application server, and the X Window System are presented.

The book inaugurated Addison-Wesley's Effective Software Development Series, edited by Scott Meyers, and received the 2004 Software Development Productivity Award in the “Technical Books” category. It has been translated into Chinese, Greek, Japanese, Korean, Polish, and Russian.

See also

See also

References

References

  1. Schneider, Ray (March 2004). "Code Reading/The Open Source Perspective". Software Quality Professional. 6 (2): 37–38. Retrieved June 4, 2026.
External links