106
Am I learning, or am I just prompting?
(techhub.iodigital.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
After years of using SO, then years of going to docs first, I've started going back to SO. It just tends to be faster. You can find a question that is 90% similar to yours, rather than piece together scattered bits of information across pages and pages of docs.
I agree you can find an answer quickly on SO. And you can find it even faster by asking an AI. But you will not have learned much, if anything, by copy/pasting the answer. As opposed to reading the documentation, which might have taught you how to solve similar issues in the future.
Well I can also tell you that from years of trying to go straight to documentation: you rarely learn anything. Often the docs are written badly and missing usage examples, so it's unclear how certain options work. Often the tool you're having trouble with is one you only use once a month so by the next time you use it you've forgotten everything you learned.
Speaking from my experience, in most cases it's just not worth it. In the few cases where it's something you use every day, then sure invest some time in the docs.