Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I keep reading in news and blogs that programmers do not read books, that the book industry is 'in decline' and that writing a book isn't worth the effort as the money is pathetic. My question: is it true? Should we just bury the book industry and stick to Googling and MSDN and the like?

share|improve this question
7  
You are mixing two very different issues on the same question: the future of programming books and the future of the book industry. The industry is doing quite well, thanks to Harry Potter, Twilight et al. I am not so sure about programming books. – Kwang Mark Eleven Dec 7 '08 at 18:37
1  
Are you serious? Have you seen the programming section in a book store? – bias Jun 2 '10 at 15:30
show 2 more comments

closed as off topic by Robert Harvey Sep 23 '11 at 0:05

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

62 Answers

1 2 3
up vote 74 down vote accepted

I'd like to challenge one of the implications in the question:

writing a book isn't worth the effort as the money is pathetic

That suggests the principal (or sole) reason for writing a book is the money. I've contributed to three books now:

  • The Annotated C# 2 ECMA standard - contributed annotations; no money involved
  • Groovy in Action - wrote some original text, but spent most of my time rejigging existing text into more idiomatic English; I receive a small percentage as royalties
  • C# in Depth - sole author; I receive the normal (for Manning - it varies a bit) author's royalty percentage

Clearly in the first case it wasn't worth the effort in terms of the money. However, I found it very rewarding to carefully go through the standard (all of it that I had time for) and reflect on it.

Groovy in Action has possibly been the most rewarding terms of an "hourly rate" - although that's potentially as it's later in its sales cycle that C# in Depth. Helping out with Groovy in Action, I learned a lot about Groovy, and even more about publishing and writing. It made writing about C# a much smoother experience. It also helped as a "foot in the door" to write about C# in the first place.

C# in Depth was immensely rewarding to write, for many different reasons:

  • I like imparting knowledge. It's a good feeling to know that thousands of developers have a better understanding of C# due to your work.
  • I'm passionate about C#, and want to share that passion. That's why I love giving talks about it too.
  • I learned a lot about C# when writing it.
  • Writing is a pleasurable experience in the first place.
  • Yes, there's some money. I think I've guessed that it's probably a bit more than minimum wage, but a lot less than my normal hourly rate. (My wife writes children's books - the difference between her earnings per word and mine is shocking.)
  • I had the good fortune of getting Eric Lippert to be my technical reviewer. Aside from having a far more accurate book at the end of the process, I'd learned loads of interesting nuggets of information, and received lots of valuable advice.
  • Reading favourable reviews is hugely satisfying.
  • Without wishing to put too much emphasis on it, having a book or two on your CV looks good.

As you can tell, money certainly isn't the principal reason for writing in my particular case, and I suspect that's true of most technical writers. I doubt that many people really earn a living through writing these days (although I expect the royalty cheques going to Josh Bloch and Jeff Richter are pretty substantial) - that doesn't seem to be stopping people writing though, does it?

EDIT: As for whether programmers read books or not - it's very hard to generalise. I don't actually read that many books for the sake of learning (rather than reviewing) but a few have been extraordinarily useful (Effective Java, Java Persistence with Hibernate for example). The fact that publishers are still willing to put out hard copies suggests there's still a market though. Look at how many C# 3 and .NET 3.5 books are out there - huge numbers, including multiple books from some publishers. Yes, ebooks could become the future, but personally for end-to-end reading (rather than reference) I still far prefer hard copy.

share|improve this answer
show 6 more comments

Do programmers read books? Has the bear wandered into the woods with a paper under it's arm and some toilet paper in its paws? I usually buy 2 to 3 computer books a month; and not all to do with disciplines I'm actively involved in.

The bottom line - books are a damned sight more convenient than the internet. If you're on the train, or just wanting to have a read in the bath then a paper book is a great thing. Plus, there's just something so satisfying about the feel and smell of a book.

