---
title: "Pre-merge Code Reviews"
url: https://daily.dev/posts/pre-merge-code-reviews-azfmquort
source_url: https://verraes.net/2013/10/pre-merge-code-reviews
type: article
source: "Mathias Verraes"
published: 2026-06-17T11:25:44.974Z
updated: 2026-06-17T11:29:24.695Z
tags: ["git", "leadership", "code-review"]
reading_time: 8
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Pre-merge Code Reviews

**[Mathias Verraes](https://daily.dev/sources/verraes)** · 8 min read · 0 upvotes · 0 comments

## Summary

Pre-merge code reviews are one of the most impactful practices a development team can adopt. The core rules: always push to a separate branch, never merge your own branch, review work in progress before starting new tasks, and treat merging as a team responsibility. Benefits include early defect detection, shared code ownership, reduced bus factor, and better team morale. Practical tips cover atomic stories and commits, using pull requests as ongoing conversations, integrating frequently, and reviewing tests first when time is short. Common anti-patterns to avoid include merge buddies gaming the system, a single gatekeeper bottleneck, teams dismissing reviews as too time-consuming, developers hoarding code ownership, and wasting review time on trivial formatting issues instead of meaningful design and quality concerns.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://verraes.net/2013/10/pre-merge-code-reviews>

## Similar posts on daily.dev

- [Build Wide, Ship Narrow](https://daily.dev/posts/build-wide-ship-narrow-ubltyfimm) · Hacker News · 0 upvotes · 0 comments

---

Tags: [#git](https://daily.dev/tags/git), [#leadership](https://daily.dev/tags/leadership), [#code-review](https://daily.dev/tags/code-review)

[View this post on daily.dev](https://daily.dev/posts/pre-merge-code-reviews-azfmquort)
