PR guidelines: best practices to improve code quality and reduce review time
A slow code review process points to a bigger problem. Our process doesn’t define clear expectations, and the real culprit…
Articles about code review, AI, and engineering productivity
A slow code review process points to a bigger problem. Our process doesn’t define clear expectations, and the real culprit…
Code review is often the biggest bottleneck in development. We treat it as a required quality gate, but the process…
New platform teams often get their first metrics wrong. They build dashboards with things like CPU usage, memory, and number…
The most dangerous systems in an organization are often the ones no one complains about. They sit there, processing transactions…
Raw counts can be misleading. If one repo changes 10 million lines and another changes 200k, the first will almost…
The initial productivity gains from AI code assistants are starting to come with a cost. The speed is undeniable. You…
The question of whether engineers will be replaced by AI is not new, but this time it feels different. Previous…
Technical debt is part of the game in software development. Ignoring it, however, turns a calculated shortcut into a bottleneck…
An AI code assistant generates a function to handle user uploads. The code looks correct, compiles, and passes all tests.…