My Evolving Code Review Checklist
My Evolving Code Review Checklist

My Evolving Code Review Checklist

Author
Shiv Bade
Tags
code review
checklist
Published
March 3, 2016
Featured
Slug
Tweet
Code reviews are my favorite ritual.
Here’s a living checklist I use: - Does it solve the original problem? - Can I understand the changes without reading the Jira ticket? - Tests: present and meaningful? - Side effects? Regression risks?
And finally: Is this code easy to delete later?
Code should solve today’s problem, not predict tomorrow’s.