this post was submitted on 13 Nov 2025
1099 points (99.1% liked)

Programmer Humor

27341 readers
998 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] PonderingPotato@discuss.tchncs.de 6 points 2 days ago (1 children)

That's typically what people who advocate for less/no comments really mean. The code should self explain "what" it does, but if the "why" isn't obvious (i.e. confusing business logic) nobody argues that you shouldn't comment it. That's how I've worked in every company I've been at (and all developers around me) from 50 person start ups to >2k people. It's really common mentality with Ruby developers

[โ€“] JcbAzPx@lemmy.world 2 points 2 days ago

Anyone complaining about commenting should be forced to code in assembly for a while.