SMRTR ProgrammingMar 11, 2025Daily.dev

What’s Missing With AI-Generated Code? Refactoring

SMRTR summary

AI coding assistants are boosting code production but decreasing refactoring, with GitClear's analysis of 211 million code lines showing refactoring signals dropping from 24% to below 10% since 2021, while code duplication increased from 10% to 15%.

SMRTR provides this summary for quick context. The original article belongs to Daily.dev.

Read the original article
SMRTR Programming

Get the next batch of curated stories in your inbox.

This archive is built from SMRTR newsletter stories. Subscribe for hand-picked stories without the extra noise.

Related Stories

Browse Programming
ProgrammingAug 23, 2026

Rust Glancer

Rust-analyzer's memory bloat stems from treating all 6,666 dependencies equally — a tiered, IntelliJ-style backend could fix that.