vote up 2 vote down star

I'm a professional developer (whatever that means), but I have to admit I'm not really into reading programming-related books. Sure, I've read the "Effective C++", "More effective C++", "Effective C#" books (I like them because they're to the point about specific objects).

When 'talking' to other programmers sometimes it seems as if they're reading programming-books like newspapers.

I keep up to date (or I try to) reading websites, blogs, whatever I see on Internet. I just can't force myself to go on holiday and read 8 programming-related books - in the end, just reading about programming to me is just very boring !
Am I alone in this ?

flag

40% accept rate
Very similar to stackoverflow.com/questions/208183/… – gnovice May 31 at 2:26
5  
FYI, if you want to ask poll-like discussion questions, you should really made them community wiki. – gnovice May 31 at 2:33

closed as not a real question by Mitch Wheat, Shog9, Milan Babuškov, Neil Butterworth, John Saunders May 31 at 21:07

12 Answers

vote up 0 vote down

Maybe you are reading too technical/precise books. What I mean is that you will always have Internet to get up-to-date resources on specific techniques. If I read a book about programming, I usually get something a bit more generic, on algorithms, on good coding practices, or... on Beauty :)

My suggestion? Beautiful Code: a few code snippets, with different (well-known) programmers describing what they perceive as Beautiful Code

link|flag
vote up 0 vote down

Books go out of date, many are rubbish (especially, say, ones based on the RC or beta as happened for SQL Server 2005), they are often not practical at the desk, and do you want to code away from your desk? etc

But, you must keep up to date somehow. I do have dozens of RSS feeds from all over where I pick up things, I bookmark them, I play with them, I discuss with my like-minded colleagues etc

What is shocking is the number of developers who don't care. Jeff Atwood mentioned on Coding Horror (can't find it), but I'm still astounded by the number of non-like-minded colleagues who google for a specific answer and move on.

We've added such things to our interview questions:

  • How do you keep up to date?
  • Blogs? Ah very good. Who do you follow?
  • Books? What was the last one you bought? Favourite author or publisher?

The answers don't matter: it's how they don't answer...

link|flag
vote up 0 vote down

I read a fair number of books on programming each year, although I suppose I don't finish a lot of them. I'll agree with a few others that I seem to learn new technologies better by starting with a book - it's easier to ingest, and especially now that I spend two hours a day on the bus for my commute, being able to put in some learning time then is pretty nice. Although there often is some free advice on using things on the web, it's hard to find the stuff that's well written and correct, it seems to me.

But it doesn't have to be books - if you're reading useful stuff on blogs and the like, then I'm sure you're getting in your daily recommended dosage of learnin'.

link|flag
vote up 0 vote down

I usually take in a couple programming books per year, although I read a lot of "how to" type of stuff on the Internet. For example I'm learning Windows Power Shell right now, will probably become somewhat competent at it, but will probably never buy a book about it. I'm really a Linux guy at heart... :)

I guess the main point is whether you read "programming books" or not, you should find ways to hone your skills. For me it's hard to simply read through beginner level books. I like to have something in mind that I am trying to accomplish and then just jump right in.

When I read a book from start to finish it tends to be books that are more advanced and/or topical (e.g. Exceptional C++, Large Scale C++, the Pragmatic Programmer, etc...).

Professional development both technical and otherwise is very important to me personally and I look for it in other when I do interviews. It is an indicator of passion.

link|flag
vote up 1 vote down

Physical books are good because you do absorb information faster off paper and there is something about being able to flick through a reference book to an area where you know the answer to a problem.

link|flag
vote up 0 vote down

I really like to read programming books and try to have at least one book near my bed that is computer related and read a chapter every evening in it.

But mostly those are books like Pragmatic Programmer, Design Patterns, Books that doesn't need me to write some code along with them to really understand them

link|flag
vote up 1 vote down

I personally find the best way to learn a new language is to read a book (EG: the pickaxe book is great for picking up Ruby). Often the Internet is just fine for learning libraries and other more advanced language features. But you might need to find a book to learn something very specific or if you want to read up on something that does not change much from year-to-year (like UI design, project management, etc).

In either case, reading a programming book is a lot more fun if you can take breaks along the way to write code. Applying the theory is really the best way to learn the topic at hand, too. You can only learn so much by reading alone.

Also, keep in mind a lot of books are available online now. For example, the pragmatic programmers sell their books online in PDF format.

link|flag
vote up 0 vote down

I agree.

The last good programming book I bought was "Mastering Delphi 4" in 1998.

Since then we got Deja News / Google groups, now we have stackoverflow.com - the future of the programming book is not clear.

It pains me to turn page after page of dead tree taken up by lifeless monochrome program listings.

link|flag
vote up 2 vote down

I read tons of them. But then I am Old and Wizened and learned all this stuff from books.

While scrawling my programs in charcoal on the blade of Pa's shovel.

So I could carry the shovel with me five miles through the snow to the keypunch machine.

Seriously, of course you should read programming books, if you're a professional. Its part of your task to keep your education up to date. No one says that has to be the only thing you do on vacation.

link|flag
You sir are wasting your talents on this forum. – ojblass May 31 at 4:44
ळोप, घ ुाू जोग् िदी ूपगे ेूहिि ूदद. ऱहेू ोे घ पोना लद तगिा . Hmmm. Strangely, I was typing in Hindi. Anyway, nah, I get paid for this kind of stuff too, I enjoy answering questions, and I have no life whatsoever. – Charlie Martin May 31 at 6:35
vote up 2 vote down

I enjoy reading programming books, but there are many days that I just wish that I had time to get through my Hitchhiker's Guide To The Galaxy compendium.

edit: I've read two so far this month and re-consulted several others in the process. But this has been a somewhat a-typical crunch.

link|flag
vote up 4 vote down

You may not be, but I'm not in that position. I've read every book on Jeff Atwood's reading list, and I have a Safari Book Online subscription that I use to research issues.

I find myself buying a book at least once a month; and before it's all done I'd say I've got a few thousand spent on computer books over the years.

Why?

Because this is a profession that is defined by up-to-date learning; and I find that I learn best by reading first, and then doing next. I prefer physical books due to their ease of portability.

link|flag
vote up 1 vote down

Rarely.

Most books are dross, basically. There would be less than 5 a year I'd find worth reading. Examples include:

When I was a neophyte programmer, I did read more but then again that was in the 90s and the Internet wasn't anywhere near as prevelant then. Nowadays when you want to pick up a new skill, there are any number of tutorials, podcasts, screencasts or videos you can use (for free). There is a lag time in publishing a book and a high cost. But I can still understand books for some subjects, particularly before you're really experienced.

The one "learn something" book I can remember reading in recent times is Pro EJB 3: Java Persistence API because the subject matter is so hideously complicated.

link|flag
I think you`ve fogotten "Object-Oriented analysis and design with applications" by Gradi Booch. Also great and very useful book which I`m reading with ease – chester89 May 31 at 7:37
Not a huge fan of Gradi Booch sorry. – cletus May 31 at 7:42

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