Book Review: Peer Reviews in Software by Karl Wiegers

by on May 31, 2016

peer review in software

I have been part of many software teams where we desired to do code reviews. In most of those cases the code reviews did not take place, or were pointless and a waste of time. So the question is; how do you effectively conduct peer reviews in order to improve the quality of your systems. I found this book titled Peer Reviews in Software: A Practical Guide by Karl E. Wiegers. This book was recommended to me and also has “practical guide” in the title which attracts my attention (I know I have reviewed other books that claim practical but are not). Hopefully this book will help provide me (and you) with tools for conducting valuable code reviews.

As a human I will make mistakes when programming, finding my mistakes is often difficult since I am very close to my work. How many times have you spent hours trying to find a bug in your code only to realize you had a bad semi-colon or parentheses. Another person who has not worked on the code for hours might have been able to spot the problem right away. When I first started programming it could be embarrassing to have somebody review my code and point out the problems. However now that I am more senior I do not view it as an embarrassment, but as a learning opportunity since everybody has a different set of experiences that influences their code. I would encourage other developers to view it as a learning experience and not to be bashful about reviews. Remember the person is critiquing the work and not you; this is how you become a better developer.

According to Karl there are many types of peer reviews including inspections, team reviews, walkthroughs, pair programming, peer desk check passaround, and ad hoc review.

This book is divided into three sections:

  1. Cultural & social aspects
  2. Different types of reviews (with a strong focus on inspection)
  3. How to implement review process within your projects

Cultural & Social Aspects

In this first section of the book the author makes the argument that quality work is not free and that “paying” the extra cost of peer reviews is a good investment in the future. By having peer review you can reduce the failures once the product is released out into the world and any applicable reworks. Shifting the defect detection to the early stages of a product has a huge potential payoff due to the high cost of fixing defects found late in the release cycle or after release. The space shuttle program found that the relative cost of fixing a defect is; $1 if found during an initial inspection, $13 if found during a system test, and $92 to fix after delivery. In the book the author documents various companies that saved substantial amounts of time and money by having code inspection programs.

One thing I like is the reference to IEEE 1999 which talks about other items that are good for review. People often dont think about it, but other things such as marketing brochures, requirement specifications, user guides, test plans and may other things are good candidates for peer review.

I have seen many project teams try to do error tracking and/or code reviews but fail due to team culture. In one case where I saw peer review actually working, was when there was a dedicated person whose only job was to manage reliability in the project. He was great at hounding people to track bugs and review code. This book discusses how the team culture must be developed to value “quality”. If you are the type of person that does not want to waste time reviewing anther’s code, you must remember that you will want the other person to “waste” time looking at your code. In this manner we must all scratch each others back. There are two traps you need to watch out for: 1. Becoming lazy and submitting bad code for review since somebody else will find/fix it, or 2. Trying to perfect your code before sharing it in order to protect your ego from getting bruised and to only show your best work.

We also can not forget the managers. Managers need to value quality and provide the time and resources for employees to develop good practices. Managers need to understand that the point of this exercise is to find flaws and that people should not be punished based on those flaws. I have often seen managers not putting time in the schedule for good code reviews.

Types of reviews

Before discussing the types of reviews there is a good discussion on the guiding principles for reviews. Some of the principles are:

  • Check your egos at the door
  • Keep the review team small
  • Find problems during review, but don’t try to fix them at the review. Give up to 1 minute for discussion of fixes.
  • Limit review meeting to 2 hours max
  • Require advanced preparation

