What is the single most influential book every programmer should read?
1–10 of 100 posts
Re: What is the single most influential book every programmer should read?
#2Re: What is the single most influential book every programmer should read?
#3I would think that before any of these books I would prefer that someone I was working with or hiring had read something like "How to Win Friends and Influence People" or a book on writing effectively, instead of any of the books on the first two pages.
My reasoning is that the most common problem I find with other programmers is not their programming skills, but their communication of interpersonal skills.
Edit: Aha! "How to Win Friends and Influence People" is on page 5 with 74 points!
Re: What is the single most influential book every programmer should read?
#4Re: What is the single most influential book every programmer should read?
#5Re: What is the single most influential book every programmer should read?
#6As always. Considering we are making great software, but a lot of projects still seem to go over the estimated time....then I guess learning about that is what will bring us ahead.
Also this talk by Greg Wilson: http://vimeo.com/9270320
Re: What is the single most influential book every programmer should read?
#7Re: What is the single most influential book every programmer should read?
#8I'm a little surprised by the results. Why would a tome on C be the most influential book that every programmer should read? I would think that before any of these books I would prefer that someone I was working with or hiring had read something like "How to Win Friends and Influence People" or a book on writing effectively, instead of any of the books on the first two pages. My reasoning is that the most common prob…
People associated with writing technical documentation of any kind could learn a lot from it.
You won't find many programming books from 1988 that are still relevant and on the market -- the only exception that comes to mind is SICP, which also has a very high rank.
Re: What is the single most influential book every programmer should read?
#9Re: What is the single most influential book every programmer should read?
#10If you work in an object oriented language, I think one of the most useful books you could read would be Kent Beck's Smalltalk Best Practise Patterns. The reason being that the lessons and tricks Kent discusses in his book can be applied to Ruby, Python, Java, C#, C++, Delphi, and any other language that I insultingly forgot, where you are working with objects and polymorphism.
But it certainly wouldn't be useful for _every_ programmer to read. Those would be much more abstract like the already listed ones (mythical man month, sicp, code complete, gof, pragmatic programmer)