Tag Archives: book review

Review of Perl Best Practices

Perl Best Practices Damian Conway O’Reilly, 2005 This book is hard to summarize. There is much good advice in this book. Unfortunately, there’s also some advice that I found questionable. Conway covers some of important Perl programming and general programming best practices, including consistent formatting, use of strict and warnings, and the use of version… Read More »

Review of Waltzing with Bears

Waltzing with Bears Tom DeMarco & Timothy Lister Dorset House Publishing, 2003 The authors of Peopleware are back to tackle the topic of risk management. Given their earlier works, you would expect DeMarco and Lister to provide good insights into the topic and clear explanations. In that, you will not be disappointed with this book.… Read More »

Review of Code Reading

Code Reading Diomidis Spinellis Addison-Wesley, 2003 I have had this book on my list of books to read for some time. Although I have been reading code for years, everything I had heard about this book suggested that it would help improve my reading skills. Unfortunately, halfway through the book I was mostly disappointed. This… Read More »

Review of The Best Software Writing I

The Best Software Writing I Joel Spolsky (editor) Apress, 2005 Despite plenty of examples to the contrary, there is actually some good writing out there on various software subjects. Even though most of what you can read on the subject (on and off the web) is not particularly well-written, there are some gems out there.… Read More »

Review of C++ Common Knowledge

C++ Common Knowledge Stephen C. Dewhurst Addison-Wesley, 2005 The subtitle of this book sums it up nicely, Essential Intermediate Programming. If someone has not mastered, or at least understood, the material in this book, he or she is still a junior C++ programmer. Although this material is necessary, it is not sufficient to make someone… Read More »

Review of Exceptional C++ Style

Exceptional C++ Style Herb Sutter Addison-Wesley, 2005. Once again, Herb Sutter provides us with a set of problems that teach important lessons about the C++ programming language. Each problem in the book covers some problem that a C++ programmer might see in a particular program or design. As Sutter solves each problem, he gives insight… Read More »

Review of Joel on Software

Joel on Software Joel Spolsky Apress, 2004 This book collects some of the best entries from the Joel on Software website. Joel has an interesting view of the software industry based on three years at Microsoft, time spent at Juno, and now with his own company. This is a guy with quite a bit of… Read More »