How do you guys read documentation. I just started learning apis and the docs are so fucking dense that I reread them over and over but still dont comprehend them.
A bit late to this one, but something I've found is that when I have that sensation of something "washing over me", it's often because I don't realize there's something I'm not actually comprehending about the syntax in the examples.
It might be easy at a glance to get the feeling you don't get something but can't figure out why, but a good way to try to drill in on it is to hunker down and really pick apart the example code, piece by piece, until you run up against something you don't clearly understand. If you can get to the bottom of that, you might be able to unpack what's going on.
I know what I'm saying is retardedly simple, like "yeah, no shit", but every time something like this happens to me, it's typically because I don't realize in my skimming that there's some function or aspect of the syntax that I don't realize I'm not properly comprehending until I take it step by step like that.
Of course, if your problem is a little more macro-level, like the ideas themselves being too esoteric/abstract, it helps to find examples and relevant problems to use as anchors to dive in with. Someone else got some scattered reacts for suggesting LLMs, but so long as you don't use them to do your thinking for you, they can be useful as disambiguators and pointers in the right direction. Just gotta keep them at the right arm's length.
Back to the thread: I've gotten back to it pretty well these last few weeks. I'm doing good learning, but I also have kind of a paranoid fear about what it is I'm going to forget without realizing it. Just gotta keep it up until it becomes intuitive, but on the upswing, I feel like I have a lot more reasons behind the structure of my code than I did a few months ago, and consequently everything seems to have a much better sense of place than it did before. Architecture is fun, but it's also easy to lose a lot of time on, and I can definitely see why people get the sense that OOP is kinda esoteric and up its own ass sometimes.
I think I should probably be a little more open in this thread in general, but I don't know what I don't know and I always worry that the super wizards in this thread will bite my head off for professing to some stupidity that I don't even realize is stupid. That's a me problem, though, I don't know why I'm so anxious about it because usually when I open up I get drowned in feels reacts. This has been a remarkably pleasant thread to participate in during my time in it.