Completed
Creating a Code Review Culture Johnathan Turner Squarespace
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Creating a Code Review Culture
Automatically move to the next video in the Classroom when playback concludes
- 1 Creating a Code Review Culture Johnathan Turner Squarespace
- 2 Code review is useful
- 3 Code review provides
- 4 A code review culture is useful
- 5 Organizations
- 6 Be intentional about your culture
- 7 Code authors
- 8 Make the reviewer's life easier by communicating context
- 9 Code reviewers
- 10 Sizing up • What is the general shape of the PR? • Is the PR the right size?
- 11 Production readiness • How will we know when this breaks? • Is there new documentation required by this change? • Are there tests that prevent regression? • Is this change secure?
- 12 Language specific • Is the code well designed? • Is the code idiomatic to the language? • Are new patterns introduced? • Does the code fall into common pitfalls for the language?
- 13 Full checklist at