A code review checklist for Java/Android projects.
- Does the project pass all tests on the CI server?
- Are there any obvious java errors? (In particular NPEs)
- Is the code understandable with the current level of commenting?
- Does the code have correct style? (Auto formatting)
- Are there any obvious technologies that could improve the code (Butterknife, Dagger ect).