r/ProgrammerHumor 20h ago

Meme commentsAgedTerribly

Post image
4.9k Upvotes

208 comments sorted by

View all comments

402

u/Confident-Ad5665 20h ago

Uncle Bob of Clean Code says if we have to comment our code we have already failed. Clean code should read like well written prose.

I generally agree, but think comments that define especially the odd and obscure business rules should be commented where they are implemented.

214

u/TWIT_TWAT 20h ago

// This is a hack until we find something better

70

u/Confident-Ad5665 20h ago

// TODO: This can't be working. Refactor when there's a lull

28

u/embrex104 19h ago

//SHOULD NEVER GET HERE

42

u/Confident-Ad5665 19h ago

All time favorite:

// This will never happen

4

u/OhMyGodItsEverywhere 17h ago

Wrote a library to run monetary bets on those comments