Object-Oriented Metrics in Practice

Object-Oriented Metrics in Practice
Author :
Publisher : Springer Science & Business Media
Total Pages : 213
Release :
ISBN-10 : 9783540395386
ISBN-13 : 3540395385
Rating : 4/5 (86 Downloads)

Synopsis Object-Oriented Metrics in Practice by : Michele Lanza

Presents a novel metrics-based approach for detecting design problems in object-oriented software. Introduces an important suite of detection strategies for the identification of different well-known design flaws as well as some rarely mentioned ones.

A Metrics Suite for Object Oriented Design

A Metrics Suite for Object Oriented Design
Author :
Publisher : Andesite Press
Total Pages : 46
Release :
ISBN-10 : 1376180472
ISBN-13 : 9781376180473
Rating : 4/5 (72 Downloads)

Synopsis A Metrics Suite for Object Oriented Design by : Shyam R. Chidamber

This work has been selected by scholars as being culturally important, and is part of the knowledge base of civilization as we know it. This work was reproduced from the original artifact, and remains as true to the original work as possible. Therefore, you will see the original copyright references, library stamps (as most of these works have been housed in our most important libraries around the world), and other notations in the work. This work is in the public domain in the United States of America, and possibly other nations. Within the United States, you may freely copy and distribute this work, as no entity (individual or corporate) has a copyright on the body of the work. As a reproduction of a historical artifact, this work may contain missing or blurred pages, poor pictures, errant marks, etc. Scholars believe, and we concur, that this work is important enough to be preserved, reproduced, and made generally available to the public. We appreciate your support of the preservation process, and thank you for being an important part of keeping this knowledge alive and relevant.

A Practical Guide to Testing Object-oriented Software

A Practical Guide to Testing Object-oriented Software
Author :
Publisher : Addison-Wesley Professional
Total Pages : 418
Release :
ISBN-10 : 0201325640
ISBN-13 : 9780201325645
Rating : 4/5 (40 Downloads)

Synopsis A Practical Guide to Testing Object-oriented Software by : John D. McGregor

David A. Sykes is a member of Wofford College's faculty.

Software Metrics

Software Metrics
Author :
Publisher : Course Technology Ptr
Total Pages : 638
Release :
ISBN-10 : 0534954251
ISBN-13 : 9780534954253
Rating : 4/5 (51 Downloads)

Synopsis Software Metrics by : Norman E. Fenton

PART I: FUNDAMENTALS OF MEASUREMENT AND EXPERIMENTATION 1. Measurement: What Is It and Why Do It? 2. The Basics of Measurement 3. A Goal-Based Framework for Software Measurement 4. Empirical Investigation 5. Software Metrics Data Collection 6. Analyzing Software-Measurement Data PART II: SOFTWARE-ENGINEERING MEASUREMENT 7. Measuring Internal Product Attributes: Size 8. Measuring Internal Product Attributes: Structure 9. Measuring Internal Product Attributes 10. Software Reliability: Measurement and Prediction 11. Resource Measurement: Productivity, Teams, and Tools 12. Making Process Predictions PART III: MEASUREMENT AND MANAGEMENT 13. Planning a Measurement Program 14. Measurement in Practice 15. Empirical Research in Software Engineering APPENDIXES: A. Solutions to Selected Exercises / B. Metric Tools / C. Acronyms and Glossary / ANNOTATED BIBLIOGRAPHY / INDEX

Object-oriented Metrics

Object-oriented Metrics
Author :
Publisher : Prentice Hall
Total Pages : 260
Release :
ISBN-10 : UCSC:32106011450290
ISBN-13 :
Rating : 4/5 (90 Downloads)

Synopsis Object-oriented Metrics by : Brian Henderson-Sellers

Object-oriented (OO) metrics are an integral part of object technology -- at the research level and in commercial software development projects. This book offers theoretical and empirical tips and facts for creating an OO complexity metrics (measurement) program, based on a review of existing research from the last several years. KEY TOPICS: Covers moving through object-oriented concepts as they related to managing the project lifecycle; the framework in which metrics exist; structural complexity metrics for traditional systems; OO product metrics; and current industrial applications. MARKET: For software developers, programmers, and managers.

Design Patterns in Modern C++

Design Patterns in Modern C++
Author :
Publisher : Apress
Total Pages : 312
Release :
ISBN-10 : 9781484236031
ISBN-13 : 1484236033
Rating : 4/5 (31 Downloads)

Synopsis Design Patterns in Modern C++ by : Dmitri Nesteruk

