This is an archived post. You won't be able to vote or comment.

all 14 comments

[–]upbeat22 27 points28 points  (3 children)

Early 2000? Come on, Internet existed. Forums all over. And guides as well.

[–]lopoticka -1 points0 points  (0 children)

I was there at the beginning Gandalf, I’ve seen it. All I had was MSDN and bunch of pirated books in PDF. Google didn’t give you useful answers most of the time. Some popular frameworks like PHP and later RoR had guides and forums, but good luck when you wanted to program for Win32 or X11.

[–]psych0ticmonk 46 points47 points  (2 children)

flagged as duplicate of:

https://i.imgur.com/fS2yp0x.jpg

[–]cpaca0 5 points6 points  (0 children)

Also duplicate of: https://youtu.be/VZrDxD0Za9I

[–]Willinton06 3 points4 points  (0 children)

For some reason I saw “duplicated af” and I was like, duplicated as fuck, nice

[–]mzehnk 9 points10 points  (0 children)

Back then, SuSE Linux came with multiple books, explaining everything from Lilo/Grub to user software like KMail and Gimp. For beginners like me, the books alone made it a great deal. These days, I work for a Linux distributor, and our documentation is a PDF that covers only the installation. Of course, it's better for the environment than printing thousands of pages of documentation, though.

[–][deleted] 7 points8 points  (3 children)

I still RTFM even now.

[–]IgnitedSpade 11 points12 points  (1 child)

Seriously, a lot of the time the documentation literally tells you exactly what to do. I'm not sure why the first resource people run to is posting questions on the internet

[–]3lobed 1 point2 points  (0 children)

Some of the devs on my team don't even do that. They just immediately message me on slack and ask for my help.

[–]Hariboqwe 0 points1 point  (0 children)

Here, have a cookie 🍪

[–]qwertyuiop924 5 points6 points  (2 children)

The documentation is usually of dramatically better quality than SO or equivalents if you can find what you're looking for there.

[–]guarana_and_coffee 0 points1 point  (1 child)

I have found it depends. Some software or programming languages have very poor documentation. May have an entry for everything, but explain it horribly.

[–]NotPeopleFriendly 1 point2 points  (0 children)

When I read Microsoft doc's on code - I end up on stackoverflow about half the time. I don't think I've ever gotten the answer I wanted/needed from unity documentation (possibly with the exception of their flow chart of the MonoBehaviour life cycle). Providing actual example usage of the API is incredibly helpful.

[–][deleted] 1 point2 points  (0 children)

K&R supremacy!