this post was submitted on 18 Dec 2025
748 points (98.6% liked)

Programmer Humor

27920 readers
1483 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] anomnom@sh.itjust.works 6 points 18 hours ago* (last edited 18 hours ago) (1 children)

I used to write it all the steps I thought I’d need as these types of comments, then go back and write the real methods. But I usually replaced the comments with more detailed jsdocs style comments with as much detail about the parameters as returnvalues as possible.

Then I quit web dev and moved to the woods.

[–] vrek@programming.dev 4 points 17 hours ago

Yeah effectively using comments as psuedocode