Ask HN: What's the best programming book you've read recently?
51–60 of 92 posts
Re: Ask HN: What's the best programming book you've read recently?
#52Code Complete has pretty good bang per page, especially if you are beginner. http://www.amazon.co.uk/Code-Complete-Practical-Handbook-Con...
This is the most disappointing programming book I have ever had a misfortune to buy. If you ever read any UML / Rational Software books - this is right up there in terms of sucking all joy out of programming, putting a blue collar and tie on you and then strangling you to death with soul-less trivialization of the software creation process. Horrible, horrible book. If you like K&R books, stay the hell away from Code…
Re: Ask HN: What's the best programming book you've read recently?
#53OpenGL Insights - Cozzi and Riccio
Game Engine Architecture (2nd Edition) - Jason Gregory
Programming: Principles and Practice Using C++ (2nd Edition) - Stroustrup
Re: Ask HN: What's the best programming book you've read recently?
#54Really good introduction to computers from relays up.
Re: Ask HN: What's the best programming book you've read recently?
#55Effective Java. A very succinct collection of wonderful practices and ideas on how to code great software that you can finish in a couple of days, even if you are on a working schedule. Don't mind the "Java" in the title; I read the book regularly and it applies to pretty much any language capable of some OO. Check the table of contents, it will give you an idea of what to expect from the book.
Code Complete 2, The Web Application Hacker's Handbook, Algorithms in a Nutshell, and Code.
Not to mention an Arduino book - but I'll probably get Effective Java and read it first.
Re: Ask HN: What's the best programming book you've read recently?
#56Effective Javascript.
Re: Ask HN: What's the best programming book you've read recently?
#57Fun to read, solidify knowledge of Scheme.
Re: Ask HN: What's the best programming book you've read recently?
#58C Primer Plus and Expert C Programming. I wish there was a book similar to the latter that covered C99/11.
Re: Ask HN: What's the best programming book you've read recently?
#59C Primer Plus and Expert C Programming. I wish there was a book similar to the latter that covered C99/11.
Have you tried C Programming: A Modern Approach? It is very good with C99 but there is no C11. My only problem is that it spends too much time for people who are new to C.
Re: Ask HN: What's the best programming book you've read recently?
#60Effective Javascript.
Been reading this one on my Kindle app, but it seems very "entry level" so far. You know of any good Intermediate to Advanced JS books out there? I have Test Driven JavaScript Development by Christian Johansen that I've dug into a bit, but have yet to finish (it's got some more "advanced" stuff I guess, currying, etc).
http://javascriptissexy.com/learn-intermediate-and-advanced-...