vote up 0 vote down star

Hi

I'm a Computer Science student in Germany. Our Professors do give a lot of resources, so it's quite impossible to read all of them (4-5 Book per Class / 6-7 Classes per Semester = about 30 Books).

Now, I am not that much a bookworm, and I do always get the information I need from Google. So, actually, I read only 1-2 of them.

So, my question is: What do you think, is it necessary (in the Time of Blogs/Forum/online Tutorials/wikibooks (hey, its free :D)) to read (computer related) books?

In Programming Languages, a lot of books are getting outdated. I know some C++ Books which use devc++ as the IDE of choice --- I know, the principles are the same in every book, but I would prefer a book with Eclipse/Netbeans or better the terminal/g++.

Considering these points, I would like to know:

  1. How important are books (instead of online resources)?
  2. How many books do you read?
  3. Is reading books necessary to become a, so called, guru?
flag

3  
Probably the question needs to community wiki. – Naveen Jun 15 at 15:55
1  
Book questions have been asked MANY times here. For example: stackoverflow.com/questions/347821/… – gnovice Jun 15 at 15:55

closed as not a real question by Neil Butterworth, Mehrdad Afshari, gnovice, David Thornley, chaos Jun 15 at 16:00

5 Answers

vote up 3 vote down check

I'm biased, as a book author, but...

I believe books have one significant advantage over blogs and many other online resources: structure. They are designed to lead you through a technology (or concept, or whatever) making sure they don't assume anything they haven't explained yet (beyond some prerequisites, such as "knowledge of Java" for a Java technology).

They also take you through the whole of a technology, or at least a well-chosen subset - you don't just speculatively end up learning whatever you happen to see. These days most of what appears in books is available on the web, but reading a good book can save you a lot of time working out what you need to learn and in what order.

Additionally, books tend to go through more peer review than online resources - although that's no guarantee of accuracy, admittedly.

Don't get me wrong: I use the web all the time too for learning. I'm just saying that books (whether hard copy or ebooks) have their place too.

link|flag
vote up 2 vote down

It's not the quantity that matters, it's the quality.

I rather read a good technical book twice than 2 average technical books.

link|flag
vote up 1 vote down

0

Information on internet is more recent (ex. academic papers) )and generaly enough.

link|flag
vote up 1 vote down

Of course books are needed even during this age of free articles/blogs/wikis. This is because a book will be written with much more preparation, reviews, edits, et cetera. So, I would recommend reading books along with other internet articles.

link|flag
vote up 0 vote down

1) They are important to get a solid foundation and understanding. They are also good for helping learn advanced topics which are typically not covered in depth online.

2) Not as many as I should.

3) Yes.

link|flag

Not the answer you're looking for? Browse other questions tagged or ask your own question.