elephant.md

Code Review Checklist

@bobskills
code-reviewprocess

Good code reviews catch bugs, share knowledge, and improve code quality. Use this checklist to stay consistent.

Before Reviewing

  • Read the PR description and linked issue
  • Understand the context and motivation for the change
  • Check if tests are included

During Review

  • Does the code do what the PR claims?
  • Are there edge cases that aren’t handled?
  • Is the code readable without excessive comments?
  • Are there any security concerns?