Which programming book you just couldn’t stop reading from start to end?
21–30 of 156 posts
Re: Which programming book you just couldn’t stop reading from start to end?
#22Re: Which programming book you just couldn’t stop reading from start to end?
#23"Numerical Recipes in C" This was the first programming book that actually made me laugh at times. The writer's style is wry and very accessible. His strong opinions and commentary kept me glued. Admittedly I didn't read every word but IMHO this is one of the classics. Ditto for Sedgewick's "Algorithms" book.
Re: Which programming book you just couldn’t stop reading from start to end?
#24[Edit: I've actually posted a short review of it after I finished reading it - http://eli.thegreenplace.net/2010/01/09/book-review-coders-a...]
Re: Which programming book you just couldn’t stop reading from start to end?
#25Programming books are rarely page turners. I cannot think of one book to add to the (currently empty) list here. I find most programming books to be boring and discursive. Far too many fall into a pattern not too far removed from romance novels where, inevitably, the alpha male hero beds the heroine by chapter three. And if software engineering is considered programming, many of those books seem to be anchored in the…
Older books aren't necessarily better, but those remaining have been through a generation or two of garbage collection already, making it easier to find the good ones. Excellent books have been published recently, of course (http://www1.idc.ac.il/tecs/, http://landoflisp.com/), it's just easier to find them in hindsight.
Books about parsing techniques* rather than ANTLR (or whatever) specifically, language semantics and implementation techniques rather than an awful 200 lb. Wrox book with a mug shot on the cover, etc. tend to stay relevant for much longer. Rather than reading yet another API guide, check out _The Art of the Interpreter_ (http://repository.readscheme.org/ftp/papers/ai-lab-pubs/AIM-...). Also, CiteSeer (http://citeseerx.ist.psu.edu/) is a gold mine.
I haven't gotten _Hackers Delight_ yet, but it's on my list.
* Recommended: Dick Grune's _Parsing Techniques, a Practical Guide_. Lots of deep content, but would still be worth it for the bibliography alone.
Re: Which programming book you just couldn’t stop reading from start to end?
#26Expert C Programming, Peter van der Linden (a decade later).
Effective Java by Joshua Bloch.
Re: Which programming book you just couldn’t stop reading from start to end?
#271) Metaprogramming Ruby.
2) The Art of Rails.
3) Ruby Design Patterns
4) Services-Oriented Architecture in Ruby
These stick out for me. Even if the last one in the list felt a little "rushed to production", it still covered important topics you won't find anywhere else. Plus I find when a book has typos (either in the text or in the code), that just makes me engage with it a little bit more.
Re: Which programming book you just couldn’t stop reading from start to end?
#28Re: Which programming book you just couldn’t stop reading from start to end?
#29Pro C# 2008 and the .NET 3.5 Platform by Andrew Troelsen (there's a newer edition about .NET 4 which I haven't managed to read yet)