this post was submitted on 19 Jul 2023
292 points (99.7% liked)

Programmer Humor

19176 readers
980 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 

saw a 2nd year CS guy run a maze solver (for final exam) with 300 nested if-statements. worked about 50% of the time. so he added another 5000 nested ifs and got it up to 90%. good enough!

you are viewing a single comment's thread
view the rest of the comments
[โ€“] Karyoplasma@discuss.tchncs.de 3 points 1 year ago (1 children)

If it works, it works. Let your successor worry about maintainabilty.

[โ€“] selawdivad@lemm.ee 2 points 1 year ago

It worked, but it was slow and dropped packets sometimes. I think the next team switched to Java. I met with them and walked them through the code and suggested they try a different approach. Hopefully they did!