Hacker News new | ask | show | jobs
by mellavora 1224 days ago
> I've come to prefer it to visiting Stack Overflow when I need to get up to speed on a new thing,

I'm certainly guilty of this very same mistake, key word being "mistake." I'd hope for a world where the better way would be to read some good docs which gave an accurate mental model of the thing I want to get up to speed with. You know, organized and structured knowledge.

vs a quick answer to a single point without any context.

1 comments

I don't regard this as a mistake. Tools and docs don't necessarily flow from the same source, and even good docs can't anticipate every need or blind spot of every reader - if we have perfect custom documentation, then it too would have to be AI generated. If good mental models were sufficient, there would be no ned for experiment and all great programs would flow from perfectly written specifications and never contain any bugs.

I like to go back and forth between the docs and hacking together little things that do one job to maintain a feel for what I'm doing (also in many other contexts besides programming).