|
87 of 89 people found the following review helpful:
5.0 out of 5 stars
The best book I've ever read, November 29, 1999
About previous comments: Verbose? Don't think so, every page has some piece of valuable informationFor beginners only? Don't think so, but if you are a beginner this is a good place to start. After several years of programming you'll mostly stop thinking about style and follow your habits... so you better have some good habits! Insistence on using hungarian naming convention? Not at all, did you read this book? The author did talk about this convention but he also gives examples why this is can be bad (and also why it can be good). This book covers a wide range of material, from variable declaration to software estimation and probably everything concerning software construction. Also as this book talks a lot about style, the best thing is it is backed up with hard facts not just because of personal preference. The examples are written in several languages (such as C, Pascal and Basic). One chapter is devoted to object orientation. Although you're heavily into OOP then in no way should you skip over this book as the advices in this book can be applied to every methodology of programming. So this book is in no way out dated. Each chapter has a 'recommended reading' section so you know where to go for more. This is extremely handy. I've read this book several times and I just love it. I own every book written by the author. Check them out also - they are very good too. Summary: This book teaches you how you can write good and self-describing code. I wished every program I've had to read had been written by programmers who read this book and applied that knowledge. Thanks, ABO
|