share|improve this answer
13  
+1 ... a book makes long train rides/flights a lot easier. – alex Dec 8 '08 at 4:15
1  
Good point. They certainly do. – Pete OHanlon Dec 8 '08 at 9:20
1  
"books are a damned sight more convenient than the internet." I bought a book recently on Ubuntu as a reference source; I almost never read it as the Internet is far more convenient, for me at least. I'd suffer far more without the Internet than without books. – mrwiki Dec 10 '08 at 9:15
3  
But what do you do when you're on the plane, or travelling in the back of somebody elses' car or lying in the bath? These aren't the most conducive environments for surfing the web. – Pete OHanlon Dec 13 '08 at 19:27
8  
This was the first post that noted the convenience of paper. Instant-on, eternal battery life, portable, and so much easier to drag with you during a trip to the can. Selected editions might also be collector's items. Not so good in the event of water contact, but neither are computers. – Bernard Dy Dec 23 '08 at 4:48
show 3 more comments

Absolutely programmers read books.

I just recently got a LINQ to SQL book (and it's on my nightstand).

But to be honest, I feel that we had a glut of 'thrown together' programming books for a long time. To me, it felt like the publishing business was just trying to chase what it perceived to be a cash cow -- and the quality of programming books suffered for several years.

I'm starting to rediscover books as a programmer now though -- and I'm realizing that the programming aisle in my local Barnes and Noble is a lot slimmer than I remember it, and it's filled with topics that I'm interested in now (like jQuery, ASP.NET MVC, and LINQ).

share|improve this answer
8  
To me, the worst books of the last few years seemed like printouts of the help file. I can read the help file. I go to books when I want a deeper understanding of the material. To authors: don't just show me the syntax... show me how to solve problems! Show me how things work together! /rant ;) – BoltBait Dec 23 '08 at 4:34
show 2 more comments

Programmers are not homogenous in their habits. Some read books, others don't. I think we mirror the trends seen in the general public where other media is picking up share vs. traditional print media. Personally, I tend to buy/read books that are methodology/idea-based rather than language/framework-based. There are enough resources on the 'net to cover most of my "how does this class/method/construct work" and I spend my time reading about how to improve as a developer rather than learning language idiosyncrasies.

share|improve this answer

Definitely not.

When it comes to things like details of the WinApi or .NET classes, MSDN is the prime resource, because nobody would want to carry those around in their laptop bag ;-)

Google is ok if you are looking for the answer ot source code examples for a specific question (even though I prefer SO for it now).

But anything going deeper than this (concepts, algorithms etc) books are still the way to go. And for non programming related stuff, every programmer I know still likes to read a book now and then.

share|improve this answer
show 1 more comment

I find that this statement is partially true. Programmers these days mostly learn from the internet. Things change fast nowadays, and developers are required to keep pace with all those changes. It takes from two weeks and one month to learn a technology from a programming book. Most software organizations do not have the time to spend on their developers. Instead developers are forced to rely on automatic tools (as intellisense in VS for finding what is there to do ) and for the internet to find quick fixes for their problems.

But, in order to have a complete knowledge about a technology, books are a required learning material. There is no substitute on the internet of a well researched, documented book full of examples of various parts of a technology. For me is imperative to spend 1 hour a day, however I can, learning a new technology form a book. This is important beacause in order to advance in my job as a software engineer I need to learn and expand my knowledge. But during my regular development hours I mostly use google to learn and solve problems I encounter in my code. The problem is, I need to have some knowledge to find what my problem is, and what is the question I need the answer to. That knowledge mostly comes from the breath of learning I received covering technical books in my one learning hour a day.

share|improve this answer

Slight clarification. Programmers read snippets of books, but they don't necessarily buy them.

I see alot of us at barnes and noble perusing the stuff. Also, some of the best books are free (Thinking in Java).

