How to read documentation

Posted by NNNiharri-229@reddit | learnprogramming | View on Reddit | 16 comments

I enjoy watching lives of people reading documentations and doing discussions with the people in the chat and doing code in the same time. But when I try to read docs while coding I don’t really understand how to find the things or where to look for or should I read end to end. I always end up asking deepseek with thinking mode on. So the thought process of deepseek kind of helps me to understand, and then i try to implement it on my own in brute force and then I see the actual code…

I know this is not as same as reading documentation but I don’t know how to do it. I don’t want to get into tutorial hell but I end up get into AI hell..

What is the right way to do this?!