Last active
February 7, 2025 05:41
-
-
Save lambda-mike/137e55ca4928162525deb851c993e635 to your computer and use it in GitHub Desktop.
Revisions
-
lambda-mike revised this gist
Jan 13, 2021 . 1 changed file with 14 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,4 +2,18 @@ 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 -
lambda-mike created this gist
Jan 13, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # Code Reviews https://medium.com/better-programming/13-code-review-standards-inspired-by-google-6b8f99f7fd67 https://chromium.googlesource.com/chromium/src/+/master/docs/cl_respect.md