Skip to content

Bitrot

Easy — everyone uses thisGeneral Dev

ELI5 — The Vibe Check

Bitrot is when code that worked perfectly six months ago mysteriously stops working. Nobody changed it. The world changed around it — OS update, dep bump, API deprecation. It rotted in place.

Real Talk

Bitrot (software rot) is the gradual degradation of software quality or functionality over time, despite no changes to the code itself. Causes include evolving runtime environments, dependency updates, API deprecations, and ecosystem drift. Prevention: regular dependency updates, integration tests in CI, and automated canary builds.

When You'll Hear This

"The cron script bitrotted — Node 24 broke it." / "Untouched code bitrots faster than you'd think."

Made with passive-aggressive love by manoga.digital. Powered by Claude.