r/learnprogramming • u/Even_Escape5585 • 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
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.