<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/the-code-review-pyramid-a5tm76e59" -->

---
title: The Code Review Pyramid | daily.dev
description: The &quot;Code Review Pyramid&quot; is a visual guide for code reviews. It aims to show which aspects of a code change should be focused on the most and which should be...
canonical: https://daily.dev/posts/the-code-review-pyramid-a5tm76e59
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: The Code Review Pyramid | daily.dev
og:description: The &quot;Code Review Pyramid&quot; is a visual guide for code reviews. It aims to show which aspects of a code change should be focused on the most and which should be...
og:url: https://daily.dev/posts/the-code-review-pyramid-a5tm76e59
og:image: https://api.daily.dev/og/posts/A5Tm76E59.png
og:image:alt: The Code Review Pyramid
og:image:width: 1200
og:image:height: 630
og:locale: 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.

# The Code Review Pyramid

**[Pointer](https://daily.dev/sources/pointer)** · 1 min read · 355 upvotes · 13 comments

## Summary

The "Code Review Pyramid" is a visual guide for code reviews. It aims to show which aspects of a code change should be focused on the most and which should be automated. The visual is available as an SVG file and can be printed as a high-res version.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://www.morling.dev/blog/the-code-review-pyramid/>

## Community discussion

Top comments from developers on daily.dev.

**@dannysing** · 1 upvotes

> great visualisation and "to the point" ideas

**@maxalthaus** · 0 upvotes

> Can i use this also if i don* code APIs?

**@jaloplo** · 0 upvotes

> Clear, concise, fully understable with lot of information to take into account. Congrats!!!

**@yoaeph000** · 0 upvotes

> i like it

**@jessyco** · 0 upvotes

> Having these kinds of simple to read and review sheets is great for reference and guiding a team on what to focus on; thank you for sharing.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 1 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#general-programming](https://daily.dev/tags/general-programming), [#tech-news](https://daily.dev/tags/tech-news)

[View this post on daily.dev](https://daily.dev/posts/the-code-review-pyramid-a5tm76e59)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"The Code Review Pyramid","url":"https://daily.dev/posts/the-code-review-pyramid-a5tm76e59","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/the-code-review-pyramid-a5tm76e59"},"datePublished":"2022-03-15T14:46:16.307Z","dateModified":"2022-03-15T14:46:16.307Z","description":"The \"Code Review Pyramid\" is a visual guide for code reviews. It aims to show which aspects of a code change should be focused on the most and which should be...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/23a9e57600db3e40b3a8247e99acc501","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/23a9e57600db3e40b3a8247e99acc501","isAccessibleForFree":true,"articleSection":"Pointer","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Pointer","logo":"https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/65d4168582f14e0cb2b46693356e66f1","url":"https://daily.dev/sources/pointer"},"commentCount":13,"discussionUrl":"https://daily.dev/posts/the-code-review-pyramid-a5tm76e59","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":355},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":13}],"keywords":"general-programming,tech-news","timeRequired":"PT1M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Pointer","item":"https://daily.dev/sources/pointer"},{"@type":"ListItem","position":3,"name":"The Code Review Pyramid"}]}
{"@context":"https://schema.org","@type":"WebPage","@id":"https://daily.dev/posts/the-code-review-pyramid-a5tm76e59","comment":[{"@type":"Comment","text":"great visualisation and “to the point” ideas","datePublished":"2022-03-17T11:52:15.743Z","url":"https://daily.dev/posts/A5Tm76E59#c-8opjmvbdm","author":{"@type":"Person","name":"Danny Shefer","url":"https://daily.dev/dannysing","image":"https://lh3.googleusercontent.com/a/AATXAJyfy0uimVgTjvCP9h7zGnrpjJ9IUKpAXTDx3yKA=s100"},"interactionStatistic":{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":1}},{"@type":"Comment","text":"Can i use this also if i don* code APIs?","datePublished":"2022-03-16T05:06:19.230Z","url":"https://daily.dev/posts/A5Tm76E59#c-6MYXmv5mR","author":{"@type":"Person","name":"Balthasar-Maximilian Althaus","url":"https://daily.dev/maxalthaus","image":"https://media.daily.dev/image/upload/s--FBOoVcn---/f_auto/v1748496727/avatars/avatar_UNDRxv5P00vGmMsfbPGBI?_a=BAMClqUq0"}},{"@type":"Comment","text":"Clear, concise, fully understable with lot of information to take into account. Congrats!!!","datePublished":"2022-03-16T16:07:30.767Z","url":"https://daily.dev/posts/A5Tm76E59#c-pZTBaujti","author":{"@type":"Person","name":"Jaime López","url":"https://daily.dev/jaloplo","image":"https://avatars3.githubusercontent.com/u/559176?v=4"}},{"@type":"Comment","text":"i like it","datePublished":"2022-03-20T11:27:48.041Z","url":"https://daily.dev/posts/A5Tm76E59#c-NOIqbOcmK","author":{"@type":"Person","name":"mr yoseph","url":"https://daily.dev/yoaeph000","image":"https://lh3.googleusercontent.com/a/AATXAJyzmOJh9o77GqR4nv3bSIHFufT2CpZ9P56oNGIc=s100"}},{"@type":"Comment","text":"Having these kinds of simple to read and review sheets is great for reference and guiding a team on what to focus on; thank you for sharing.","datePublished":"2022-03-15T23:39:36.948Z","url":"https://daily.dev/posts/A5Tm76E59#c-M8msiHFgc","author":{"@type":"Person","name":"jessy.co","url":"https://daily.dev/jessyco","image":"https://avatars.githubusercontent.com/u/1643234?v=4"}}]}
```

