Please enable JavaScript.
Coggle requires JavaScript to display documents.
CHAPTER 8: DESIGN & CODE REVIEWS - Coggle Diagram
CHAPTER 8: DESIGN & CODE REVIEWS
Typical inspection process
:
Inspection Meeting
Repair and report
Preparations
Walk-through
:
follows a presentation format
Personal-review:
Is where you examine your own products
The objective of this is to find and fix as many defects as possible before you implement, inspect, compile, or test the program.
Why Review Programs
Reviewing a program is like reviewing a draft paper.
They can write a perfect first draft, professional writers will tell you that the secret to good writing is writing.
Review efficiency
The review efficiency helps to see new effects.
Review Principles:
Follow a defined review process
Measure and improve your review process
Establish defined review goals
Separate Design and Code Reviews
To make designs more understandable
To save implementation time
To avoid missing product defects
To spot possible design improvements
Design Review Principles
Produce designd that can be reviewed
Follow an explicit review strategy
Review the design in stages
Verify that the logic correctly implements the requirements
Review Measures
The size of the program being reviewed
the review time in minutes
The number of defects found
The number of defects in the program that were later found