GunderBlog

Josh's Blog

View on GitHub
30 April 2011

Book Review: 97 Things Every Programmer Should Know by Kevlin Henney

by joshg253

cover

Book Description

 

“Get 97 short and extremely useful tips from some of the most experienced and respected practitioners in the industry, including Uncle Bob Martin, Scott Meyers, Dan North, Linda Rising, Udi Dahan, Neal Ford, and many more. They encourage you to stretch yourself by learning new languages, looking at problems in new ways, following specific practices, taking responsibility for your work, and becoming as good at the entire craft of programming as you possibly can.”

My Review

Note: I read the ePub on my nook.

There is a ton of good information in this book, from general “learn how to talk to the people you work with”, to hints at common programming issues, to deeper more complex topics like “yes you can store larger numbers in this data type, but it won’t be as accurate”.

Some of the topics were things I’ve never even though of, likely because I’ve never actually programmed professionally, I just went to school to do so.Sometimes you’ll read a chapter with someone pointing out why something doesn’t work, then next chapter will be someone saying why it does.

I liked how similar topics were near each other instead of having chapters mostly about Testing being scattered through-out the book.  I also liked that the Chapters were short.

I probably would have put the author bios under their names in the first chapter in which they appear, instead of leaving readers wondering “who the hell is this person and why do I care what they have to say?” unless you flip to the back of the book to read their bio.

Some things I took away from this book:

O’Reilly Product Page

I review for the O'Reilly Blogger Review Program

tags: books - O'Reilly