Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Most books on a programmer's bookshelf are very new. What are some books that have stood the test of time? What are some of the oldest programming books you still refer to?

Please list one book per answer so they can be voted on individually.

share|improve this question
show 4 more comments

closed as not constructive by Kev Aug 5 '12 at 15:12

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

55 Answers

1 2
up vote 31 down vote accepted

The Art of Computer Programming, Donald Knuth, 1973 (and earlier).

share|improve this answer
8  
I know that this is a classic, but (at the risk of being a heretic), what do you use it for? I found it mostly full of a lot of low-level algorithms that just aren't necessary in a modern programming environment. Introduction to Algorithms, by Cormen et al, seems more relevant – Gabe Moothart Apr 3 '09 at 18:00

"The C Programming Language" (K&R2) by Brian W. Kernighan and Dennis M. Ritchie.

1988 (not 1978! I wrote K&R2 for a reason!)

It is indispensable.

share|improve this answer
show 5 more comments

The Mythical Man-Month, Fred Brooks, 1975.

share|improve this answer
3  
Note that there is a newer edition published in 1995, with some new essays, some retrospective, and better/cleaner typesetting. – Novelocrat Aug 27 '09 at 21:38
show 1 more comment

Code Complete Steve McConnell, 1993. It's not that old, but it is definitely a classic.

share|improve this answer

"Dragon Book" by Alfred V. Aho, Ravi Sethi, and Jeffrey D. Ullman

share|improve this answer

Programming Pearls, by Jon Bentley. First edition was published 1985.

share|improve this answer
show 1 more comment

Design Patterns: Elements of Reusable Object-Oriented Software (1995) by GoF

share|improve this answer

Programming Perl (O'Reilly Camel book), 1991. Always good for a refresher in perl.

share|improve this answer
show 1 more comment

The C++ Programming Language - 1986 (although I also have the third edition from 1997).

share|improve this answer
show 2 more comments

Expert C Programming - Deep C Secrets - 1993

This is one of my favorites that I like to re-read every now and then.

share|improve this answer
show 1 more comment

I keep my copy of the LaTeX user's guide (1986) on my desk at home.

share|improve this answer
show 1 more comment

Numerical recipes in C, 2nd ed, by Press/Teukolsky/Vetterling/Flannery. 1992.

share|improve this answer
show 2 more comments

Peopleware by Tom de Marco and Timothy Lister. First published 1987. Insights into the people aspects of development

share|improve this answer

The Elements of Programming Style by Kernighan & Plauger (2nd Edn, 1978) - reread periodically to remind me what I should be doing.

share|improve this answer

Rapid Development - Steve McConnell- Amazon Link Published 1996. Provides a lot of good advice about managing the process of software development.

share|improve this answer

Algorithms in C++, Robert Sedgewick, 1992.

share|improve this answer
show 1 more comment

The UNIX Programming Environment by Kernghan & Pike, from 1984. I'm surprised no-one else mentioned it before.

share|improve this answer
show 3 more comments

Not that old, but I still like thumbing through The Mythical Man-Month

Though my copy is from 1995 not 1975 :'(

share|improve this answer
show 3 more comments

"The Theory of Parsing, Translation, and Compiling" (volumes 1 and 2) by Alfred V. Aho and Jeffrey D. Ullman. Published in 1972!

share|improve this answer

"Advanced Programming in the Unix Environment (APUE) by W. Richard Stevens

share|improve this answer

Martin Fowler's "UML Distilled" is the still the best UML book out there. It's a rarity in today's publishing world: thin, but packed with good information.

I see it's in its third edition now, which is testament to its staying power, but I bought the first edition back in 1997.

share|improve this answer

Design Patterns Elements of Reusable Object-Oriented Software - GOF (1995) Introduction to Algorithms, 2nd edition (2001) - MIT Press

Grouping these tow as they have already been mentioned, but I thought those are really the books I refer to often.

share|improve this answer

Fred Brooks' The Mythical Man-Month, 2nd ed. published 1995. I have read it twice and still plan to read it again.

share|improve this answer
show 1 more comment

Jerry Weinberg's "The Psychology of Computer Programming" I'm now on to my fifth copy, the new updated 25th anniversary edition (sanitised Amazon link), as people keep borrowing them and then I never see it again! (-:

I first read about it in Ed Yourdon's book "The Decline and Fall of the American Programmer" (sanitised Amazon link). This book is rather dated now with it's emphasis on CASE tools, but the appendix about the programmer's bookshelf is definitely worth the purchase price which is currently $0.01 for a used copy! There are quite a few books listed here that you wouldn't normally see on a programmer's bookshelf. Best thing is the accompanying text where Ed talks about why he's included the books.

HTH

cheers,

Rob

share|improve this answer

"Algorithms + Data Structures = Programs", Niklaus Wirth, 1978

share|improve this answer
1 2

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