this post was submitted on 28 Sep 2024
1153 points (98.9% liked)

Programmer Humor

32253 readers
137 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] -1 points 2 weeks ago (1 children)

Unless you're writing something in the open source world, rarely does any code need comments at all.

[–] firelizzard 5 points 2 weeks ago

That’s a hot take. If you want your code to be maintainable at all, it needs comments. If you’re part of a team, write comments for them. If someone else may take over your project after you move on, leave comments for them. And have you ever tried to read uncommented code you wrote a year ago? Leave comments for yourself.