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

Programmer Humor

32397 readers
616 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 14 points 1 year ago

Totally agree, please let the doc be doc, not a chat.

PS: what were the original subtitles of the screenshot? :)

[–] [email protected] 11 points 1 year ago (4 children)
[–] [email protected] 12 points 1 year ago (1 children)

I just tried asking a question yesterday, and realized there's basically no way to save / bookmark / whatever a specific thing... it's seriously just a fucking chat room.

[–] [email protected] 10 points 1 year ago

Yeah it's literally just that. I still have no idea why it's used as some kind of database by so many

[–] [email protected] 10 points 1 year ago (1 children)

It's great for what it's intended for, a gaming voice/text chat server.

load more comments (1 replies)
[–] [email protected] 9 points 1 year ago

Seriously fuck discord

load more comments (1 replies)
[–] [email protected] 8 points 1 year ago (1 children)

To be fair, a discord comment from five years ago is still more helpful than Amazon AWS's actual documentation.

load more comments (1 replies)
[–] [email protected] 7 points 1 year ago

I'm not 41 yet, but even if you csn somehow make a chat room app replace the functionality of code documentation or a few simple example code snippets... should you? You're also hosting on GitHub and not on MEGA, even though you could...

[–] [email protected] 5 points 1 year ago (1 children)

Matrix chat as the core developer hangout I find is similar

load more comments (1 replies)
[–] [email protected] 5 points 1 year ago (3 children)

RTFD, or something like that.

load more comments (3 replies)
[–] [email protected] 5 points 1 year ago

Pull requests welcome!!

[–] [email protected] 4 points 1 year ago (1 children)

I'm usually on the documenting side of things. If something like this starts unfolding, I produce text or HTML files anyway, they go on github/lab/whatever, and I wash my hands of what happens next.

In the end I write documentation mostly for myself. When the company can't figure things out over Discord or whatever ephemeral chat interface they use, I get called anyway.

[–] [email protected] 4 points 1 year ago (2 children)

> I produce text or HTML files anyway

I do extensive in-code documentation. The compiler discards all comments so I don't worry about commenting my code. Source code is for humans to understand and write anyways.

[–] [email protected] 4 points 1 year ago (1 children)

Oh, yeah. My source code is like 60% comments by weight (or more). Although I typically produce separate standalone documentation for management or semi-technical staff. You know, people who know enough to possibly break something, but not enough to fix it afterward. I find it useful when trying to train new people too.

load more comments (1 replies)
load more comments (1 replies)
load more comments
view more: ‹ prev next ›