3 Components of Reviewing a Pull Request

reshamas

Reshama Shaikh

Posted on June 9, 2021

3 Components of Reviewing a Pull Request

Scikit-learn is the machine learning library for Python. Thomas Fan, a core developer for scikit-learn, gives a presentation on how to review pull requests. Specifically, the 3 components are:

  1. The mechanics of code review on GitHub.
  2. The social aspects of code review and how to effectively give feedback.
  3. The technical aspects of reviewing a pull request.

It's an informative video, with a great Q&A session at the end.
Thomas Fan: Reviewing Pull Requests

💖 💪 🙅 🚩
reshamas
Reshama Shaikh

Posted on June 9, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related