You've seen the advert (except the original URL has gone AWOL):

This is an image for the book from SmartBear (in lieu of the missing advert):

  • Who's requested the book? (I have.)
  • Who's read the book? (I've started.)
  • What are your impressions? (Mine are favourable so far - but I'm not sure whether I'm going to learn anything stunning from it.)
  • What was the best thing you learned from it?
  • Were there any horrible mistakes in it?

(Converted to 'Community Wiki')

link|improve this question
should this be wiki? – Ady Dec 29 '08 at 20:45
Dunno...it could be; I thought about it. – Jonathan Leffler Dec 29 '08 at 20:46
1  
Please wiki. I shudder at the thought of Stack overflow becoming a book review club. – George Stocker Dec 29 '08 at 20:47
1  
I'm not sure why Stack Overflow having a series of good book reviews would be a problem - actually, it might be quite useful. Granted, there are other places to get book reviews as well, but...it would be programming related. – Jonathan Leffler Jan 1 '09 at 21:14
1  
And because they are the best kept secrets, you print them in a book and sell them to everyone - just what you do with secrets :) – Michael Stum Jun 17 '09 at 16:03
show 1 more comment
feedback

12 Answers

up vote 12 down vote accepted

It's been a pretty good coffee mug coaster for about a year. It reminds me that we really should be doing more peer code reviews.

link|improve this answer
feedback

As the (ahem) author of the book, I appreciate the comments!

:-)

link|improve this answer
feedback

This is the best book I've ever seen on Peer Reviews: Peer Reviews in Software: A Practical Guide, Karl E. Wiegers.

link|improve this answer
Oh darn - I don't like the way 'Community Wiki' loses the visible credit to the original poster. One URL for the book is processimpact.com/pubs.shtml, and the topic book cross-references it as a good book. – Jonathan Leffler Dec 30 '08 at 3:10
The original poster, FWIW, was Jim Blizard. – Jonathan Leffler Dec 30 '08 at 3:11
I agree, if you want formal, meetings-based code inspections. In my book (the one under discussion here) I also write that this is the best book for inspections. My book is for lightweight forms of review that e.g. don't require meetings. – Jason Cohen Feb 9 '09 at 20:27
@Jason, sounds like good stuff. I'll check out your book. – Jim Blizard Feb 10 '09 at 3:08
feedback

I've got it and I'm reading it now. For such a small book, it looks like it's a pretty complete guide. It covers five types of reviews (including pair programming, which I absolutely love that they're calling peer review), the social effects, questions you should be asking, and what measurements are useful to improving software. It's a decent guide if you don't have time to scour the net yourself for the same information. Overall, I'd say it's worth more than I paid for it. :)

UPDATE: As a follow-up, I just wanted to mention that I did start getting some marketing emails from the company that produced this book. I personally don't mind targeted advertising (I did show an interest in the kind of products they make), but I know many others don't feel the same way.

link|improve this answer
feedback

Great little book ... I'm surprised more places don't use peer review ... want realistic estimates to completion? Try peer review!

Wanna find out who's naughty and nice? Peer review.

Who's stuck?

Lots of justification if you're trying to champion a new practice.

Regards, Bill Drissel

link|improve this answer
feedback

I've posted my review of Best Kept Secrets of Peer Code Review on my blog http://dlairman.wordpress.com/2009/05/19/review-best-kept-secrets-of-code-review/

link|improve this answer
feedback

(I have decided that I'm not not keen on the way Community Wiki only shows the person who last edited an entry. It would be good if the original author got credit as on a regular question, even if there is no reputation tied to it.)

I've read a good bit more of the book now. I like the two review chapters, one looking at a number of studies of code review and the other a more detailed one looking at the use of the Smart Bear tool at Cisco. The study on eye movement on trivial (20-line) program snippets was interesting.

There are some interesting bits of information lurking:

  • The preparation work for a formal review is usually as useful as the formal review.
  • The informal reviews (roughly) remove the formal review but keep the preparations.
  • The number of bugs found drops off dramatically after about 60 minutes, and levels off to zero found per hour after about 90 minutes.
  • The number of bugs found diminishes as the amount of code to be reviewed increases above 200 lines.

The bit that concerns me is the 200 lines part. How are the lines measured? Much of the code I work on has files that are multiple thousands of lines long (20,000 in at least one case - and that is not a generated file). If I need a code review of 20 lines edited in scattered places in the code, is it a 20-line review or a 2000-line review concentrating on 20 lines? I suspect it is more nearly the latter - or should be. To the extent that we treat it as a 20-line review, we are missing context.

(I'd be the first to accept that the code should be improved - I'm still struggling to get people to change the function definitions from K&R to prototype notation. That's the problem with 20-year old code. It is almost enough to make one despair.)

link|improve this answer
ditto, this seem to have happened to my DOS basename question. – Frank Computer Dec 25 '10 at 19:32
feedback

Not so good. I just got it. I was hoping to see different techniques and research, but it really wasn't that at all. It was a small paper bound book with compact text and charts that didn't mean very much.

You'll do better with looking online for Peer Code Review techniques and practices.

link|improve this answer
Just giving my Honest feedback and opinion. – Brig Lamoreaux Mar 4 '09 at 20:29
feedback

It's worth the price, but if you are really serious, this is the book to get:

http://www.amazon.com/Handbook-Walkthroughs-Inspections-Technical-Reviews/dp/0932633196

The one you mention is, of course, a promotional item for their software/system.

link|improve this answer
feedback

Just the mere title says it all!.. I believe that besides every project having requirement specs, there should be coding/naming specs with an initial meeting to make sure everyone's on the same page and periodic reviews to make sure no one has strayed too far away!

link|improve this answer
feedback

Who's requested the book?
I have.

Who's read the book?
I've read some and thrown it away.

What are your impressions?
Text-book style. Informative, but boring.

What was the best thing you learned from it?
One can be both cheap and free.

Were there any horrible mistakes in it?
The sales pitch looks just like a used paperback.
How can I resell it to my boss? ;)

link|improve this answer
feedback

Is there any pdf version available? The don't ship it into my country :(

link|improve this answer
1  
I don't know of a PDF version. The person to contact would be Jason Cohen, who can be found on Stack Overflow - see some of the other answers and comments to this question. – Jonathan Leffler Feb 15 '10 at 15:48
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.