Skip to content

Instantly share code, notes, and snippets.

@lambda-mike
Last active January 13, 2021 14:42
Show Gist options
  • Save lambda-mike/137e55ca4928162525deb851c993e635 to your computer and use it in GitHub Desktop.
Save lambda-mike/137e55ca4928162525deb851c993e635 to your computer and use it in GitHub Desktop.
Code Reviews

Code Reviews

https://medium.com/better-programming/13-code-review-standards-inspired-by-google-6b8f99f7fd67

  1. The code improves the overall health of the system
  2. Quick code reviews, responses, and feedback
  3. Educate and inspire during the code review
  4. Follow the standards when reviewing code
  5. Resolving code review conflicts
  6. Demo UI changes as a part of code review
  7. Ensure that the code review accompanies all tests
  8. When focused, do not interrupt yourself to do code review
  9. Review everything, and don’t make any assumptions
  10. Review the code with the bigger picture in mind
  11. Recognize and encourage good work during code review
  12. Be mindful, respectful, kind, and clear in your code review
  13. Explain your code review comments and keep scope in mind

https://chromium.googlesource.com/chromium/src/+/master/docs/cl_respect.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment