A couple of months ago, I wrote about my client team’s decision to make human code review optional: an approval from an AI tool became all that was needed to merge. At the time, I said it was too early to tell. Now, enough time has passed to share some honest reflections. The Norms Didn’t […] The post Here’s What…
#code review
4 posts
24 Jul
23 Mar
After ten months using GitHub Copilot Coding Agent (CCA) in dotnet/runtime, the .NET team shares data-driven lessons on cloud-AI-assisted development. The post Ten Months with Copilot Coding Agent in dotnet/runtime appeared first on .NET Blog.
7 Oct 2025
Learn how to effectively review AI-generated .NET code with practical strategies for maintaining quality, enforcing standards, and boosting team productivity through thoughtful code review practices. The post Developer and AI Code Reviewer: Reviewing AI-Generated Code in .NET appeared first on .NET Blog.
13 Dec 2021
There seems to be an established truth in programming that code reviews find a lot of bugs. An example is chapter 18 (Modern Code Review) in the book Making Software. This is however not my experience – I rarely find … Continue reading →