up vote 0 down vote favorite
2
share [g+] share [fb]

While pondering my reference library.

Some books served to comprehensively define a previously invisible topic, and are still so dominant in their subject that they can serve as canonical. Three I can think of are K & R's White Book, Refactoring by Martin Fowler, and Design Patterns by the Gang of Four. What other books fall into the category of being generally considered necessary and sufficient for a major subject?

EDIT:

Try to avoid generally "good books" - which ones served to first define a subject, and still serve as an undisputed authority?

link|improve this question
1  
Isn't the answer to this in any of the other 29348723 book questions? – cletus Mar 1 '09 at 6:19
What, I should read 29348723 to try to fish them out? Although the answers are tending toward the general more than I wanted. – le dorfier Mar 1 '09 at 6:21
feedback

7 Answers

I think The The Mythical Man-Month satisfies your criteria. If there was a book before it that talked authoritatively about the human side of software engineering I can't remember it. Most of it is still relevant today.

link|improve this answer
Not sure about this - most of the work in software for the last 40 years has been to allow more than one person to work on a project at once. Surgical teams aren't a big part of writing a modern OS. "The psychology of computer programming" is better – Martin Beckett Sep 4 '09 at 15:21
feedback

wow, surprised nobody said Peopleware.

link|improve this answer
feedback

The Pragmatic Programmer by Andrew Hunt & David Thomas

link|improve this answer
feedback

Code Complete by Steve McConnel

This is a great reference for software craftsmanship. I usually take a peek when I'm not sure how to choose between several viable options to write the same code.

link|improve this answer
feedback

Knuth's Art of Computer Programming comes to mind. Still the authority on algorithms after all these years.

link|improve this answer
feedback

For regular expressions, Friedl's Mastering Regular Expressions is the definitive resource.

For web usability, it's Don't Make Me Think.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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