Is documentation not supposed to be read in its entirety?

Posted by ElegantPoet3386@reddit | learnprogramming | View on Reddit | 29 comments

So, I think when I was trying to read the arcade docs to figure out how it worked to start making physics sims, I treated the docs as a textbook. In that I started at the top and kept reading downwards to try to learn all about how arcade worked.

But, I'm noticing now whenever I want to use the arcade docs on how to do a specific thing, like find out how to make the physics sim recognize keyboard inputs, it takes much shorter time and also I have a higher chance of finding what I'm looking for.

Is that how docs are supposed to be used? Like to find out if there's a function for a specific problem you want to solve?