Code Reviews
Before starting a code review:
- Is there a description?
- Is the CI pipeline passing? i.e. formatters, linters, tests, etc.
- Is the changelist not too big?
- Are there tests?
The art of giving and receiving code reviews – Alexandra Hill, 2018
Nice overview of the basics.
- Review <400 LOC at a time
- Review <500 LOC per hour
External links