Code Review Checklist

1
Have You Checked For ? Dead/Redundant code Duplication Complexity (cyclomatic, large functions, block depth) Dependencies ( added/changed ) Assumptions and Side effects Is it Tell or Ask ? Is it easy to Misuse ? Is it Global State ? Names and Magic Numbers Code Review Checklist Commercial in confidence. © Nitin Bhide 10/30/22

description

Quick code review checklist applicable to practically all programming languages and technlogies

Transcript of Code Review Checklist

Page 1: Code Review Checklist

April 10, 2023 Commercial in confidence. © Nitin Bhide

Have You Checked For ?

Dead/Redundant codeDuplicationComplexity

(cyclomatic, large functions, block depth)

Dependencies ( added/changed )Assumptions and Side effectsIs it Tell or Ask ?Is it easy to Misuse ?Is it Global State ?Names and Magic Numbers

Cod

e R

evi

ew

C

heck

list