Lesson 4 Episode 1 — Code Reviews#
Time: 15 min
Working in teams. Practice reviewing code in pull requests created in the last exercise on GitHub. Names between []
indicate who in the team should engage in each activity.
[Author] Assign one or two team members as reviewers in your pull request (PR).
[Reviewer] Reviews, discuss, and suggest changes the pull request(s) following recommendation mentioned so far.
[Author] Make changes to PR based on the reviewer(s) suggestions, and updates the PR.
[Reviewer] Approves the PR.
[Author] Merges the PR into the repository.