Code Review Checklist
Code Review Checklist
Version Date
1.0 10-Apr-19
1.1 23-May-19
1.2 2-Feb-21
1.3 26-Aug-21
Revision History
Description
Initial Release
Added project spesific checklist, Added version sheet & Changed Tab names
As we are moving to KAP tool, created Unipro Equivalent "Code- Review" checklist.
Review Checkpoints
Does the code closes the connections to external resources like database connections, file handles, network
1 Coding
connections, etc?
2 Coding Has code handled transactions properly?
3 Database Have you used parameterised queries to avoid SQL Injections whenever applicable?
4 Structure Have you performed null check before using any objects?
5 Structure Is your code arranged in proper regions, namespaces and has proper indentations?
Reviewer Check
Defect Category Reviewer Remarks
Status
ase connections, file handles, network
Yes
Yes
Yes
ndentations? Yes
Yes
Yes
Yes