Code Review in the AI Era
An engineer at Snappfood discusses how AI is transforming code review processes in large engineering teams. The engineer notes that AI-generated code increases pull request sizes and speed, but emphas…
An engineer at Snappfood discusses how AI is transforming code review processes in large engineering teams. The engineer notes that AI-generated code increases pull request sizes and speed, but emphas…
A developer has published a technique to automatically copy ignored files like .env and API keys into new Git worktrees and Jujutsu workspaces, using a post-checkout hook or shell wrapper that leverag…
A developer cut human code review time from four hours to 25 minutes per pull request by implementing a three-layer review system on a Next.js 15 + TypeScript + Prisma project. The layers use Biome an…
A developer argues that while AI coding agents are heavily tooled with linters, CI, and memory stores, the human operator's own workflow remains largely unharnessed, relying on markdown files and hono…
A developer has created an AI-powered workflow to generate better Git commit messages using tools like ChatGPT, Claude, or Copilot Chat. The method involves feeding a staged diff and intent into a pro…