What was it like to self-learn programming before Stack Overflow? (2016)
1–10 of 290 posts
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#2Of course, back then computers were much simpler and user manuals were much more complete and lower level, so this still feasible, where it wouldn't be today.
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#3Before 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…
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#4The abbreviated answer, for me:
A book open on the desk, another one open on my lap. I spent a lot more time reading programming books cover to cover than I do now, and I spent a lot of time in the programming bookstores that no longer exist, like SoftPro. In fact SoftPro was sort of like dessert when I went out for lunch.
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#5Re: What was it like to self-learn programming before Stack Overflow? (2016)
#6But the technology has evolved in more ways than just stack exchange. There was the availability of compilers in general- today, it's a search and a 1 minute download to get your compiler. And pick your quirky tutorial of choice. Back in the day as a kid, it was mowing lawns and paying for boxes of disks, paying for thick books(hope you bought the right $40 book!), nobody to verbally speak with, and staring at obtuse example code for hours late night while you were supposed to be sleeping.
Good times.
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#7I was surprised to find that someone made a web version out of it:
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#8A well structured book with bite-sized chapters should be very approachable even for today's attention deficit generations.
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#9Before the Internet took off it was a much different situation. You'd read many books of course, and to fill in the missing gaps you could read magazines or talk to other people at conferences. IT conferences in those days did make much more sense than they do now, imo.
Re: What was it like to self-learn programming before Stack Overflow? (2016)
#10Now this was back when is as 9 and using Qbasic though.
I was able to write a bunch of questions to ask the senior teachers at high school, but that only led to more questions.
I did eventually get given c++ by a friend, but I was absolutely stuck.
Admittedly though, the lack of books was the sticking point. I believe if I had a few more text books, that it would have been a hell of a lot easier. Not as easy as im-stick-quickly-google as I do now, but a ton easier.
Hmm after typing this out I realise it doesn't really answer your question, bit I'll post it anyway.
But imho learning from. Textbook with no outside resources (which I did later in life), made me come up with some interesting work around a, which later on gave me insights, but to get software out quickly, SO and Google help a lot.
Not very clear I know, sorry but that's my 2 cents.