this post was submitted on 24 Jul 2026
419 points (97.7% liked)

Programmer Humor

32858 readers
198 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 3 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] HazardousBanjo@lemmy.world 36 points 3 weeks ago (3 children)

assert(true);

assert(true);

assert(true);

assert(true);

assert(true);

[–] PattyMcB@lemmy.world 22 points 3 weeks ago (1 children)

Have I worked with you before?

[–] staircase@programming.dev 18 points 3 weeks ago (1 children)
[–] PattyMcB@lemmy.world 10 points 3 weeks ago

Dammit... PR rejected

Lol

[–] RecallMadness@lemmy.nz 2 points 3 weeks ago

My favourite (that I saw a human do) was asserting on unconstrained mocks with a typo (so they always asserted true)

Hundreds of tests. Not exactly pointless as they did call the code so maybe caught some issues. But we fixed the typo and barely half of them passed.

No idea how the software worked, but it did.

[–] marlowe221@lemmy.world 2 points 3 weeks ago

Look at all the pretty green check marks!