The tech book industry has some significant issues to overcome:

  • too many titles
  • quickly outdated material
  • too specific an audience (not that many techies out there)
  • too broad an audience (noobs and gurus do not buy the same stuff)
  • online resources are often excellent and more up-to-date than a book

I'm at a point in my life where I can vote with my dollars. I'll buy books even when I don't want/need them to support an author.

There are alot of solutions to these problems, and I think we'll see a transition from what we have now, to perhaps Bruce Eckel's model (Thinking in Java).

share|improve this answer
show 3 more comments

The last computer book I bought was in 2006. I've decided that if I'm going to waste paper on the dead tree version it has to meet these 2 criteria:

  1. It contains timeless information. In other words is the information going to be relevant 2, 5, or 10+ years from now? If not at least 7-10 years it isn't worth the paper. Perfect examples of books that stand the test of time:
    Code Complete
    PeopleWare
    Structure & Interpretation of Computer Programs
    The "Dragon Book"
    The Pragmatic Programmer
    The Mythical Man Month
    Programming Pearls
    etc.

  2. It's not available in digital form. (Increasingly rare these days)

I like to store my books on Microsoft's Live Mesh (I don't like to waste my DropBox space on things that don't benefit from versioning). Index the folders and you can now search on anything in those books faster than searching through the physical index in the back of the book.

Blogs, articles, and videos are better for information that's temporal or less formalized. Thoughts and findings fit better on the web than in a book and it's easier to share and update example code.

share|improve this answer

I've heard that the majority of programmers keep the books they got in college but don't read new ones, just do their job and don't learn anything new.

This may be entirely true, but of course those aren't the programmers I interact with at conferences. Or the ones who read my books. Or who listen to podcasts or participate in discussions on sites like these. For that matter, a larger percentage of the computing folk I hang around with have written books. And the people I find interesting and want to hang around with are ones who want to explore new ideas.

"To a worm in a radish the world is a radish." So we say "of course everyone reads books and learns new things." But (apparently) the majority of programmers don't. Those just aren't the ones you and I interact with very much.

share|improve this answer
show 1 more comment

I think that even programmers like doing things away from the computer, so a high-quality book that a tells a cohesive story and that can be read cover to cover would easily survive.

I think reference books don't have much of a future, especially when they are concerned with things that frequently change like libraries and OSs.

Also, article collections may become blogs (e.g., Brooks would have been popular with his man-month blog), although best-ofs could still become books.

Besides, there is no real "book industry" (aside from the printers), there is a publishing industry. If they make their money licensing online content, they'll still do well.

share|improve this answer

Programmers do read books, but the money from writing a software book is bad regardless. This is a niche market, and further exacerbated by many programmers sharing one library (at the office) and high-availability of downloadable goods (gasp!).

Whether programmers read books or buy them are two completely different questions.

share|improve this answer

I read programming books.

I buy about one a month, while I use the internet for quick reference, nothing beats reading a book on the weekend or evenings, when I don't want to stare at a screen.

share|improve this answer

I personally still read books and I will keep reading books for a good long while. Blogs, MSDN, etc are great but to really get in depth and a wide variety of information nothing beats a book. Also some books are required reading for a programmer (Code Complete, etc).

share|improve this answer

I spend as much or more money on books now as I have ever done. Even though I have a Sony PRS-505 I just doesn't measure up to a physical book.

share|improve this answer
show 3 more comments

I like reading programming books. I prefer to get them as ebooks (usually PDF), so that:

  • I can travel light (just with my laptop) and still have all my books accessible. This comes in really handy when I take a little break from what I am doing, and open up some book section instead of randomly surfing the web.
  • I can interactively experiment with code samples, which I like to view in an editor with syntax highlighting.
  • I can get updates without filling my dead-tree library with many editions of the same book.

