IBM Code Review Checklist
IBM Code Review Checklist
WRICEF ID
WRICEF Type
Technical Specification Title
Functional Specification Title and Release
Developer Name
Code Reviewed By
Reviewed On
25 Do the SELECT statements use the key fields in the WHERE clause wherever possible Yes
(thereby making use of the indexes on the table) ?
26 Do all the SELECT statements use an array fetch(Array Fetch means using all the fields in the Yes
Table. But this is recommended only for table with few fields.) wherever possible ?
27 Do all the INSERT statements use an array / table insert wherever possible ? N/A
28 Has the COMMIT WORK statement been used judiciously ? N/A
29 Has the deletion flag been considered in the SELECT statements in the WHERE clause N/A
(wherever applicable) ?
Remarks
Remarks
Remarks
Remarks
Remarks
Remarks
S.No
1
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
849173937.xlsx
15/17
Date Printed: 02/09/2025
Code Walkthrough Checklist - Tips Tricks
849173937.xlsx
16/17
Date Printed: 02/09/2025
Code Walkthrough Checklist - Tips Tricks
849173937.xlsx
17/17
Date Printed: 02/09/2025