I'm going on vacation soon and don't have access to a computer. However, I still love to read some books to deepen my knowledge.

I don't have much use for tutorials or books that require a hands-on approach. Instead, I'm looking for books about:

  • the philosophy of programming (e.g. "Hackers and Painters")
  • program design (e.g. "Design Patterns")
  • new/uncommon programming methodologies/languages (e.g. "Purely Functional Data Structures")

Any suggestions?

link|improve this question

72% accept rate
feedback

closed as not constructive by Jeff Mercado, Shef, 0A0D, Bill the Lizard Sep 30 '11 at 12:25

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

10 Answers

You will surely find your happiness here and here ^^

link|improve this answer
feedback

I think if on vacation, when you don't have a computer to try out the code, an easy and relaxing read can be: Don't Make Me Think

http://www.amazon.com/gp/product/0321344758

it is not so left-brain intensive, and is a slim book to put into the luggage too.

link|improve this answer
feedback

Brooks' Mythical Man Month is a great read and does not require computer access: http://www.amazon.co.uk/Mythical-Month-Essays-Software-Engineering/dp/0201835959

Bentley's Pearls is very good, and you can read it without needing to build code - in fact it is a very good idea to try and work through it using just pencil and paper for writing code, but you'll want to try out some if it when you get back a to compiler: http://www.amazon.co.uk/Programming-Pearls-ACM-Press-Bentley/dp/0201657880/ref=pd_sim_b_13

Rework is not exactly a coding book, but is pretty interestign and a good vacation read: http://www.amazon.co.uk/ReWork-Change-Way-Work-Forever/dp/0091929784/ref=sr_1_1?s=books&ie=UTF8&qid=1288610772&sr=1-1

link|improve this answer
feedback

The Mythical Man-Month is one of those books "read once cite many".
It is short and interesting from many points of view: historical, practical, sociological.

From Amazon:
The classic book on the human elements of software engineering. Software tools and development environments may have changed in the 21 years since the first edition of this book, but the peculiarly nonlinear economies of scale in collaborative work and the nature of individuals and groups has not changed an epsilon. If you write code or depend upon those who do, get this book as soon as possible -- from Amazon.com Books, your library, or anyone else. You (and/or your colleagues) will be forever grateful. Very Highest Recommendation.

link|improve this answer
you know once I read part of the book, and I presented to a Microsoft manager that we should not be like "flipping a burger", and the manager's response was "no, we should be just like flipping burgers" – 動靜能量 Nov 1 '10 at 11:43
@動靜能量 I think the subtleties of a big programming team management (or any other complex project staff, BTW) have never been exposed as in this book :) – belisarius Nov 1 '10 at 12:06
feedback

The Cuckoo's Egg: Tracking a Spy Through the Maze of Computer Espionage, by Cliff Stoll

A real life computer detective story

link|improve this answer
feedback

I enjoyed reading Coders at Work. Interesting look at programming from many old timers (no offense ;-)).

link|improve this answer
feedback

Code complete and Clean code.

Good books about the principals of software development and writing good code.

link|improve this answer
feedback

The Pragmatic Programmer ISBN 9780201616224, very good read.

link|improve this answer
feedback

Perhaps it's not in the same line as the others mentioned here but I remember have a great time reading "Approaching Zero" over a vacation.

it's about the evolution of data crimes, and the curiosity that led people to try and test the boundaries of computer systems. Nice and easy read...

link|improve this answer
feedback

I'd actually recommend not reading anything job-related...But the "Laundry" novels by Charles Stross are very geeky fiction, perfect for holidays.

link|improve this answer
feedback

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