Ask HN: What's the best programming book you've read recently?
41–50 of 92 posts
Re: Ask HN: What's the best programming book you've read recently?
#42In the style of other "Effective Foo" books. Excellent overview of best practices for ObjC, it's the first book I hand new developers on my team.
Re: Ask HN: What's the best programming book you've read recently?
#43Re: Ask HN: What's the best programming book you've read recently?
#44Re: Ask HN: What's the best programming book you've read recently?
#45Am currently reading Think Complexity (also free): http://greenteapress.com/complexity/index.html
Re: Ask HN: What's the best programming book you've read recently?
#46Great look at under-the-hood of what happens when a program runs.
Re: Ask HN: What's the best programming book you've read recently?
#47Re: Ask HN: What's the best programming book you've read recently?
#48"Peopleware" http://www.amazon.com/Peopleware-Productive-Projects-Second-... , a lot of insights and ideas how to build great teams. Great to read for developers, team leads and managers. "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...
I read (not all of it, maybe 50% of it) "The art of multiprocessor programming" a couple of years ago and I agree, its an excellent book. I have a handful of books on the topic and I find this to be my favourite.
Re: Ask HN: What's the best programming book you've read recently?
#49Code Complete has pretty good bang per page, especially if you are beginner. http://www.amazon.co.uk/Code-Complete-Practical-Handbook-Con...
If you like K&R books, stay the hell away from Code Complete. But make sure to read it though if you think programming is a career.