Content area
Full Text
SOFTWARE QUALITY MANAGEMENT Code Quality: The Open Source Perspective Diomidis Spinellis. 2006. Addison-Wesley (http://www awprofessional. com). 576 pages. ISBN: 0-321-16607-8
CSQE Body of Knowledge areas: Software Quality Management; Software Processes
Diomidis Spinellis has another book that relates to quality called Code Reading. The main idea in the first book is that developers should learn how to read other people's code before they are asked to write their own. Code Quality is about learning "how to judge the quality of software code."
Because it focuses on code, there are lots of code examples in the book and they can be downloaded from http://www.spinellis.gr/codequality/sourcecode.html. They are the same code examples as those found on the CD-ROM accompanying the...