this post was submitted on 08 Sep 2024
150 points (96.9% liked)

Programmer Humor

37640 readers
840 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 6 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] pfm@scribe.disroot.org 8 points 11 months ago (1 children)

You're definitely not the only one.

In my opinion the important information we should record in comments is WHY, because the code can only explain HOW, maybe WHEN, but never WHY. If we don't know WHY, any refactoring done in the future could break the logic by ignoring assumptions made by the authors.

[โ€“] el_abuelo@programming.dev 2 points 11 months ago

// because I said so.