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 Pragmatic Programmer
Author:
Andrew Hunt&David Thomas
ISBN:
0 201 61622 X
Publisher:
Addison-Wesley
Pages:
321pp
Price:
£26.99
Reviewer:
Francis Glassborow
Subject:
writing solid code
Appeared in:
12-3
For me this is one of those 'must read' books. Even though much of the content will be obvious to experienced programmers it is always pleasant to have your opinions confirmed by others and when they are as well articulated as you will find them in this book you really should not begrudge the authors their royalties.

One of the strongest threads of this book is 'Do it only once.' This is not just applied to code but to the whole process of software development. They make a very good case for throwing away your IDEs and using a single text editor to do everything. Which text editor is your choice, but to the authors it should become a well-loved tool that you have carefully shaped to support your style.

They then advocate the use of scripting languages to allow you to convert ASCII 'specifications' into the form needed for specific use. No I am not going into further detail about that here; you must read the book for yourself. Trust me, it will be worth the effort (if it isn't then you are either a brilliant practitioner or a hopeless case.) Then they are great advocates for programmers increasing their toolkit by studying new languages (they advocate learning one every year), adding your own purpose written programmes etc.

Overall this book is well written in highly readable English and is full of common sense coupled with insights that maybe new to many readers. For me this is a great book to start the new century, I think you will agree.