Definition for Difference between revisions of "Code review"
From Biology Forums Dictionary
(Created page with "Code review is often neglected but, among other things, it is a major tool for enforcing standards. There are two types of code review: walkthrough and inspection. Walkthrough...") |
|||
Line 1: | Line 1: | ||
− | Code review is often neglected but, among other things, it is a major tool for enforcing standards. There are two types of code review: walkthrough and inspection. Walkthrough is less formal and essentially consists of going over the lists of questions and/or possible defects provided by the participants. Inspection, on the other hand, is more formal and consists of going over code line-by-line. | + | Code review is often neglected but, among other things, it is a major tool for enforcing standards. |
+ | |||
+ | There are two types of code review: walkthrough and inspection. | ||
+ | |||
+ | '''Walkthrough''' is less formal and essentially consists of going over the lists of questions and/or possible defects provided by the participants. | ||
+ | '''Inspection''', on the other hand, is more formal and consists of going over code line-by-line. |
Revision as of 18:23, 1 September 2017
Code review is often neglected but, among other things, it is a major tool for enforcing standards.
There are two types of code review: walkthrough and inspection.
Walkthrough is less formal and essentially consists of going over the lists of questions and/or possible defects provided by the participants. Inspection, on the other hand, is more formal and consists of going over code line-by-line.