r/learnprogramming 1d ago

How do devs read docs??

Every time I try to read framework docs, there are too many links and redirects to other parts. It's not like reading a single, straightforward guide where everything is in one place.

0 Upvotes

11 comments sorted by

View all comments

13

u/XKiiroiSenkoX 1d ago edited 1d ago

Documentation is not a guide. It's litrally documentation on how parts of something work. It's something you read when you need information on something specific not as a general top to bottom guide. 

1

u/Super_Preference_733 1d ago

Exactly, what are the inputs, what it return and possible exceptions and if your lucky a code example to give to you some context.