• 0 Posts
  • 1 Comment
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle
  • stankmut@lemmy.world
    cake
    toProgrammer Humor@lemmy.mlArcaneGPT
    link
    fedilink
    English
    arrow-up
    10
    ·
    4 days ago

    It’s a common thing in programming. There’s some legacy code that isn’t being used and yet removing it causes things to break. Nobody has the time to figure out what is still referencing that code, so it just gets a comment next to it saying “Not used, but removing it breaks the build” and then forgotten about.