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

Programmer Humor

19452 readers
70 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] -2 points 3 months ago (1 children)

you say this like im the type of person to write code with other people.

[–] [email protected] 3 points 3 months ago (1 children)

Doesn't matter. Even if it's your code, you might revisit something you made months or a year after doing it and having comments will speed up your work. It's a very basic good practice.

[–] [email protected] 0 points 3 months ago

i do have comments, for some things, but there are a lot of "commenting" standards that are just shit. I find i don't care what the actual piece of code is doing, i care more about it's place in the rest of the code, and i'd much rather have "anti comments" instead.