What was it like to self-learn programming before Stack Overflow? (2016)
71–80 of 290 posts
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#72Re: What was it like to self-learn programming before Stack Overflow? (2016)
#73Books, online tutorials, finding solutions to some obscure problems ("connecting to SQL from Borland C++" etc) was a nightmare. For short period just before Stack Overflow, Experts Exchange and W3Schools had dominated Google results related to programming problems. Personally, I think that one of the motivations why SO was created were the shady practices of EE (how they were trying to trick visitors into paid subscr…
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#74So then StackOverflow came around and none of us have looked back since.
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#75Re: What was it like to self-learn programming before Stack Overflow? (2016)
#76In terms of using Stack Overflow to help you track down a problem? The answer, of course, is found in this relevant xkcd: https://xkcd.com/979/
The remaining results being archives of that first one.
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#77Over time, I saved up and bought a Hayes modem and got online. As I read source code I'd try to incorporate techniques I saw into my programs. Some of these turned out to be bad. You knew they were bad when they made your life more complicated without any stated benefit (or when the benefit was paper thin). This wasn't explicitly stated anywhere (as I remember it), but it sorta revealed itself.
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#78it SUCKED. You really had to rtfm (and hope that the fm was good) or depend on google to find the right topic on a given forum (dreamincode, for ex) and hope that that topic didn't devolve into a shouting match over something that had NOTHING to do with your search query. it took much longer to get anything done. Writing code these days is SUPER easy. Write stuff, run or compile it, get an error, search Google for sa…
I disagree. As a software person, I'm constantly dismayed by the quality of information in the surface web. Some days it feels like all but the most esoteric search terms yield so much lowest-common-denominator information useful only to the rank beginner. As in any branch of science or engineering, learning to work from primary sources is an absolutely core skill. Resources like StackOverflow are a crutch at best, a…