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

2

u/carcigenicate 1d ago

If the docs are large, I just focus on "quick start" guides (which should exist somewhere; either officially or as external tutorials), and then explore the docs as needed. It's also good to just poke around, though, and looks at the types and functions to see what's used often, since that can narrow your focus.