this post was submitted on 06 Jun 2025
170 points (97.2% liked)

Programmer Humor

36988 readers
384 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] beyond@linkage.ds8.zone 15 points 4 weeks ago (1 children)

This doesn't even make sense. If the spell falls apart without Kier's symbol, then Kier's symbol absolutely is "actually necessary."

[โ€“] stankmut@lemmy.world 10 points 4 weeks 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.