2 links tagged with all of: code-review + pull-requests + git
Click any tag below to further narrow down your results
Links
The article discusses the benefits of using stacked pull requests to improve code review efficiency. Instead of creating large, unmanageable PRs, developers can submit smaller, dependent requests that can be reviewed and merged more easily. This approach helps maintain team velocity and enhances code quality.
Saša Jurić's talk at the Goatmire Elixir Conf emphasized the importance of effective code reviews and manageable pull requests (PRs). He advocated for returning complex PRs to authors for clarification, promoting smaller, story-driven commits that enhance understanding and collaboration among developers. Adopting these practices can significantly improve code quality and the review process.