In terms of content, it's a little hard to characterize the books I read, but I'll try:

  1. Introduction to a programming language. Examples: Expert F#, Programming in Haskell, Programming in Lua, Programming in Scala.
  2. Advanced programming techniques using extensive case studies. Examples: Paradigmes of Artificial Intelligence Programming, Building Problem Solvers.
  3. Introductory Textbooks. Examples: SICP, TECS, CLRS.
  4. Programming languages Textbooks. Examples: DCPL, EOPL, PLAI, TAPL.
  5. Higher-order self-improvement. Examples: The Pragmatic Programmer, Test-Driven Development: By Example.
share|improve this answer

I buy and read lots of technical books--buy more than I read unfortunately, but still do a fair amount of reading.

I agree with the statement above that API references are probably dead. I haven't bought one of those in years, because they're less usable than hyperlinked APIs (like Javadocs for example) and yep, they're outdated quickly.

Also developers tend to have a fair amount of disposable income and so I think they're going to buy electronics, media, Starbucks and books.

share|improve this answer

I no longer buy much in the way of specific technology books, but I buy and highly value books with "staying power." PoEAA, GoF, Fowler's Refactoring, XUnit Design Patterns, Domain Driven Design, a bunch of general algorithm-focused books (Skiena's, for example), and some more abstract books on things like graph theory, linear programming, and so on, along with some books from the Pragmatic Programmers. None of these books have become obsolete yet, and they all have at least 10 years of life left in them, if not more.

I occasionally pick up a book on a specific technology, still, but only when a major brain-shift is required to grok it. For example, I did buy specific books on C# (C# Precisely, Effective C#, one of the O'Reilly books, and so on), and Ruby (Programming Ruby), a couple on Rails, and I may need to get a book or two on Silverlight 2/WPF and F#. I've also bought some books on applying general techniques (patterns, algorithms etc) to specific languages idiomatically.

Anything that focuses on APIs or looks more like a narrow reference tend not to be worth buying thanks to internet references, but there are a few exceptions (Developing International Software 2, for example) that do more explanation/exposition and I occasionally find those useful.

Unfortunately, there are only a narrow batch of publishers that produce books I feel are worth buying. Addison Wesley, O'Reilly, and Pragmatic Programmers get most of my mindshare. SAMS (or whatever they're called now), Wrox, and similar publishers seem to rush out stuff which quickly becomes irrelevant.

share|improve this answer

I would say that the majority of good programmers still read paper books. I don't think the type of knowledge you attain from quick-fix web searching and blog reading necessarily leads to good programming on its own.

I think the fact that a paper book has to work in isolation - without access to the web or even a PC means that you come away with a clearer picture of the subject matter.

when learning something new, unless I'm in a rush just to get it done, I'll read a book (or at least a chapter or two) to get a solid understanding of the subject before looking on the web for implementation details, examples and techniques.

I must admit I might not feel so positive about technical books if it wasn't for the O'Reilly titles. With rare exception, they can't be beaten.

share|improve this answer

Good programmers read good books. O'Reilly's "In a Nutshell" series sells very well, as do their "Learning XXXXX" series and the "Head First" books. Geared more towards beginners, Sams' "Teach Yourself XXXXX" sells briskly, as does the much maligned but very handy "XXXXX for Dummies." And of course, library references do very well.

What hasn't done well are the independents or one-offs that don't stand out from the crowd. Taking on O'Reilly head-to-head isn't paying off. What is selling well is catching the gaps created, like Mark Summerfield's "Programming in Python 3" or Hans Petter Langtangen's "Python Scripting for Computational Science."

In short, what isn't selling well anymore is "buy and learn" books. The ones that do sell tend towards "buy, learn, and keep for reference" or just straight reference books. And a massive promotion promotion budget tied into a pre-built distribution chain centered on a brand-name with several product lines doesn't hurt at all. :)

share|improve this answer

I disagree just read the book Brisingr from Christopher Paolin last week.

