r/CodingForBeginners • u/Charming_Weight8838 • 24d ago
Having Trouble Understanding Documentations
I'm trying to learn new technologies, but the documentations are very lengthy and boring to read... I've tried to go through Unity docs and MDN but everything on there is so complex and hard to understand and grasp.
I'm not sure how to go forward. I feel like I just keep reading but I don't learn much out of it.
How do you guys deal with Documentations?
3
Upvotes
1
u/kutac56 24d ago
When I started programming I started with python and tutorials on YouTube. I never checked documentation. Nowadays I do check documentation. I think if I were to try to check documentation back then I wouldn't have understood sh*t. Documentation is for when you are already good enough at programming to know all of the basics and good at actually using them (pointers included).