this post was submitted on 13 Oct 2023
805 points (93.5% liked)

Programmer Humor

32051 readers
1728 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
[โ€“] xantoxis@lemmy.world 19 points 11 months ago (1 children)

There is actually an approach for this. Leave the cursed code in, but implement it again in the same file, from scratch, without looking at the cursed code. You'll either unthinkingly fix the combination of conditions that led to bad code being correct, or you'll realize why that was what you needed the whole time.

[โ€“] Yoru@lemmy.ml 1 points 11 months ago

thank you so much