Reading is good, but indeed almost never have time for it :(

share|improve this answer

I have a fairly substantial technical library and what I tend to find is that if I'm looking for some snippets of information or some sort of overview you tend to want to buy several books on the subject. A book with 1 or 2 useful chapters or something that gives me an overview of a topic is really what I'm after. In many cases I've used Amazon Marketplace to mitigate the cost by purchasing secondhand books.

Some books have good content throughout but I consider it a win if I can learn one useful thing from a book. In most cases I find skimming two or more books on a given subject and then digging into parts of one of the books gets me where I need to be. Occasionally I find a book is more or less complete in itself but this is the exception to the extent that it's noteworthy when it happens.

Web resources have the advantage of being searchable and make a good supplement. I tend to find that most of my reference searching tends to go through google now and books are more useful as an intro.

share|improve this answer

I certainly read programming books. Sometime when you're jumping into a new API, Language or the like then a book is the best option. The other area in which they cannot be beat is classics about the business of software - such as Code Complete and Design Patterns.

For example at the moment I'm playing with the iPhone so I picked up a book on Objective C and another on iPhone development. Sure all the info is out there on the net or in the XCode documentation, but a book is just faster for getting up to speed.

I am pretty selective about which publishers though. Basically O'Reilly always gets the benefit of the doubt - about 50% of my bookshelf. Whilst there's less shovel ware than there used to be it's still far to easy to waste money of a massive 1000 page epic that contains little of practical value.

share|improve this answer

In nowdays there are a lot of crap-books like "xxx framework in yy days". In these books is writen same reference but just in more daily language. You can buy such books every month, but it will be same as reading manuals. To find a good book (like "Pragmatic programmer" or other), becomes harder and harder.

So now I'm reading SciFi :-)

share|improve this answer
show 2 more comments

Books are the only way to get in-detail and in-depth information about obscure or not-too-common subjects.

For example, you can't expect to learn about and fully understand how security works in .NET/Windows/ActiveDirectory without reading a book.

share|improve this answer

I love reading a physical book, but many of the software books I've picked up are so poorly written that they can't be enjoyed. I'll buy them as references, but not to read.

Joel Spolksy's writing is actually enjoyable to read, and many of the more timeless books are as well. Those are nice to find. But a book on a specific language? The last time I read one that was enjoyable, was "Oh, Pascal" back in the 80s.

share|improve this answer

What is a book? ;)

Is a PDF version a book too? A chm generated from the site too?

I just ordered printed copy of:

ProGit

Which is also available online: ProGit

If I print whole (or part of) php.net is it a book then? If I buy a printed copy of the same is it a book?

Maybe you just wanted to ask, whether do programmers are likely to pay for the information regarding to its form? Do you buy (printed) books?

If I buy a software with 1000 pages of printed docs, or I buy the (missing) docs, what's the difference?

We just need the information.

  • Somebody my prefer online resources, because they are live,
  • some may prefer digital copy (site, ebook or Kindle) because is easier to ctrl+F,
  • some will like printed version because they don't have web access everywhere or just like to touch 'crafted' things.

It is all about reading.

The difference you ask, is just an usability one. Similar question may be: Do you read texts formatted using monospaced font, or are they already dead?

BTW, do programmers watch movies (aka going to the cinema) or just stare to the laptops? ;)

share|improve this answer

The book industry may be in decline, but I doubt it will go away entirely. But I'm no expert. All I can say is that I do read books, but not as often as in the 90s.

share|improve this answer

Definitely, they do. How can one not read book and survive in this age, is beyond me. I read a lot of technical texts daily, so make it a point to keep a non-technical novel or two running side by side.

share|improve this answer

The people who are interested enough on the topic that they show up here, are the ones who are still buying IT books.

share|improve this answer
show 1 more comment

Most of the books posted to this question, about deeper books full of genuinely interesting source code, date back to the 90s or earlier. That's (weak) evidence there has been a fall-off -- I'd love to be proven wrong by new recommendations over there.

share|improve this answer
1 2 3

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