From the course: Programming Foundations: Conducting Code Reviews

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Find code to review on GitHub

Find code to review on GitHub

From the course: Programming Foundations: Conducting Code Reviews

Start my 1-month free trial

Find code to review on GitHub

- [Tutor] Another developer named Stephanie put up her code for review, and she's asked you to review it. Code reviews typically take place on an online version control platform, such as GitHub. As a code reviewer, you are reviewing another developer's changes to a series of files. When you find a piece of code you would like to give a suggestion on, you leave a comment on the file, kind of like a Facebook comment or comment on a LinkedIn post. In the last chapter we talked about what feedback you might give during a code review. But in this chapter, we'll walk through how to give that feedback through code review comments and approve a code submission. We'll say the development team uses GitHub for version control of their code base as well as code reviews. This is our team's code base or repository on GitHub. Right now, the code base is fairly small, but we'll say it will eventually consist of an application that contains a series of mini-games. To give a code review, we need to see…

Contents