this post was submitted on 21 Dec 2025
1099 points (99.4% liked)

Programmer Humor

28016 readers
1799 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
[–] glitchdx@lemmy.world 10 points 2 days ago (2 children)

RTFM is not a valid response if the manual contain no information on what the software is or even how to run it (or where to even find the manual, if the manual even exists). Is this a standalone program? A plugin for another program I'm already using? No links to any useful information whatsoever.

Then the guy that sent me the original link tells me "oh yeah, all that info is on youtube". Nope, I'm done. I'll use something else.

[–] Digit@lemmy.wtf 1 points 21 hours ago

Sometimes software is "self documenting", either in use, or in the code (or both).

Sometimes software just gets called "self documenting", like i'ts an excuse to not write good documentation.