T
7

Update: I just stopped using tutorials and started reading official docs instead

For like 6 months I was glued to YouTube tutorials for every little thing in Python. Last week I needed to figure out file handling and the tutorial skipped over error handling completely. I finally opened Python's official docs and it was way clearer than I thought. Has anyone else had that moment where tutorials just weren't cutting it anymore?
3 comments

Log in to join the discussion

Log In
3 Comments
charlienelson
I had a buddy who spent three weeks on a React Native tutorial for building a chat app, then realized the official React docs had a whole section on handling reconnection after network drops that the tutorial just pretended didn't exist. He was pretty annoyed when he found out the tutorial left out all the real-world timing problems.
5
logan205
logan20518d ago
Man that's the exact moment I had with JavaScript promises. Tutorials always just showed the happy path and never what happens when a fetch actually fails. Did you go back and look at the tutorial after reading the docs and realize how much they were actually skipping over?
2
charlienelson
Started noticing the same thing with my car repair manuals actually. The YouTube videos always skip over the part where you strip a bolt or drop a screw into the engine bay, but the official service manual basically says 'expect this to go wrong and here's how to fix it'. It's like tutorials everywhere are trying to sell you a fantasy version of the skill rather than the messy reality. Once you realize that pattern it's hard to unsee it, whether it's coding or woodworking or cooking. The truth is usually less polished but way more useful in the long run.
-1