vote up -2 vote down star
6

During my time in college and in my early professional career, I've read a decent number of technical books. As time has passed, I've read fewer and fewer each year.

My knowledge hasn't been growing (in a general sense) as rapidly as it once did. Each year I seem to learn 'less and less'.

If I have a question I go to forums to ask them.

I don't really have time to participate in open-source projects, nor to read much -- other than online articles.

Question

How many books each year do you try to read? What programming books did you read in 2009? How did you decide what to read? What is your plan for 2010?

flag
1  
Voting to close: Requires extended discussion. – George Stocker Sep 30 at 21:44
Do you mean completely read or skim a book? Some books like the Head First Design Patterns and Refactoring tend to be books where I take parts that help and not really read cover to cover. – JB King Sep 30 at 21:44
1  
@George Stocker -- no extended discussion is needed. I specified direct questions that do not necessary ensue a prolonged chat. These are very important questions to me. thx – Andrei Sep 30 at 21:48
2  
Just how many times do you think the question of 'what programming books should I read' has been asked? stackoverflow.com/questions/349468/… – George Stocker Sep 30 at 21:51
3  
Your question about 2009 books has possible duplicates here: stackoverflow.com/questions/904356/… and here stackoverflow.com/questions/1460494/…, the "how many books" question has a possible duplicate here: stackoverflow.com/questions/468508/… – Rob Hruska Sep 30 at 21:54
show 2 more comments

closed as subjective and argumentative by Lance Roberts, George Stocker, SilentGhost, gnovice, John Saunders Sep 30 at 22:37

15 Answers

vote up 1 vote down

Learnd in this semester:
* The Pragmatic Programmer
* Code Complete 2

link|flag
I read pragmatic programmer last spring -- it's a fantastic read... fantastic – Andrei Sep 30 at 21:43
vote up 1 vote down

I found myself reading so many technical books (a few a month) that I eventually signed up to be a tech reviewer of books for many of the big tech book publishing companies. Then I got hooked into writing (my own book) and found that I had less time to read! Then I put the iPhone Kindle app on my phone and now I am finally back to reading. And just recently I returned to school and find myself reading about C all over again! Continuous learning is the key to success in this field!

link|flag
Andrew, one word -- RESPECT! – Andrei Sep 30 at 21:44
Wow, your days has 36 hours in them? :) – cwap Sep 30 at 21:50
vote up -1 vote down

I read all I can read.

link|flag
a bit specific please... – Andrei Sep 30 at 21:44
vote up 2 vote down

I don't really keep track, it varies depending on the year. I have this problem that I usually find myself reading 6 or 7 books at the "same time", by this I mean, start one without finishing the other so they stack up.

This year I've read:

  • The Pragmatic Programmer
  • The art of Learning
  • Einstein for Beginners
  • The History of Heavy Metal
  • Freud for Beginners
  • Systems Analysis and Design
  • The Art of Hacking
  • Pro WPF in C# 2008

All of them very good books, I've finished some, the rest I'm at least past half =P.

link|flag
great list... how did you find Systems Analysis and Design and The art of Learning, as they are on my to read list? – Andrei Sep 30 at 21:47
Fascinating. The Art of Learning has a really good message on how anyone can master anything. I read this while I was on vacation in Cancun, and it really made the airport wait go by fast =P, extremely recommended. Systems Analysis and Design is really good too, in a more didactic way, I think it's essential for leading programmer and software product managers. – Carlo Sep 30 at 21:49
vote up 0 vote down

I tend to lean towards reading blogs. I use Google Reader heavily and have a programming tag where I put all my programming related RSS feeds. I find that I get a lot of current ideas, and there is the opportunity for interaction by commenting on the posts and answering/asking questions. As far as what you should read, I can't help much. I'm an Excel/Access/VBA guy myself. Starting off I subscribed to as much as I could then slowly whittled it down to what I felt was more relevant. All the while picking up new feeds through the trusted ones.

link|flag
vote up 1 vote down

Maybe I am in the minority here, but I used to read many, many of books. Especially when I was in college and the first few years out. My garage is full of obsolete books. "Learn the Java AWT!" etc.

Now I find myself doing most of my reading online. I occasionally will pickup a book from Barnes and Nobles, but I find I learn better by doing. If I have a new topic that interests me I write some code on it.

Before the internet you had to have a book to code. Now not so much.

I find reading a book is only good when the power is out or I am away from the computer!

