this post was submitted on 28 Jul 2023
1085 points (99.0% liked)

Programmer Humor

31250 readers
2583 users here now

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

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] TwistyLex@discuss.tchncs.de 97 points 11 months ago (11 children)

I recently built a 3D printer where the entire community for it lives on Discord. Their website instructions are horrifically out of date because all of the current changes have been discussed at some point on Discord. What should have been a 2-4 day project turned into a 2-3 week project due to the garbage involved in trying to strain information out of a massive multi-channel group chat with terrible search.

[–] OsrsNeedsF2P@lemmy.ml 60 points 11 months ago (3 children)

It wastes everyone's time. The project maintainers have to keep answering the same questions, and the users don't have instant access to answers

[–] Anticorp@lemmy.ml 23 points 11 months ago (2 children)

Why would any sane developer want to use this system to "document" their project? Written docs have worked well for a million years and there's no need to change them.

[–] freeman@lemmy.pub 16 points 11 months ago (1 children)

You can even include them in your version control system and allow others to suggest changes

[–] Anticorp@lemmy.ml 10 points 11 months ago

And you can include separate ones right there in the root folder where the script lives. README.md renders out beautifully on GitHub.

load more comments (7 replies)