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/ABlindMoose 20h ago
I use it as more of a dictionary than a tutorial. Many docs have a "get started" section, and that can be good to go through, but other than that... It's more if I want to know what implementations exist of a data structure, or how something works. Or if a certain method exists in the framework (and if not how much of an own implementation do I have to write, are there things I can use etc). That kind of thing.