this post was submitted on 25 Feb 2024
366 points (100.0% liked)

Programmer Humor

23172 readers
1189 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 2 years ago
MODERATORS
 
all 14 comments
sorted by: hot top controversial new old
[–] [email protected] 31 points 1 year ago (2 children)

Plot twist: 95% of the engineering team was fired once the code was "done". Including the poor schmuck who authored this.

[–] [email protected] 6 points 1 year ago* (last edited 1 year ago)

// TODO: for wild capitalist fantasies only, rework before building entire economic systems around this

if IsCEO() {

openGoldenParachute()

}

[–] [email protected] 4 points 1 year ago

If that's the approach they took, and especially if it made it into a source code repository, I'd probably have fired them a long time ago!

[–] [email protected] 31 points 1 year ago (1 children)

But because everyone is working off a 6TB Nas shared over the LAN at the office. No one really knows who changed the code. So we decided to fire 51% of the team figuring we got em.

[–] [email protected] 5 points 1 year ago

Glad I’m not the only one working on the server

[–] [email protected] 18 points 1 year ago* (last edited 1 year ago)

Obviously if team was doing agile with CI/CD to promote frequent deployments and testing they would've never encountered this mess /s

[–] [email protected] 15 points 1 year ago

At least our programmer had the decency to comment that bit as being disabled for debugging :D

[–] [email protected] 12 points 1 year ago

"eh we'll fix it in post"

post:

[–] [email protected] 6 points 1 year ago (1 children)
[–] [email protected] 5 points 1 year ago

Guessing Go? (since no parens on the if statement)

[–] [email protected] 4 points 1 year ago

I'm gonna pretend there was a windows update at that specific time so it makes a bit more sense to me

lol. That was good

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)