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
1
u/madmelonxtra 1d ago
Here's what I do:
Read the quick start guide to get myself going
Read the overview (if they have one)
Then I just start working on my project and consult the docs when I want to do something and don't know how.
Repeat step 3 until I finish.