this post was submitted on 10 Feb 2025
636 points (99.2% liked)

Programmer Humor

32710 readers
325 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] Karjalan 15 points 1 week ago (2 children)

I was just trying to figure out what attributes I could pass to a component to modify the ui without having to custom jobby it.

The docs simply showed an example of its most basic use case and a link to the original library they got the component off that they modified... The docs on that link also just show an example of it's most basic use case...

They didn't list all the possible things you could pass it anywhere.

[–] [email protected] 7 points 1 week ago

This is a good example. I just came to say looking at the doc is going to take over 5 mins.

[–] Acters 2 points 1 week ago* (last edited 1 week ago)

Honestly as someone who partakes in some cyber security challenges for fun, there are plenty of weird things that programmers or doc writers never ever consider but other times the docs are so barebones that it is worthless to read. And a high word count does not always mean the doc is useful when all the text is either ai generated slop, or a lot of high level ideations that don't get into how to work it.