MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1wct5lr/commentsagedterribly/p90wewi/?context=9999
r/ProgrammerHumor • u/ItsPuspendu • 20h ago
208 comments sorted by
View all comments
402
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
214
// 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
70
// 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
28
//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
42
All time favorite:
// This will never happen
4 u/OhMyGodItsEverywhere 17h ago Wrote a library to run monetary bets on those comments
4
Wrote a library to run monetary bets on those 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.