Advertisement
Membership
Login
ACCU Buttons
Search in Book Reviews
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.
A lot of what is said is common sense and yet many programmers sacrifice the obvious. This book is targeted at the less experienced individuals with the intention of encouraging good practice. However, the book lacks in coding style. It is not sufficient just for a coder to be able to read their own code, but for other programmers to read the same code at the same level. With programmers frequently moving around the industry this need is even greater and consequently a convergence of coding styles becomes more and more important. Many developers will be aware of Microsoft's coding style (see MSDN) now adopted by some major corporations.
The book is comprehensive but as good coding style is fundamental to bug proofing, I have reservations about this book. For an example of error handling in VB read chapter 1 inAdvanced Microsoft Visual Basic 6.0 2nd Edition(ISBN 1572318937) and at the same time look at the coding convention.