AI-generated code requires heavy review at the enterprise level, especially for customer data. AI might create MORE developer jobs, not take them away. People just don't realize it yet. #AICode #CodeReview


"git push -f — the F stands for Friendly 😅 But the real friendly force is 👉 --force-with-lease" #Git #CodeReview


Great teams don't just write code, they review it right. ✅ Effective code reviews are a cornerstone of high-quality software development. Is your team following these best practices? #Deepitch #CodeReview #BestPractices #SoftwareEngineering #DevOps #Coding

DevpitchCo's tweet image. Great teams don't just write code, they review it right. ✅

Effective code reviews are a cornerstone of high-quality software development. 

Is your team following these best practices?

#Deepitch #CodeReview #BestPractices #SoftwareEngineering #DevOps #Coding
DevpitchCo's tweet image. Great teams don't just write code, they review it right. ✅

Effective code reviews are a cornerstone of high-quality software development. 

Is your team following these best practices?

#Deepitch #CodeReview #BestPractices #SoftwareEngineering #DevOps #Coding
DevpitchCo's tweet image. Great teams don't just write code, they review it right. ✅

Effective code reviews are a cornerstone of high-quality software development. 

Is your team following these best practices?

#Deepitch #CodeReview #BestPractices #SoftwareEngineering #DevOps #Coding
DevpitchCo's tweet image. Great teams don't just write code, they review it right. ✅

Effective code reviews are a cornerstone of high-quality software development. 

Is your team following these best practices?

#Deepitch #CodeReview #BestPractices #SoftwareEngineering #DevOps #Coding

The new #OBS request interface helps teams #navigate, review, and decide faster. Better structure, inline comments, smart filters; give it a try. #CodeReview #DevTools #openSUSE #OpenBuildService openbuildservice.org/2025/09/16/det…


Most #AI code review still flags typos and style, but @getsentry just pushed a beta that hunts the issues that take down production by watching pull requests in @github and surfacing risky changes in #CodeReview before they land. It reviews diffs with the context #DevTools teams…

KryptonAi's tweet image. Most #AI code review still flags typos and style, but @getsentry just pushed a beta that hunts the issues that take down production by watching pull requests in @github and surfacing risky changes in #CodeReview before they land.

It reviews diffs with the context #DevTools teams…

AI is changing software development. In this interview, Sonar CEO Tariq Shaukat and JFrog CSO Gal Marder highlight why siloed teams slow adoption and how intelligent quality gates help organizations ensure trust and code quality. ▶️techstrong.tv/videos/jfrog-s… #AI #CodeReview


me asking @codii_dev for code reviews #aicodereview #codereview


AI IDEs can’t code in a vacuum. Oversight, clear requirements, and real code understanding are essential—clean code means nothing if the logic is broken. #AI #Coding #CodeReview #CleanCode #DevHumor #SoftwareEngineering

aspprogrammer's tweet image. AI IDEs can’t code in a vacuum. Oversight, clear requirements, and real code understanding are essential—clean code means nothing if the logic is broken. #AI #Coding #CodeReview #CleanCode #DevHumor #SoftwareEngineering

Review before you push 🚦 Too big = too risky. Keep commits small, keep reviews sane. #Git #CodeReview


Have you introduced AI into your code review process? How are you doing it? zivtech.com/blog/ai-driven… #CodeReview #AIForDev

grndlvl's tweet image. Have you introduced AI into your code review process? How are you doing it? zivtech.com/blog/ai-driven… #CodeReview #AIForDev

GitHub Copilot is streamlining code reviews, catching redundant logic and double negatives early. This improves code quality before senior engineers step in for deeper reviews. #GitHubCopilot #CodeReview youtube.com/watch?v=BFQk1q…


Just noticed something cool with Claude Code 2.0 — it doesn’t just write code, it also auto‑cleans formatting. Extra spaces? Gone. Comments aligned? Yes. Feels like having both a coder ✍️ and a style reviewer ✅ in one. #AI #Claude #CodeReview

devasherarch's tweet image. Just noticed something cool with Claude Code 2.0 —
it doesn’t just write code, it also auto‑cleans formatting.
Extra spaces? Gone.

Comments aligned? Yes.

Feels like having both a coder ✍️ and a style reviewer ✅ in one.

#AI #Claude #CodeReview

