#codereviewchecklist ผลการค้นหา

Introducing Mesa, the world’s first multi-agent code review system that truly understands your system and architecture to deliver senior-level reviews.


Code Review Workflow (explained in 2 mins or less):

systemdesignone's tweet image. Code Review Workflow

(explained in 2 mins or less):

𝗛𝗼𝘄 𝘁𝗼 𝗱𝗼 𝗰𝗼𝗱𝗲 𝗿𝗲𝘃𝗶𝗲𝘄𝘀 𝗽𝗿𝗼𝗽𝗲𝗿𝗹𝘆 An essential step in the software development lifecycle is code review. It enables developers to significantly enhance code quality. It resembles the authoring of a book. The story is written by the author, but it is then…

milan_milanovic's tweet image. 𝗛𝗼𝘄 𝘁𝗼 𝗱𝗼 𝗰𝗼𝗱𝗲 𝗿𝗲𝘃𝗶𝗲𝘄𝘀 𝗽𝗿𝗼𝗽𝗲𝗿𝗹𝘆

An essential step in the software development lifecycle is code review. It enables developers to significantly enhance code quality. It resembles the authoring of a book. The story is written by the author, but it is then…

𝗛𝗼𝘄 𝘁𝗼 𝗱𝗼 𝗰𝗼𝗱𝗲 𝗿𝗲𝘃𝗶𝗲𝘄𝘀 𝗽𝗿𝗼𝗽𝗲𝗿𝗹𝘆 An essential step in the software development lifecycle is code review. It enables developers to significantly enhance code quality. It resembles the authoring of a book. The story is written by the author, but it is then…

milan_milanovic's tweet image. 𝗛𝗼𝘄 𝘁𝗼 𝗱𝗼 𝗰𝗼𝗱𝗲 𝗿𝗲𝘃𝗶𝗲𝘄𝘀 𝗽𝗿𝗼𝗽𝗲𝗿𝗹𝘆

An essential step in the software development lifecycle is code review. It enables developers to significantly enhance code quality. It resembles the authoring of a book. The story is written by the author, but it is then…

Your code reviews are killing team morale. (And you don't even know it.) Most developers think they're being helpful. They're actually being destructive. The Bad Review: ❌ Nitpicks syntax and spacing ❌ "This is bad" with no explanation ❌ "You should..." (demands, not…

techNmak's tweet image. Your code reviews are killing team morale. (And you don't even know it.)

Most developers think they're being helpful. They're actually being destructive.

The Bad Review:
❌ Nitpicks syntax and spacing
❌ "This is bad" with no explanation
❌ "You should..." (demands, not…

This is how you write 10x better code with 10x less effort. Custom, specialized agents reviewing your code every step of the way. I've seen automated code reviews before, but never with the ability to define your custom reviewer agents. @baz_scm is the first one to pull this…


If I had to review code, here are some guidelines I'd follow:

systemdesignone's tweet image. If I had to review code, here are some guidelines I'd follow:

Si no sabes hacer un buen code review, todavía tienes mucho que aprender como programador. Un code review efectivo mejora el código, al equipo y a ti como desarrollador. Aquí te explico cómo hacerlo bien, con checklist y ejemplo práctico 🧵👇

juliancamposes's tweet image. Si no sabes hacer un buen code review, todavía tienes mucho que aprender como programador.

Un code review efectivo mejora el código, al equipo y a ti como desarrollador.

Aquí te explico cómo hacerlo bien, con checklist y ejemplo práctico 🧵👇

Code reviews are about building, learning, and teaching. Not blaming. Here’s what the modern code review workflow looks like: 𝟭) 𝗖𝗼𝗱𝗲 ↳ Isolate changes by writing code on a separate git branch ↳ CodeRabbit already starts reviewing, flagging bugs, logic issues, and bad…

NikkiSiapno's tweet image. Code reviews are about building, learning, and teaching. 

Not blaming.

Here’s what the modern code review workflow looks like:

𝟭) 𝗖𝗼𝗱𝗲
↳ Isolate changes by writing code on a separate git branch
↳ CodeRabbit already starts reviewing, flagging bugs, logic issues, and bad…

What to focus on during a code review? Don't waste your time with automatable formalities like code style. Rather spend your review budget on those aspects which will be hard/expensive to change later on. The "Code Review Pyramid" provides some guidance on what to look for.

gunnarmorling's tweet image. What to focus on during a code review? Don't waste your time with automatable formalities like code style. Rather spend your review budget on those aspects which will be hard/expensive to change later on. The "Code Review Pyramid" provides some guidance on what to look for.

𝗚𝗼𝗼𝗱 𝗰𝗼𝗱𝗲 𝗿𝗲𝘃𝗶𝗲𝘄𝗲𝗿𝘀 𝗱𝗼𝗻'𝘁 𝗿𝗲𝗮𝗱 𝗹𝗶𝗻𝗲-𝗯𝘆-𝗹𝗶𝗻𝗲 Instead, they constantly sync three layers: 𝟭. 𝗣𝘂𝗿𝗽𝗼𝘀𝗲 (What problem are we solving?) 𝟮. 𝗜𝗺𝗽𝗹𝗲𝗺𝗲𝗻𝘁𝗮𝘁𝗶𝗼𝗻 (How does the solution work?) 𝟯. 𝗦𝘁𝗮𝗻𝗱𝗮𝗿𝗱𝘀 (Does it fit our…

