Ask HN: What's the best programming book you've read recently?
1–10 of 92 posts
Re: Ask HN: What's the best programming book you've read recently?
#2I've also been reading Clojure Programming (http://www.clojurebook.com/) to reinforce concepts from the above.
Re: Ask HN: What's the best programming book you've read recently?
#3Re: Ask HN: What's the best programming book you've read recently?
#4I strongly suggest most junior programmers I work with to read Effective Java and Head First Design Patterns. To me, it's a great combination to help you write code that's easy to understand and maintain.
Re: Ask HN: What's the best programming book you've read recently?
#5Re: Ask HN: What's the best programming book you've read recently?
#6pretty much the most important programming book a programmer who works with / in teams can / should / must read.
Re: Ask HN: What's the best programming book you've read recently?
#7Re: Ask HN: What's the best programming book you've read recently?
#8"The art of multiprocessor programming", excellent book on parallel programming theory with code explanations: http://www.amazon.com/gp/product/0123705916?ie=UTF8&tag=nirs...
Re: Ask HN: What's the best programming book you've read recently?
#9http://www.ccs.neu.edu/home/matthias/BTLS/
http://www.amazon.com/The-Little-Schemer-4th-Edition/dp/0262...
Re: Ask HN: What's the best programming book you've read recently?
#10It's all PLI and Fortran, with lots of GOTO being harmful examples, but surprisingly much of it is still relevant. It's a quick read and interesting look at some of the problems they had back then (and some that we still create plenty of today).