this post was submitted on 08 Jul 2023
647 points (98.6% liked)
Programmer Humor
32479 readers
495 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The gold standard, as so often, is to consult an oracle able to tell you what questions you will be asking when looking at the comment or commit in the future. Then answer those questions and write them down.
In lieu of an oracle, use your experience and best judgement.
Oh and never write whole papers to explain what you're doing, unless you're actually writing a whole paper. Instead, drop a cheeky
doi;//
URI as the only comment of the whole file to document that you're an experienced enough programmer to copy from papers instead of stack overflow.