this post was submitted on 17 Jun 2023
5 points (100.0% liked)

Programmer Humor

32426 readers
636 users here now

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

Rules:

founded 5 years ago
MODERATORS
top 13 comments
sorted by: hot top controversial new old
[–] brokenneon@kbin.social 2 points 1 year ago (1 children)

I always say I write throwaway code that never dies. I shutter to think how many pieces of code I wrote 10+ years ago are still buried deep in systems running today. Shutter.

[–] zalack@kbin.social 2 points 1 year ago

I think you mean shudder. Unless the code you wrote is running on cameras.

The most permanent solution is jank that works.

[–] Kerb@discuss.tchncs.de 2 points 1 year ago

There is nothing more permanent than a temporary solution

[–] Thndrchld@beehaw.org 1 points 1 year ago

I feel personally attacked.

[–] nobodyspecial@kbin.social 1 points 1 year ago (1 children)

As with relationships, if you make a mistake you'll wind up supporting it for life.

I kid, I kid. We all know to job hop every 2 years for better compensation. It'll be someone else's problem after that.

[–] mfz@kbin.social 1 points 1 year ago

Yes, yes, and someone else's problem will be your problem after the job hop! :)

[–] alp@kbin.social 1 points 1 year ago

I really think that optimization courses should have a special lecture in the optimization of optimization...

[–] celipon@kbin.social 1 points 1 year ago (1 children)

It is always the worst code you wrote that survives. There's a terrible university dorm management software I wrote eight years ago as a student. They still use it. The crazy complicated test framework wrappers for some hardware I wrote five years ago. They still use it. The godawful and crazy complicated communication protocol I whipped up four years ago, still used in medical equipment today.

[–] masterspace@kbin.social 1 points 1 year ago

The crappy scripts that I wrote while teaching myself to code at an electrical engineering / architecture firm are used more often than the professional software I've built for FAANG and Fortune 500 companies since.

[–] longshaden@beehaw.org 1 points 1 year ago

oof, this comic hurts so bad it's funny.

[–] emi@lemmy.blahaj.zone 1 points 1 year ago (1 children)

I have a mental image of 50+ lines that could be replaced with 15 if someone just used a loop.

[–] darcy@sh.itjust.works 2 points 1 year ago

hey depending on the code, it could run faster without the loop