this post was submitted on 06 Mar 2025
122 points (96.9% liked)

Programmer Humor

33983 readers
777 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
[–] biggerbogboy@sh.itjust.works 2 points 3 days ago (1 children)

Rawdogging programming without comments hits different, but eventually fucks you over lmao

[–] grandel@lemmy.ml 3 points 3 days ago (1 children)

Imo comments shouldnt describe what you are doing but rather why you are doing something. The code itself should be obvious on what you are doing.