Hacker News new | ask | show | jobs
by stinos 3237 days ago
SO "answers"

That is also laughable and more than a bit insulting:

- most of the answers (I encountered) are in fact proper and correct answers because bascially it's a peer-reviewed environment, so no need for those snarky quatation marks. I, and many others, have spent hours and hours writing down good answers, and learning quite a bit while doing so.

- DDG/Google/... know about SO so it is often possible to get these answers way faster than when using the reference documentation, and your brain cannot change much about it

- you'll find answers which are nowhere to be found in the reference documentation - I assume your point is that with enough reference documentation and thinking any complex programming problem can be tackled. Well, yeah I guess, but it takes way more time than needed and anecdotally I have seen code written by people thinking that and it was one horrid mess. Mostly because stuff like 'good practices' and insight in design principles and patterns and whatnot isn't found in reference documentation. While via frequenting SO (and similar, before that existed) you pick up this stuff automatically and it makes you reflect on programming which in turn makes you better. If you use your brain, that is.

1 comments

I have been using zealdocs for a couple months now. Which is basically offline official docs/tutorials/examples my Google and SO usage has dropped quite a bit. If you read the Stackoverflow post on why they discontinued their documentation feature - one of the reasons was official docs aren't as broken as ppl think.
Damn, thank you for that! Zealdocs is fantastic, I've been looking for something like that for a while, mostly for coding on flights!