|
| Login | Sign up | My Wish List |
![]() | Designing Object Oriented C++ Applications Using The Booch Method by Robert Cecil Martin ISBN-10: 9780132038379 ISBN-10: 0-13-203837-4 ISBN-13: 9780132038379 ISBN-13: 978-0-13-203837-9 Hardcover 1995-02-15 Prentice Hall Find Lowest Price | |
Reviews | ||
Well done for its time, but showing its age Of course, anyone up on the world of software development can tell that this book is long-in-the-tooth just by the title. Even Grady Booch doesn't use the Booch method anymore. Robert Martin includes one of the best sections on software metrics you are going to find anywhere. His discussion of coupling is clear and usable. He was a little too zealous when he "defined" representational objects as "not-OO" because they didn't fit on his "main sequence." His main sequence analysis is useful, but he's a little too rigid about it. His definition of the famous "Open-Closed" principle is obscure, but he makes up for it with copious examples. I really must praise his Security System example as one of the best thought out examples in the literature. His use case analyses, though, are really not up with the times, and were not very well explained in the first place. Unfortunately, there aren't a lot of folks writing better books in the time since. For use cases, Check out Alistair Cockburn. For modeling, pretty much anything post 1999 from Rational Software will give you better method introductions. Read this book, though, for examples of how even big projects can be done well. | ||
My "Aha!" Moment for O-O Programming Even if you don't know C++ or use the Booch method, this is the best work I've read on how to engineer software systems. The principles presented in this book apply regardless of computer language or design notation. And, while the book is geared to O-O, those priciples, I think, apply to software design in general. When you finish this book you will think "Of course! Why would you do it any other way?!". Despite over 20 years experience is software design and programming (including 10 in O-O), this book was the "Aha!" moment that made me truely understand how to design and build software systems. I can't reccommend it highly enough. Now, if Martin would just do the same book using Java and UML... | ||
Must read Best software book I've ever read. And I've read quite a lot of them | ||
it's good this is the very good book i found till no | ||
Excellent book for OO/C++ This is the best book I ever read in practical OO/C++ programming, it give the code instead of the text for the principle of the OO design and implementation. | ||