Software Inspections for Software Engineering Student Teams

What is a software inspection?

A small group of programmers who follow a specific procedure to review the source code developed by a peer with the intent of identifying defects and improving maintainability.

What's the difference between a code walkthrough, code review, and code inspection?

The terms "walkthrough" and "code review" usually refer to informal or casually prescribed methods. Inspections are more formal and quite carefully specified.

What are the elements of an inspection process?

The Inspection Process

CPE 309 teams will follow this inspection process.

Required Readings for all developers

The Case for Code Reviews An entertaining explanation of why we should bother with code reviews from a real practitioner who has been there.

Required Readings for QA mgr

Suggested Readings


 

CPE 206 Home