this post was submitted on 24 Oct 2023
1 points (100.0% liked)

Programmer Humor

25460 readers
1066 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
top 2 comments
sorted by: hot top controversial new old
[โ€“] bappity@lemmy.world 0 points 2 years ago* (last edited 2 years ago) (1 children)

me when first starting out at a job commenting everything I can
VS
me a couple years in completely lost because I never updated the comments and now none of them make any sense whatsoever

[โ€“] xmunk@sh.itjust.works 1 points 2 years ago

Commenting well is a highly advanced skill. I generally prefer no comments on code since it's less likely to confuse people and I'll merrily purge auto-doc comments and anything like

// getId() returns an id

That comment has negative value.