How to do coding peer reviews with Github

preview_player
Показать описание
Peer reviews is a technique used in programming to improve the quality of the code. Every single change that’s done on the codebase gets reviewed by another developer to see if any improvements can be made.

It massively improves the quality of the code, helps you learn from other developers and improves knowledge transfer in the team. Needless to say, I’m a big fan.

In this video I go over some of the main benefits and do a live demo of how to do coding peer reviews using Github.

00:00 - Introduction
00:59 - Main benefits of peer review
02:49 - Demo of how to do peer reviews using GitHub

- - - - - - - - - - -

Subscribe to London App Developer for full-stack soft dev tutorials:

- - - - - - - - - - -

CHECK OUT MY COURSE ON UDEMY

FIND LONDON APP DEVELOPER ELSEWHERE

- - - - - - - - - - -

LONDON APP DEVELOPER

Programming tutorials for developers.
Рекомендации по теме
Комментарии
Автор

Good video. Thank you for speaking so clearly without slang.
Mainly for those of us who do not usually hear English

crandelzet
Автор

Very crisp and neat .. great explanation

I_Edit_SometimesIg
Автор

Thank you for teaching me. It's really helpful.

cwcfunclock
Автор

Great video. Perfect level of detail and well explained.

dmmm
Автор

Perfect video, clear and concise points! Keep it up

davidbarbaran
Автор

Love the way you explain things :), a great video

vtvvnha
Автор

Great stuff, very concise and rich in content

braimahhassanoshiapemhe
Автор

Amazing video explained in great detail ❤️❤️❤️❤️❤️

ankitaburman
Автор

Very important things missed, like if someone asks you to make some changes then how do you do that and how does it reflect back in the pull request.

khanhamza
Автор

I think a very important thing missed in this video is how to get a commit down to your machine locally, otherwise, how can you review stuff?

omarpalauavila
Автор

Nice video, It would be helpful to teach people also how to set Develop branch as default. So each pull request will have to develop branch as default.

MrSegagraff
Автор

If I have a feature branch, is it a good practice to merge development down to the feature branch before the code review or any code compare?

vilasackphothisan
Автор

Great video and some excellent points! What are your thoughts on pair programming?

JohnSan
Автор

Question, is it possible to do this code review on a standalone git server and not using third party such as github or bitbucket? If so, can anyone link me to the right resources?
Thanks :)

ntsystem
Автор

I often find it hard to navigate when multiple round of reviews. Can you show me how to navigate in that case

tharangopal
Автор

Many aspects of the topic weren't covered. For example, what happens after finding bug and commenting? How the PR author fixes and resolves the issue? How the reviewer sees the fix and the comparison of the fixed file version to the original one? Etc. Very shallow tutorial.

RainBringer