3. Experienced Development Sometimes Slowed Down Surprisingly, seasoned programmers took longer when reviewing or fixing AI’s inaccurate suggestions. Critical thinking overruled speed. AI didn’t always “think” like them, requiring rewrites. #CodeReview #AIinWorkplace

SatlokChannel's tweet image. 3. Experienced Development Sometimes Slowed Down

Surprisingly, seasoned programmers took longer when reviewing or fixing AI’s inaccurate suggestions. Critical thinking overruled speed. AI didn’t always “think” like them, requiring rewrites.
#CodeReview #AIinWorkplace…

Imagine you are overtime and just because you forgot to delete a comment from your code, you get rejected in code review and you have less than half an hour to finish, but the deployment lasts an hour. #SoftwareDevelopment #codereview #Veo3 #Veo #Ai #Memes #Connect


Python developers: When was the last time you brushed up on indentation best practices from #PEP8 as shown on the image below? Qodana can help you catch indentation discrepancies and much more! #codereview jb.gg/2abi63

Qodana's tweet image. Python developers: When  was the last time you brushed up on indentation best practices from #PEP8 as shown on the image below? Qodana can help you catch indentation discrepancies and much more! #codereview jb.gg/2abi63

"Make your code changes small." On #TechLeadJournal 231, Greg Foster on why this leads to faster reviews and "feedback per line of code... is so much higher." #CodeReview Listen on the website and read the show notes: techleadjournal.dev/episodes/231/

techleadjournal's tweet image. "Make your code changes small."

On #TechLeadJournal 231, Greg Foster on why this leads to faster reviews and "feedback per line of code... is so much higher." #CodeReview

Listen on the website and read the show notes: techleadjournal.dev/episodes/231/

The new #OBS request interface helps teams #navigate, review, and decide faster. Better structure, inline comments, smart filters; give it a try. #CodeReview #DevTools #openSUSE #OpenBuildService openbuildservice.org/2025/09/16/det…


Remote code reviews are evolving with AI—are we trusting tools or actually improving code? 🤔💡 #TechLeadership #CodeReview #AI


This code will get you hacked: `'SELECT * FROM users WHERE id = ' + user_id` This code will save you: `db.execute('...WHERE id = :id', {'id': user_id})` Parameterized queries are not optional. They are your first line of defense against SQL injection. #Cybersecurity #CodeReview


This is my portfolio website that i am currently building and its 50 % work done on my side i think like that if you have any suggestion then give some tips my-profile-nine-mu.vercel.app #codereview #webdev


Code reviews: if your change needs a dissertation to justify, you likely broke a single responsibility. Split it, name things clearly, and add tiny tests. Smaller functions = faster reviews and fewer bugs. #CodeReview #CleanCode #DevTips


AI reviews work best when the code comments are well-written and relevant to the feature. Every change in code should be accompanied by comments/Readme updates. #codereview


Boost your product quality with smarter code reviews. 💻✨ Follow these five tips to ensure your code is clean, consistent, and effective. ✅ #CodeReview #SoftwareQuality #CleanCode #SoftwareDevelopment #ProgrammingBestPractices #TechTips #ProductivityInTech #Protonshub


Your PR has 1 line of code and 15 comments. Reviewers found feelings, not problems. Merge, breathe, move on. #DevLife #Relatable #CodeReview #BuildInPublic #TechHumor


Code review in 2025: Embrace AI! 🤖 Automated tools flag common errors, freeing reviewers for deeper logic flaws & architectural concerns. Focus on maintainability & security! #AI #CodeReview #FutureOfCoding

Obaidraj9's tweet image. Code review in 2025: Embrace AI! 🤖 Automated tools flag common errors, freeing reviewers for deeper logic flaws & architectural concerns. Focus on maintainability & security! #AI #CodeReview #FutureOfCoding

Remote code reviews are evolving with AI-assisted diffs—senior engineers must adapt to faster, smarter feedback loops. 💡🚀 #DevLeadership #CodeReview #AI


Balance AI-generated solutions with human creativity-code reviews matter more than ever now. #CodeReview #AI #TechTips #Coding


Great teams are built on great code reviews. 💡 Join Andrii Soldatenko (@a_soldatenko) at #SwissPythonSummit to explore how feedback can become growth in: “Code review in the era of collaborative development.” 🕘🇨🇭 9:45 AM | Aula 4.101 at OST Rapperswil #Python #CodeReview #Dev