milan_milanovic's tweet image. 𝗚𝗼𝗼𝗱 𝗰𝗼𝗱𝗲 𝗿𝗲𝘃𝗶𝗲𝘄𝗲𝗿𝘀 𝗱𝗼𝗻'𝘁 𝗿𝗲𝗮𝗱 𝗹𝗶𝗻𝗲-𝗯𝘆-𝗹𝗶𝗻𝗲

Instead, they constantly sync three layers:

𝟭. 𝗣𝘂𝗿𝗽𝗼𝘀𝗲 (What problem are we solving?)

𝟮. 𝗜𝗺𝗽𝗹𝗲𝗺𝗲𝗻𝘁𝗮𝘁𝗶𝗼𝗻 (How does the solution work?)

𝟯. 𝗦𝘁𝗮𝗻𝗱𝗮𝗿𝗱𝘀 (Does it fit our…

Excited to release v1 of /review in the Codex CLI! You can now use gpt-5-codex to investigate and find critical bugs in your code. Check it out and let us know if you have any feedback!


Software vulnerabilities can be notoriously time-consuming for developers to find and fix. Today, we’re sharing details about CodeMender: our new AI agent that uses Gemini Deep Think to automatically patch critical software vulnerabilities. 🧵


If you want to become good at code reviews, here are some aspects you must focus on:

systemdesignone's tweet image. If you want to become good at code reviews, here are some aspects you must focus on:

I am proud to share the announcement about our CodeMender project at @GoogleDeepMind, an agent that can automatically fix a range of code security vulnerabilities. From only a modest-compute run, our agent submitted 72 high-quality fixes to vulnerable code in popular codebases,…

ralucaadapopa's tweet image. I am proud to share the announcement about our CodeMender project at @GoogleDeepMind, an agent that can automatically fix a range of code security vulnerabilities.  From only a modest-compute run, our agent submitted 72 high-quality fixes to vulnerable code in popular codebases,…

Python Clean Code Tip: Check the quality of your code inside your CI pipeline Use: - black - code formatting - isort - optimize imports - bandit - check for security vulnerabilities - safety - check for security vulnerabilities of dependencies Github Actions Example 👇

testdrivenio's tweet image. Python Clean Code Tip:

Check the quality of your code inside your CI pipeline

Use:
- black - code formatting
- isort - optimize imports
- bandit - check for security vulnerabilities
- safety - check for security vulnerabilities of dependencies

Github Actions Example 👇

🚨 Google just released CodeMender! - What it is: A new AI-powered agent by Google DeepMind. - What it does: Automatically finds and fixes software vulnerabilities. -How it works: Uses Gemini Deep Think models and advanced tools to identify and correct security flaws.


Google DeepMind is cooking 🔥 TLDR : They just introduced CodeMender, an AI agent that automatically finds and fixes software vulnerabilities. Powered by Gemini Deep Think models, it can patch new bugs instantly and rewrite existing code to eliminate entire classes of security…


Code reviews Codex goes beyond static analysis—it checks a PR against its intent, reasons across the codebase and dependencies, and can run code to validate the behavior of changes. Set it up to auto-review new PRs in your repo, or tag @ codex.


Stop manually reviewing every line of code in PRs. This tool color-codes every diff line by how much attention it needs using GPT-5-codex. Just replace github .com with 0github .com in any PR url. 100% Free and open-source.


Hmm.. I think my tap targets are too small for my check boxes on mobile.. and the top left site name needs to be a tad smaller. #codereviewchecklist

LeeEnglestone's tweet image. Hmm.. I think my tap targets are too small for my check boxes on mobile.. and the top left site name needs to be a tad smaller. #codereviewchecklist

I’ve been doing some research for CodeReviewChecklist.com tonight. I think I’ve got the top level categories sorted. #CodeReview #CodeReviewChecklist

LeeEnglestone's tweet image. I’ve been doing some research for CodeReviewChecklist.com tonight. I think I’ve got the top level categories sorted. #CodeReview #CodeReviewChecklist

you may find our Code Review Checklist useful shar.es/1opzp4 #codereview #codereviewchecklist


ไม่พบผลลัพธ์สำหรับ "#codereviewchecklist"

Hmm.. I think my tap targets are too small for my check boxes on mobile.. and the top left site name needs to be a tad smaller. #codereviewchecklist

LeeEnglestone's tweet image. Hmm.. I think my tap targets are too small for my check boxes on mobile.. and the top left site name needs to be a tad smaller. #codereviewchecklist

I’ve been doing some research for CodeReviewChecklist.com tonight. I think I’ve got the top level categories sorted. #CodeReview #CodeReviewChecklist

LeeEnglestone's tweet image. I’ve been doing some research for CodeReviewChecklist.com tonight. I think I’ve got the top level categories sorted. #CodeReview #CodeReviewChecklist

Loading...

Something went wrong.


Something went wrong.


United States Trends