InterviewSolution
Saved Bookmarks
| 1. |
What Is Code Inspection? |
|
Answer» A formal testing technique where the programmer reviews source code with a group who ask QUESTIONS analyzing the program LOGIC, analyzing the code with respect to a checklist of HISTORICALLY common programming errors, and analyzing its compliance with coding STANDARDS. A formal testing technique where the programmer reviews source code with a group who ask questions analyzing the program logic, analyzing the code with respect to a checklist of historically common programming errors, and analyzing its compliance with coding standards. |
|