Lesson 4 Episode 1 — Code Reviews

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.

  1. [Author] Assign one or two team members as reviewers in your pull request (PR).

  2. [Reviewer] Reviews, discuss, and suggest changes the pull request(s) following recommendation mentioned so far.

  3. [Author] Make changes to PR based on the reviewer(s) suggestions, and updates the PR.

  4. [Reviewer] Approves the PR.

  5. [Author] Merges the PR into the repository.