Difference between Inspections and Walkthrough
Inspection |
Walkthrough |
Formal | Informal |
Initiated by the project team | Initiated by the author |
Planned meeting with fixed roles assigned to all the members involved | Unplanned. |
Reader reads the product code. Everyone inspects it and comes up with defects. | Author reads the product code and his team mate comes up with defects or suggestions |
Recorder records the defects | Author makes a note of defects and suggestions offered by team mate |
Moderator has a role in making sure that the discussions proceed on the productive lines | Informal, so there is no moderator |
Write a C program to find minimum among three numbers.