this post was submitted on 07 Nov 2024
219 points (98.7% liked)

Programmer Humor

32396 readers
704 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
all 8 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 17 hours ago

Finally reading instructions for the TARDIS?

[–] [email protected] 4 points 1 day ago

In the balkans we have a funny term for that - MUP, which stands for Metoda Uzaludnih Pokušaja, the 'method of futile attempts'.

[–] [email protected] 16 points 1 day ago (2 children)

The older I get, the less time passes between starting a new project and reading the readme / manpages for a library.

[–] [email protected] 5 points 21 hours ago

I find it extremely frustrating how weirdly wrong-density much documentation is. It's extremely detailed in all the wrong places and often lacks examples for common use cases.

I learned a while ago that news articles are supposed to have increasing levels of detail from top to bottom. Each paragraph adds a bit more context, but the general picture should be contained in the first one. Hardly any documentation follows that pattern.

[–] [email protected] 16 points 1 day ago

Ah yes, they demonstrate my use case in the getting started section. I am an arrogant fool.