link|flag
vote up 2 vote down

New ones - probably up to a dozen a year; this year, so far, probably 7 started, 5 finished (but one I won't be going back to).

Old ones - cover-to-cover - quite possibly a dozen a year; dipping in for refresher or reference, definitely a lot (twenty a year without problem).

And I'm referring to paper books, not manuals, not e-books. I'm still not completely comfortable with e-books, not least because they can't reasonably be read in a bath.

link|flag
why not? print it and read it :))) – Andrei Oct 1 at 1:15
Printing an e-book defeats the purpose; a real book is much better (thinner paper, smaller page size, properly bound, protective jacket, etc). Real books have many merits. – Jonathan Leffler Oct 1 at 19:11
vote up 0 vote down

I tend to read as many as I can get my hands on. I subscribe to ACM so I have access to their online books and manage to read many books that I would probably have not bought myself. The list is long but the most recent are:

  1. 100 Ways to Motivate Others
  2. Herding Cats: A Primer for Programmers Who Lead Programmers
  3. SQL Server 2005 Unleashed
  4. The Design of Everyday things
  5. Data Structures and Algorithms in Java
  6. Frontend Drupal
  7. Spring in Action
  8. Struts 2 in Action

and some others I may not recall at the moment.

link|flag
vote up 0 vote down

I tend to look at books mentioned in answers to either of these questions for occasional reading material:

link|flag
vote up 0 vote down

I honestly can't say I have ever read a technical / programming book cover-to-cover. I might scan some chapters, that's it. I guess I just don't have the patience or time for it. I use instead the plethora of online resources to help figure out the things I need.

like: PHP .. jQuery .. ActionScript .. javascript .. DOM .. OpenGl .. msdn etc etc

link|flag
vote up 4 vote down

0

well.. since college. I stick to blogs and forums mainly. These keep me up to date with new techniques and technologies. They are generally shorter, more up to date, to the point. I don't have the time or desire to site down and read an entire chapter that some blogger could have summed up in a couple paragraphs.

If I have to open a book its only because I could not find anything on that specific topic in a blog.

link|flag
I agree in a way. I usually buy a book to learn the basics from a new technology (at least new for me), then I start blogging to catch up with the latest stuff. It works really good for me. – Carlo Sep 30 at 22:25
vote up 0 vote down

I don't know why, but I never got into reading "text books" and the like. Generally I find that the information rate is too low, although sometimes there is too much information and not enough relevance. I prefer to learn things with (usually electronic) references.

However, I recently started The Art of Computer Programming. I'm planning to read it all. That'll probably take a year, so my answer is "one".

link|flag
vote up 0 vote down

When I was in school I would hang out in the CS library, so I at least looked at all the incoming books. I also ended up browsing lots of papers which were related to my interest of the moment.

I haven't done that for some years now, and I usually have less time to browse anyway. These days I end up buying (and usually reading 8^) maybe 4 to 8 technical books per year, but it's not like I have a plan or a quota or anything -- I just spot stuff I want to read.

Anyway, I got the Real-World Haskell book, one or two books on modern C++, some books on Monte Carlo methods (not counting the statistics books, which are math, not programming), and a couple of books on Git (which strictly speaking are application books, not programming).

I have not finished one of the C++ books, or either of the statistics books. On the other hand, I am working my way through a game physics book I bought last year.

link|flag
vote up 0 vote down

I find one of the hardest things to do is to stop reading a technical book when I am no longer getting value out of it (I dont know, maybe I have some "closure" issues). But this is an important skill if you want to optimize your learning time. Not every page of every technical / programming book is relevant or interesting, so I try to force myself to consciously consider "is it worth continuing with this book, or is it time to move on to the next."

link|flag
vote up 1 vote down

Been mostly digging into ruby and rails this year, so far i have read

  • Domain Driven Design
  • Learning Rails
  • The Ruby Programming Language
  • Agile Web Development With Ruby on Rails, 3rd ed
  • The Well Grounded Rubyist (phenomenal btw)
  • Ruby Best Practices

I am sort of running out of ruby books to read, going to probably move on to something else soon, I am thinking introductory statistics material, since it is something I know next to nothing about.

To all those who say that blogs/forums make up for books, you are right only if you are keeping up with something you know fairly well. If you are learning new technologies and platforms, it is extraordinarily rare you can find blogs and forum posts that come close to giving you what a good book gives you.

link|flag

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