Apply modern C++17 to the implementations of classic design patterns. As well as covering traditional design patterns, this book fleshes out new patterns and approaches that will be useful to C++ developers. The author presents concepts as a fun investigation of how problems can be solved in different ways, along the way using varying degrees of technical sophistication and explaining different sorts of trade-offs. Design Patterns in Modern C++ also provides a technology demo for modern C++, showcasing how some of its latest features (e.g., coroutines) make difficult problems a lot easier to solve. The examples in this book are all suitable for putting into production, with only a few simplifications made in order to aid readability. What You Will Learn Apply design patterns to modern C++ programming Use creational patterns of builder, factories, prototype and singleton Implement structural patterns such as adapter, bridge, decorator, facade and more Work with the behavioral patterns such as chain of responsibility, command, iterator, mediator and more Apply functional design patterns such as Monad and more Who This Book Is For Those with at least some prior programming experience, especially in C++.

Software Metrics

Software Metrics
Author :
Publisher :
Total Pages : 356
Release :
ISBN-10 : STANFORD:36105002024458
ISBN-13 :
Rating : 4/5 (58 Downloads)

Synopsis Software Metrics by : Norman E. Fenton

Your Code as a Crime Scene

Your Code as a Crime Scene
Author :
Publisher : Pragmatic Bookshelf
Total Pages : 289
Release :
ISBN-10 : 9781680505207
ISBN-13 : 1680505203
Rating : 4/5 (07 Downloads)

Synopsis Your Code as a Crime Scene by : Adam Tornhill

Jack the Ripper and legacy codebases have more in common than you'd think. Inspired by forensic psychology methods, you'll learn strategies to predict the future of your codebase, assess refactoring direction, and understand how your team influences the design. With its unique blend of forensic psychology and code analysis, this book arms you with the strategies you need, no matter what programming language you use. Software is a living entity that's constantly changing. To understand software systems, we need to know where they came from and how they evolved. By mining commit data and analyzing the history of your code, you can start fixes ahead of time to eliminate broken designs, maintenance issues, and team productivity bottlenecks. In this book, you'll learn forensic psychology techniques to successfully maintain your software. You'll create a geographic profile from your commit data to find hotspots, and apply temporal coupling concepts to uncover hidden relationships between unrelated areas in your code. You'll also measure the effectiveness of your code improvements. You'll learn how to apply these techniques on projects both large and small. For small projects, you'll get new insights into your design and how well the code fits your ideas. For large projects, you'll identify the good and the fragile parts. Large-scale development is also a social activity, and the team's dynamics influence code quality. That's why this book shows you how to uncover social biases when analyzing the evolution of your system. You'll use commit messages as eyewitness accounts to what is really happening in your code. Finally, you'll put it all together by tracking organizational problems in the code and finding out how to fix them. Come join the hunt for better code! What You Need: You need Java 6 and Python 2.7 to run the accompanying analysis tools. You also need Git to follow along with the examples.

Object Design

Object Design
Author :
Publisher : Addison-Wesley Professional
Total Pages : 420
Release :
ISBN-10 : 0201379430
ISBN-13 : 9780201379433
Rating : 4/5 (30 Downloads)

Synopsis Object Design by : Rebecca Wirfs-Brock

Object technology pioneer Wirfs-Brock teams with expert McKean to present a thoroughly updated, modern, and proven method for the design of software. The book is packed with practical design techniques that enable the practitioner to get the job done.

Metrics and Models in Software Quality Engineering

Metrics and Models in Software Quality Engineering
Author :
Publisher : Addison-Wesley Professional
Total Pages : 564
Release :
ISBN-10 : 0201729156
ISBN-13 : 9780201729153
Rating : 4/5 (56 Downloads)

Synopsis Metrics and Models in Software Quality Engineering by : Stephen H. Kan

""This is the single best book on software quality engineering and metrics that I've encountered."" --Capers Jones, from the Foreword"Metrics and Models in Software Quality Engineering, Second Edition," is the definitive book on this essential topic of software development. Comprehensive in scope with extensive industry examples, it shows how to measure software quality and use measurements to improve the software development process. Four major categories of quality metrics and models are addressed: quality management, software reliability and projection, complexity, and customer view. In addition, the book discusses the fundamentals of measurement theory, specific quality metrics and tools, and methods for applying metrics to the software development process.New chapters bring coverage of critical topics, including: In-process metrics for software testingMetrics for object-oriented software developmentAvailability metricsMethods for conducting in-process quality assessments and software project assessmentsDos and Don'ts of Software Process Improvement, by Patrick O'TooleUsing Function Point Metrics to Measure Software Process Improvement, by Capers Jones In addition to the excellent balance of theory, techniques, and examples, this book is highly instructive and practical, covering one of the most important topics in software development--quality engineering. 0201729156B08282002