|
|
|
|
|
by saywatnow
3238 days ago
|
|
> I find it hard to believe if you're a programmer Some people work better with reference documentation, books and their brain than SO "answers". Google for "complex programming questions" is laughable and honestly a bit insulting to the profession. |
|
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.