What was it like to self-learn programming before Stack Overflow? (2016)
81–90 of 290 posts
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#82I now use use books, duck duck go, IRC, email, mailing lists, Twitter, whatsapp, slack, and stack overflow.
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#83Re: What was it like to self-learn programming before Stack Overflow? (2016)
#84Before StackOverflow? Not too bad. Without internet access, though? Much, much harder, or rather, slower - a similar level of information could be obtained but it took phone calls, bus trips to a reference library, etc. Other than that, you just had to figure everything out yourself from the user manuals and experimentation. Of course, back then computers were much simpler and user manuals were much more complete and…
I disagree computers were much simpler. If you wanted to play games, you had to struggle with IRQ, DMA, extended memory mode, smartdrive, config.sys, autoexec.bat, commandline ARJ, zip, rar, floppies or tapes, and so on. If you had Linux, you also had to regularly recompile kernel to make something work (for example a device driver). My pet hypothesis is that puzzle and turn-based strategy games were much more popula…
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#85plus Perl was king so there weren't any right answers, or an infinite number of right answers I should say.
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#86At any rate, that machine also had EDLIN and BASICA, and that was the start of my programming career. I didn't have any books on BASIC, and the manual was pretty scant when it came to information about BASIC. But I did have a friend who was into BASIC, and he pointed me in the right direction a few times.
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#87I know, I'm dating myself here, but man was it a good time to be a kid and learn how to program.
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#88Programming became a lot easier when you could just type a question into Google and it would find that someone asked the same question in some forum or newsgroup. In 2003 Google would always include results in a site called Experts' Exchange, which was basically an earlier version of Stack Overflow.
What was different, though, before Google, was that when I got stuck, I often spent a lot of time inventing (or guessing,) a workaround, and my workaround was often incorrect, fragile, slow, ect. In today's world, I'll often see the workaround show up on Stack Overflow first, and then a better answer show up, and then a better answer.
(edit) Another difference is that documentation is essentially annotated today. If the documentation is confusing or misleading, it's usually clarified in a stack overflow or some other forum. Before Google, if documentation was confusing, you were stuck guessing or hacking. That was very time consuming.(/edit)
So basically, before Stack Overflow / Google, there was no globally searchable database of questions and answers. You would get stuck on simple things for a long time, and move much slower.
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#89Re: What was it like to self-learn programming before Stack Overflow? (2016)
#90It was clumsier, but it worked.