this post was submitted on 16 Jun 2023
156 points (98.8% liked)

Programmer Humor

19516 readers
336 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
[โ€“] [email protected] 8 points 1 year ago (3 children)

Comments should almost always be reserved to "why" and not "what" or "how". Give extra context that can not be brought in another way. The rest should be clear from the code

[โ€“] [email protected] 7 points 1 year ago

My "why" comments:

// This is here because if I remove it, the whole server panics, no idea why. So don't delete it.
load more comments (2 replies)