There are several types of peer reviews discussed in this book. This list starts with the least formal approach and develops till the most formal approach (the book uses the opposite order which I found nonintuitive).

  1. Ad Hoc – These are the spur of the moment meetings where you call a coworker to your desk to help with a small problem. Usually just solves an immediate problem. (This is super useful when trying to work out various coordinate transforms)
  2. Peer passaround/deskcheck, – In this approach a copy of the work is sent to multiple reviewers, after which you can then collate all of the reviews. This lets multiple people look at the code/item, and also lets you get something if one person does not respond. In the peer deskcheck version only one person looks at it instead of passing it around for multiple reviews.
  3. Pair Programming – This is the idea that two people program together. So while there is no official review two sets of eyes saw each line of code that was typed. This has an added bonus that now two people will understand the code. The downside is that often one of the coders can “doze-off” and not be effective at watching for flaws. Also many coders might not like this.
  4. Walkthrough – This is where the author of the code walks through the code to a group of reviewers. This is often unstructured and heavily dependent on how good of a job the author prepared. In my experience this is good for helping people understand the code and finding large logic flaws, but not so much for finding smalls flaws/bugs.
  5. Team Review – This is similar to the walkthrough however reviewers are provided with documentation/code in advance to review and their results are collated.
  6. Inspection – Finally we have the most formal approach which the author seems to favor. In this approach the author of the code does not lead the review, rather a moderator often with the help of checklists will lead the meeting and read out the various sections. After the moderator reads a section the reviewers can discuss it. The author of the code can answer questions and learn how to improve the various sections. Often the author might identify other instances of the same problem that the reviewers did not point out. An issue log should be maintained as a formal way of providing feedback and a list to verify fixes against.
peer review types

Click for full size

The book then spends the next few chapters detailing the inspection method of peer review. Here are just a few notes. As always read the book to find out more.

  • In most situation 3-7 is a good size group for the inspection. The number of people can be based on the item being reviewed.
  • The review needs to be planned in advance and have time to prepare content to distribute to reviewers.
  • After the meeting the author should address each item in the issue log that was created and submit it to the moderator (or other such person) to verify that the solutions are good.
  • Perform an inspection when that module is ready to pass to the next development stage. Waiting too long can leave a person with a lot of bad code that is now too hard to fix.
  • You can (sort of) measure the ROI by looking at the bugs found and how long they took to find. There are many other metrics detailed in the book.
  • Keep spelling and grammar mistakes on a separate paper and not on the main issue list

How to implement review processes within your projects

Getting a software team and management to change can be difficult. The last part of this book is dedicated to how you can get reviews to be used, and how to let them naturally expand within the company. One significant thing identified is to get a key senior person that can act as a coordinator for building a culture of peer review and to provide training to developers. There is a nice long table in the book of the various pitfalls that an organization might encounter and how to deal with them.

This book also has a discussion about special challenges and how it can affect your review process. Some of the situations addressed are:

  • Large work products
  • Geographic or time separation
  • Distributed reviewers
  • Asynchronous review
  • Generated and non-procedural code
  • To many participants
  • No qualified reviewers available

At the end of this book there is a link to supplemental material online. I was excited to see this. However when I went to the site, I saw it was all for sale and not free (most things were around $5). That kind of burst my bubble of excitement for the supplemental material. There is a second web site for the book that is referenced which does not seem to be valid anymore.

Throughout the book is the idea of getting proper training for people on how to conduct inspection reviews. Towards the end of the book the idea of hiring the book’s author as a trainer to help with this training is suggested.

Overall I think this is a good book. It introduces people to how to do software reviews. The use of graphics and tables in the book is pretty good. It is practical and easy to read. I also like how this book addresses management and the business case for peer reviews. I give this book a 4.5 out of 5 stars. The missing 0.5 stars is due to the supplemental material not being free and also for not providing those forms with the book.


Disclaimer: I do not know the book author. I purchased this book myself from Amazon.

Liked it? Take a second to support David Kohanbash on Patreon!
Become a patron at Patreon!

Comments

Hi David,

Thanks for your thorough review of my book. I hope you found it helpful.

Regarding the supplemental materials, they were originally available for free download from the publisher (Addison-Wesley) but a few years ago Pearson Education took over distribution of the book and it looks like maybe the supplemental materials page disappeared somewhere along the way.

As you point out, the materials are all still available from http://www.processimpact.com/pr_goodies.shtml for a few dollars. All the money received is donated to help a software consultant who has been disabled for 17 years with a brain injury from a car accident caused by a driver talking on a cell phone.

Karl Wiegers

Leave a Reply