this post was submitted on 06 Jul 2024
1517 points (99.4% liked)

Programmer Humor

19145 readers
592 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 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] mundane@feddit.nu 72 points 2 months ago (12 children)

Comments should explain "why", the code already explains "what".

[–] calcopiritus@lemmy.world 28 points 2 months ago (3 children)

Inline comments yes.

Function/Class/Module doc comments should absolutely explain "what".

[–] myplacedk@lemmy.world 1 points 2 months ago

I agree.

I usually think of that as documentation, not comments.

But even so, the code should say what it does, with a good name. The documentation adds details.

load more comments (2 replies)
load more comments (10 replies)