Buy new:
-33% $53.93$53.93
Ships from: Zenieth Sold by: Zenieth
Save with Used - Good
$2.15$2.15
Ships from: glenthebookseller Sold by: glenthebookseller

Download the free Kindle app and start reading Kindle books instantly on your smartphone, tablet, or computer - no Kindle device required.
Read instantly on your browser with Kindle for Web.
Using your mobile phone camera - scan the code below and download the Kindle app.
Object-Oriented Software Metrics 1st Edition
Purchase options and add-ons
- ISBN-10013179292X
- ISBN-13978-0131792920
- Edition1st
- PublisherPearson
- Publication dateJanuary 17, 2008
- LanguageEnglish
- Dimensions6 x 0.37 x 9 inches
- Print length160 pages
Editorial Reviews
From the Publisher
From the Back Cover
Product details
- Publisher : Pearson
- Publication date : January 17, 2008
- Edition : 1st
- Language : English
- Print length : 160 pages
- ISBN-10 : 013179292X
- ISBN-13 : 978-0131792920
- Item Weight : 13.6 ounces
- Dimensions : 6 x 0.37 x 9 inches
- Customer Reviews:
About the author

Discover more of the author’s books, see similar authors, read book recommendations and more.
Customer reviews
- 5 star4 star3 star2 star1 star5 star60%20%20%0%0%60%
- 5 star4 star3 star2 star1 star4 star60%20%20%0%0%20%
- 5 star4 star3 star2 star1 star3 star60%20%20%0%0%20%
- 5 star4 star3 star2 star1 star2 star60%20%20%0%0%0%
- 5 star4 star3 star2 star1 star1 star60%20%20%0%0%0%
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on AmazonTop reviews from the United States
There was a problem filtering reviews. Please reload the page.
- Reviewed in the United States on September 12, 2002Defines a set of 39 metrics classified into 9 project metrics and 30 design metrics. The author explains how design metrics can be used to detect quality problems and offers recommended thresholds. Advice is provided on how to correct problems with the design and source code. A project experience database displays metrics for real projects in Smalltalk and C++. The book is relatively short at 146 pages.
The metrics covered in the text are number of scenario scripts, number of key classes, number of support classes, average number of support classes per key class, number of subsystems, average person-days per class, average number of classes per developer, number of major iterations, number of contracts completed, number of message sends, number of statements, lines of code, average method size, method complexity, number of public instance methods in a class, number of instance methods in a class, average number of instance methods per class, number of instance variables in a class, average number of instance variables per class, number of class methods in a class, number of class variables in a class, class hierarchy nesting level, number of abstract classes, use of multiple inheritance, number of methods overridden by a subclass, number of methods inherited by a subclass, number of methods added by a subclass, class cohesion, global usage, average number of parameters per method, use of friend functions, percentage function-oriented code, average number of comment lines per method, average number of commented methods, number of problem reports per class or contract, class coupling, number of times a class is reused, and number of classes/methods thrown away.
- Reviewed in the United States on January 17, 2002I liked the book's pragmatic approach to metrics. The author
presents a set of simple, code-based metrics and suggests what they may mean. There is an emphasis on finding your own way, using the book as a starting point. The book includes a "project experience database" that gives the reader an idea of what can be expected.
The book's approach is a lot less intense compared to other metrics books like those written by Capers Jones. The focus is much more on measuring object-oriented aspects of the code rather than on measuring the functionality as with Function Points.
- Reviewed in the United States on September 14, 2005There are few software metrics books available specifically targeted at OO technology, so it is nice to have this one. As another reviewer stated, this book is best used as a starting point for "finding your own way." It has some good ideas and justifications, some of which are backed up with numbers from actual projects, and some which are just ideas with no backup statistics.
However, at only 146 pages, with 52 of *those* being the Appendix and Index, this book is ridiculously overpriced. Buy a used copy. Or read the other review of this book where the person basically typed in the Table of Contents. That'll give you the list of suggested metrics, which are generally self-explanatory, so all you'll miss from the book is the narrative providing justification and background explanation of each metric.