Programming

Pragmatic Thinking and Learning

Pragmatic Thinking and Learning by Andy Hunt This is another book from Andy Hunt and the Pragmatic series. I can’t emphasize enough how great these books are. Where as in Pragmatic Programming they discussed patterns and practices to improve your developer skills this book takes a step back and is looks at how your brain works.

The Pragmatic Programmer: From Journeyman to Master

The Pragmatic Programmer: From Journeyman to Master by Andrew Hunt, David Thomas This is one of my new top developer books. Far be it for me to tell you want to read or not read but I feel this is a must read requirment for any developer.

The Enterprise and Scrum

The Enterprise and Scrum by Ken Schwaber On of my coworkers won this as a prize at the IndyTechFest. We were all very intrigued by the Kanban talk that was given there and so I wanted to learn more about using lean development techniques in business.

Hippocratic Oath For Software Engineers

Never write a line of code that someone else can understand. Make the simplest line of code appear complex. Use long counter intuitive names. Don’t ever code “a=b”, rather do something like: AlphaNodeSemaphore=*(int)(&(unsigned long)(BetaFrameNodeFarm));