ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
The Elements of C++ Style
Author:
Trevor Misfeldt et al.
ISBN:
O 521 89308 9
Publisher:
Cambridge University Press
Pages:
182a6pp
Price:
£9-99
Reviewer:
Francis Glassborow
Subject:
advanced c++
Appeared in:
16-3
This is a little book (literally) of 175 software development aphorisms. The expansion of each entry is well done and from time to time extra bonus information nestles either in the main text or in a footnote. For example, item 36 'Generate API Reference Documentation Directly from the Source Code' has a footnote which gives
www.literateprogramming.com
as a useful source. Yes, it is a marvellous source, particularly if you follow such options as the 'tools' one.

The only warning I would give is that you should always read the whole of an entry because the first example in an entry is usually an example of what not to do.

There are a few experts who would find nothing new in this book, but most of the rest of us would benefit from it. Almost any time that a programmer chooses to ignore one of the aphorisms they need to justify their choice which makes it a good basis for communicating why a piece of source code either needs more comments or a different approach.

Buy a copy, keep it in your pocket to browse through while waiting in line for a meal, a bus etc. When you know it all, pass your copy on.