this post was submitted on 24 Jul 2026
527 points (97.8% liked)

Programmer Humor

32477 readers
425 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
[–] Lojcs@piefed.social 15 points 2 days ago (1 children)
[–] ZILtoid1991@lemmy.world 25 points 2 days ago (2 children)

A guy, who made programming worse, especially in enterprise settings.

[–] pivot_root@lemmy.world 19 points 2 days ago* (last edited 2 days ago) (3 children)

People don't like tracing what something is doing across seven 12-line functions spread through multiple files?

Fry shocked gif

[–] Feyd@programming.dev 11 points 2 days ago

The code had the single responsibility to waste your time

[–] Prunebutt@slrpnk.net 8 points 2 days ago (1 children)

He'd probably say that 12 lines is waaaay too much!

[–] vanillama@programming.dev 3 points 2 days ago

Yeah, he'd break it into 12 methods that call each other one after the other instead

[–] noxypaws@pawb.social 3 points 2 days ago (1 children)

What suggestion of his is related to that, just out of sheer curiosity?

[–] cbazero@programming.dev 4 points 2 days ago (1 children)

He says a function should never be longer than 4 lines (in his Clean Code book).

[–] noxypaws@pawb.social 1 points 1 day ago

that's kinda silly!!

[–] siftmama@lemmy.world 12 points 2 days ago

Depends on which parts you look at. There is plenty that he wrote about that have made coding enjoyable, but yes, also plenty that is the opposite.

I never saw his book as a bible though. I always thought of it as a "here are possibly good ideas, see which you and your team likes".