show/hide this revision's text 2 added 1 characters in body

Different levels of software process are called for in different situations. Two guys in a garage creating the next Visicalc should work differently than a team of hundres hundreds working on space shuttle software.

That said, I find code reviews (actually what many folks call walkthroughs) are useful in any environment. I review every checkin with a peer, using the source code control system to view differences, and justifying each one out loud to the reviewer.

Often, just stating the purpose of a change and what it is supposed to do will cause me to see an error in my own work, before the reviewer notices it.

show/hide this revision's text 1

Different levels of software process are called for in different situations. Two guys in a garage creating the next Visicalc should work differently than a team of hundres working on space shuttle software.

That said, I find code reviews (actually what many folks call walkthroughs) are useful in any environment. I review every checkin with a peer, using the source code control system to view differences, and justifying each one out loud to the reviewer.

Often, just stating the purpose of a change and what it is supposed to do will cause me to see an error in my own work, before the reviewer notices it.