In the open source environment, any bug fix, new feature, or documentation goes over a review,
where the project maintainers has the opportunity to ask and suggest improvements before the
change get integrated into the project. This practice has many benefits that’s why many companies
incorporated this practice in their development flow.
In this talk, we’ll discuss:
* What’s code review and Pull/Merge requests
* Why use code reviews
* When you should ask for a code review
* Code Review vs Pair Programming
* Good and bad practices
* Code Review in development/deployment flow
After this talk, you’ll learn why code reviews are important and how to extract the best of this practice.