code_review_checklist

Required validation steps for code review submissions.

synonyms:: code review checklist, pr review checklist, pull request review checklist checklist:: tests, documentation, error handling, security, performance

Checklist Items

tests

All code changes must include appropriate tests.

synonyms:: unit test coverage, integration test coverage

documentation

Code must have proper documentation and comments.

error_handling

Proper error handling must be implemented.

synonyms:: exception handling, error management

security

Security considerations must be addressed.

synonyms:: security check, vulnerability check, code security review

performance

Performance implications must be considered.

synonyms:: performance check, runtime optimization