this post was submitted on 13 Nov 2025
1010 points (99.1% liked)
Programmer Humor
27322 readers
895 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
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
every programmer I've seen who says their code is self documenting writes dogshit code
I think we're all just dogshit but think we're better than the next person, it's like driving. I'm a "comment if there's no way to make it readable" kinda guy, I work with some "comment and don't bother to make it readable because there's comments" people. We all suck. I probably forget to comment on unreadable places sometimes, or overestimate readability he either doesn't update comments so they're out of date or the code is so gibberish that a comment didn't help.
Ideally I guess you comment AND make it readable AND make sure the comments are up to date, but who do you think we are? Superman? And what's the right level of commenting anyway? Probably depends on who is reading them.