Which door represent your team or your company? #codereview

womaneng's tweet image. Which door represent your team  or your company? #codereview

I finally fixed the asynchronous block placement logic. I've attached the code. Something just doesn't feel right about his. Roast me in the comments with a code review! #codereview #gamedev #unity #csharp

polybench3d's tweet image. I finally fixed the asynchronous block placement logic. I've attached the code. Something just doesn't feel right about his. Roast me in the comments with a code review! #codereview #gamedev #unity #csharp

🧑‍💻 How to find XXE vulnerabilities during Secure Code Review Watch: youtube.com/watch?v=HKDe1z… #infosec #codereview

mqst_'s tweet image. 🧑‍💻 How to find XXE vulnerabilities during Secure Code Review

Watch: youtube.com/watch?v=HKDe1z…

#infosec #codereview
mqst_'s tweet image. 🧑‍💻 How to find XXE vulnerabilities during Secure Code Review

Watch: youtube.com/watch?v=HKDe1z…

#infosec #codereview

3. Experienced Development Sometimes Slowed Down Surprisingly, seasoned programmers took longer when reviewing or fixing AI’s inaccurate suggestions. Critical thinking overruled speed. AI didn’t always “think” like them, requiring rewrites. #CodeReview #AIinWorkplace

SatlokChannel's tweet image. 3. Experienced Development Sometimes Slowed Down

Surprisingly, seasoned programmers took longer when reviewing or fixing AI’s inaccurate suggestions. Critical thinking overruled speed. AI didn’t always “think” like them, requiring rewrites.
#CodeReview #AIinWorkplace…

💽 Secure Code Review 101: OWASP's Secure Coding Dojo to identify security issues during code review. Dojo: owasp.org/SecureCodingDo… #infosec #codereview

mqst_'s tweet image. 💽 Secure Code Review 101: OWASP's Secure Coding Dojo to identify security issues during code review.

Dojo: owasp.org/SecureCodingDo…

#infosec #codereview
mqst_'s tweet image. 💽 Secure Code Review 101: OWASP's Secure Coding Dojo to identify security issues during code review.

Dojo: owasp.org/SecureCodingDo…

#infosec #codereview
mqst_'s tweet image. 💽 Secure Code Review 101: OWASP's Secure Coding Dojo to identify security issues during code review.

Dojo: owasp.org/SecureCodingDo…

#infosec #codereview

One of my goals going forward was to write better code reviews instead of "LGTM". I recently discovered the MoSCoW technique to review code and presented the idea to my team this afternoon. In short, MoSCoW stands for: M: Must S: Should C: Could W: Would #moscow #codereview

MaiVangSWE's tweet image. One of my goals going forward was to write better code reviews instead of "LGTM". 

I recently discovered the MoSCoW technique to review code and presented the idea to my team this afternoon.

In short, MoSCoW stands for:
M: Must
S: Should
C: Could
W: Would

#moscow #codereview

👋 Hey Hackers! 🔐 RESOURCES: Secure Code Review(SCR) Learning Resources! Awesome SCR: github.com/mqst/awesome-s… SonarSource Rules: rules.sonarsource.com OWASP SCR Guide: owasp.org/www-project-co… Snippets: securitycipher.com/docs/security/… #cybersecurity #codereview #bugbountytips

mqst_'s tweet image. 👋 Hey Hackers!

🔐 RESOURCES: Secure Code Review(SCR) Learning Resources!

Awesome SCR: github.com/mqst/awesome-s…
SonarSource Rules: rules.sonarsource.com
OWASP SCR Guide: owasp.org/www-project-co…
Snippets: securitycipher.com/docs/security/…

#cybersecurity #codereview #bugbountytips

AI IDEs can’t code in a vacuum. Oversight, clear requirements, and real code understanding are essential—clean code means nothing if the logic is broken. #AI #Coding #CodeReview #CleanCode #DevHumor #SoftwareEngineering

aspprogrammer's tweet image. AI IDEs can’t code in a vacuum. Oversight, clear requirements, and real code understanding are essential—clean code means nothing if the logic is broken. #AI #Coding #CodeReview #CleanCode #DevHumor #SoftwareEngineering

One of the best habits I picked up as a dev? Using AI to review my code. 🧠💻 Here’s my go-to prompt that catches bugs, improves performance & helps write cleaner code: #CodeReview #AIforDev #100DaysOfCode #BuildInPublic #DevTips #AItools #SoftwareEngineering #CodeNewbie

