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.