ItsRiyasat's tweet image. One of the best habits I picked up as a dev?

Using AI to review my code. 🧠💻

Here’s my go-to prompt that catches bugs, improves performance & helps write cleaner code:

#CodeReview #AIforDev #100DaysOfCode #BuildInPublic #DevTips #AItools #SoftwareEngineering #CodeNewbie

🔐 Secure Code Review 101: How to find Command Injection vulnerabilities in code 👇 Watch: youtube.com/watch?v=excNwA… #hacking #bugbountytips #codereview

mqst_'s tweet image. 🔐 Secure Code Review 101: How to find Command Injection vulnerabilities in code 👇 

Watch: youtube.com/watch?v=excNwA…

#hacking #bugbountytips #codereview

Most #AI code review still flags typos and style, but @getsentry just pushed a beta that hunts the issues that take down production by watching pull requests in @github and surfacing risky changes in #CodeReview before they land. It reviews diffs with the context #DevTools teams…

KryptonAi's tweet image. Most #AI code review still flags typos and style, but @getsentry just pushed a beta that hunts the issues that take down production by watching pull requests in @github and surfacing risky changes in #CodeReview before they land.

It reviews diffs with the context #DevTools teams…

First peer project review completed! GenAI With Js @ChaiCodeHQ @Hiteshdotcom @piyushgarg_dev Shared feedback, spotted improvements Teamwork really makes the code shine ✨ #CodeReview #DevLife #Teamwork #PeerReview

santosh_web's tweet image. First peer project review completed! GenAI With Js @ChaiCodeHQ @Hiteshdotcom @piyushgarg_dev 

Shared feedback, spotted improvements
Teamwork really makes the code shine ✨

#CodeReview #DevLife #Teamwork #PeerReview

🧩 Patch Diff: Compare vulnerable code (or binary) with a patched (or fixed) version to identify vulnerabilities. 1. boseji.com/posts/diff-and… 2. dhiyaneshgeek.github.io/research/2023/… 3. github.com/VulnerabilityR… 4. medium.com/@chackal/patch… #cybersecurity #codereview #bugbountytips

mqst_'s tweet image. 🧩 Patch Diff: Compare vulnerable code (or binary) with a patched (or fixed) version to identify vulnerabilities.

1. boseji.com/posts/diff-and…
2. dhiyaneshgeek.github.io/research/2023/…
3. github.com/VulnerabilityR…
4. medium.com/@chackal/patch…

#cybersecurity #codereview #bugbountytips

A ver people... ¿Este component de @angular pasa tu #CodeReview? ¿Sí, no? ¿Por qué?

fmontes's tweet image. A ver people...

¿Este component de @angular pasa tu #CodeReview?
¿Sí, no?
¿Por qué?

🧵Mayz Protocol Code Review 🚨We are thrilled to disclose the outcomes of our on-chain protocol #codereview. Our focus was on scrutinizing the on-chain code of the #smartcontracts, with a primary objective of identifying potential vulnerabilities within validators and minting…

MAYZProtocol's tweet image. 🧵Mayz Protocol Code Review

🚨We are thrilled to disclose the outcomes of our on-chain protocol #codereview. Our focus was on scrutinizing the on-chain code of the #smartcontracts, with a primary objective of identifying potential vulnerabilities within validators and minting…

Today is a very special day. I have created a PR. Its number is 404. Can you imagine how many jokes we have generated with the team? #FrontEnd #services #codereview

var_bincom's tweet image. Today is a very special day. I have created a PR. Its number is 404.

Can you imagine how many jokes we have generated with the team?

#FrontEnd #services #codereview

Archie AI saving me some headache by subtleties I missed when writing code :) #AIReview #CodeReview #PRReview

ajiteshleo's tweet image. Archie AI saving me some headache by subtleties I missed when writing code :)

#AIReview #CodeReview #PRReview

CodeRabbit is so good at catching valuable issues during PRs! #CodeReview #SoftwareDevelopment #DeveloperTools #AI #nikk

Nikolay_A00's tweet image. CodeRabbit is so good at catching valuable issues during PRs!

#CodeReview #SoftwareDevelopment #DeveloperTools #AI #nikk

Loading...

Something went wrong.


Something went wrong.


United States Trends