The Technical and Social History of Software Engineering

Download The Technical and Social History of Software Engineering PDF Online Free

Author :
Publisher : Pearson Education
ISBN 13 : 0321903420
Total Pages : 488 pages
Book Rating : 4.3/5 (219 download)

DOWNLOAD NOW!


Book Synopsis The Technical and Social History of Software Engineering by : Capers Jones

Download or read book The Technical and Social History of Software Engineering written by Capers Jones and published by Pearson Education. This book was released on 2014 with total page 488 pages. Available in PDF, EPUB and Kindle. Book excerpt: Pioneering software engineer Capers Jones has written the first and only definitive history of the entire software engineering industry. Drawing on his extraordinary vantage point as a leading practitioner for several decades, Jones reviews the entire history of IT and software engineering, assesses its impact on society, and previews its future. One decade at a time, Jones assesses emerging trends and companies, winners and losers, new technologies, methods, tools, languages, productivity/quality benchmarks, challenges, risks, professional societies, and more. He quantifies both beneficial and harmful software inventions; accurately estimates the size of both the US and global software industries; and takes on "unexplained mysteries" such as why and how programming languages gain and lose popularity.

Software

Download Software PDF Online Free

Author :
Publisher : Morgan & Claypool
ISBN 13 : 1450387276
Total Pages : 358 pages
Book Rating : 4.4/5 (53 download)

DOWNLOAD NOW!


Book Synopsis Software by : Kim W. Tracy

Download or read book Software written by Kim W. Tracy and published by Morgan & Claypool. This book was released on 2021-09-20 with total page 358 pages. Available in PDF, EPUB and Kindle. Book excerpt: Software history has a deep impact on current software designers, computer scientists, and technologists. System constraints imposed in the past and the designs that responded to them are often unknown or poorly understood by students and practitioners, yet modern software systems often include “old” software and “historical” programming techniques. This work looks at software history through specific software areas to develop student-consumable practices, design principles, lessons learned, and trends useful in current and future software design. It also exposes key areas that are widely used in modern software, yet infrequently taught in computing programs. Written as a textbook, this book uses specific cases from the past and present to explore the impact of software trends and techniques. Building on concepts from the history of science and technology, software history examines such areas as fundamentals, operating systems, programming languages, programming environments, networking, and databases. These topics are covered from their earliest beginnings to their modern variants. There are focused case studies on UNIX, APL, SAGE, GNU Emacs, Autoflow, internet protocols, System R, and others. Extensive problems and suggested projects enable readers to deeply delve into the history of software in areas that interest them most.

Software Engineering at Google

Download Software Engineering at Google PDF Online Free

Author :
Publisher : O'Reilly Media
ISBN 13 : 1492082767
Total Pages : 602 pages
Book Rating : 4.4/5 (92 download)

DOWNLOAD NOW!


Book Synopsis Software Engineering at Google by : Titus Winters

Download or read book Software Engineering at Google written by Titus Winters and published by O'Reilly Media. This book was released on 2020-02-28 with total page 602 pages. Available in PDF, EPUB and Kindle. Book excerpt: Today, software engineers need to know not only how to program effectively but also how to develop proper engineering practices to make their codebase sustainable and healthy. This book emphasizes this difference between programming and software engineering. How can software engineers manage a living codebase that evolves and responds to changing requirements and demands over the length of its life? Based on their experience at Google, software engineers Titus Winters and Hyrum Wright, along with technical writer Tom Manshreck, present a candid and insightful look at how some of the world’s leading practitioners construct and maintain software. This book covers Google’s unique engineering culture, processes, and tools and how these aspects contribute to the effectiveness of an engineering organization. You’ll explore three fundamental principles that software organizations should keep in mind when designing, architecting, writing, and maintaining code: How time affects the sustainability of software and how to make your code resilient over time How scale affects the viability of software practices within an engineering organization What trade-offs a typical engineer needs to make when evaluating design and development decisions

Creating a Software Engineering Culture

Download Creating a Software Engineering Culture PDF Online Free

Author :
Publisher : Addison-Wesley
ISBN 13 : 0133489299
Total Pages : 580 pages
Book Rating : 4.1/5 (334 download)

DOWNLOAD NOW!


Book Synopsis Creating a Software Engineering Culture by : Karl E. Wiegers

Download or read book Creating a Software Engineering Culture written by Karl E. Wiegers and published by Addison-Wesley. This book was released on 2013-07-15 with total page 580 pages. Available in PDF, EPUB and Kindle. Book excerpt: This is the digital version of the printed book (Copyright © 1996). Written in a remarkably clear style, Creating a Software Engineering Culture presents a comprehensive approach to improving the quality and effectiveness of the software development process. In twenty chapters spread over six parts, Wiegers promotes the tactical changes required to support process improvement and high-quality software development. Throughout the text, Wiegers identifies scores of culture builders and culture killers, and he offers a wealth of references to resources for the software engineer, including seminars, conferences, publications, videos, and on-line information. With case studies on process improvement and software metrics programs and an entire part on action planning (called “What to Do on Monday”), this practical book guides the reader in applying the concepts to real life. Topics include software culture concepts, team behaviors, the five dimensions of a software project, recognizing achievements, optimizing customer involvement, the project champion model, tools for sharing the vision, requirements traceability matrices, the capability maturity model, action planning, testing, inspections, metrics-based project estimation, the cost of quality, and much more! Principles from Part 1 Never let your boss or your customer talk you into doing a bad job. People need to feel the work they do is appreciated. Ongoing education is every team member’s responsibility. Customer involvement is the most critical factor in software quality. Your greatest challenge is sharing the vision of the final product with the customer. Continual improvement of your software development process is both possible and essential. Written software development procedures can help build a shared culture of best practices. Quality is the top priority; long-term productivity is a natural consequence of high quality. Strive to have a peer, rather than a customer, find a defect. A key to software quality is to iterate many times on all development steps except coding: Do this once. Managing bug reports and change requests is essential to controlling quality and maintenance. If you measure what you do, you can learn to do it better. You can’t change everything at once. Identify those changes that will yield the greatest benefits, and begin to implement them next Monday. Do what makes sense; don’t resort to dogma.

Software Design X-Rays

Download Software Design X-Rays PDF Online Free

Author :
Publisher : Pragmatic Bookshelf
ISBN 13 : 1680505807
Total Pages : 362 pages
Book Rating : 4.6/5 (85 download)

DOWNLOAD NOW!


Book Synopsis Software Design X-Rays by : Adam Tornhill

Download or read book Software Design X-Rays written by Adam Tornhill and published by Pragmatic Bookshelf. This book was released on 2018-03-08 with total page 362 pages. Available in PDF, EPUB and Kindle. Book excerpt: Are you working on a codebase where cost overruns, death marches, and heroic fights with legacy code monsters are the norm? Battle these adversaries with novel ways to identify and prioritize technical debt, based on behavioral data from how developers work with code. And that's just for starters. Because good code involves social design, as well as technical design, you can find surprising dependencies between people and code to resolve coordination bottlenecks among teams. Best of all, the techniques build on behavioral data that you already have: your version-control system. Join the fight for better code! Use statistics and data science to uncover both problematic code and the behavioral patterns of the developers who build your software. This combination gives you insights you can't get from the code alone. Use these insights to prioritize refactoring needs, measure their effect, find implicit dependencies between different modules, and automatically create knowledge maps of your system based on actual code contributions. In a radical, much-needed change from common practice, guide organizational decisions with objective data by measuring how well your development teams align with the software architecture. Discover a comprehensive set of practical analysis techniques based on version-control data, where each point is illustrated with a case study from a real-world codebase. Because the techniques are language neutral, you can apply them to your own code no matter what programming language you use. Guide organizational decisions with objective data by measuring how well your development teams align with the software architecture. Apply research findings from social psychology to software development, ensuring you get the tools you need to coach your organization towards better code. If you're an experienced programmer, software architect, or technical manager, you'll get a new perspective that will change how you work with code. What You Need: You don't have to install anything to follow along in the book. TThe case studies in the book use well-known open source projects hosted on GitHub. You'll use CodeScene, a free software analysis tool for open source projects, for the case studies. We also discuss alternative tooling options where they exist.

The Future of Software Engineering

Download The Future of Software Engineering PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 3642151876
Total Pages : 191 pages
Book Rating : 4.6/5 (421 download)

DOWNLOAD NOW!


Book Synopsis The Future of Software Engineering by : Sebastian Nanz

Download or read book The Future of Software Engineering written by Sebastian Nanz and published by Springer Science & Business Media. This book was released on 2010-10-20 with total page 191 pages. Available in PDF, EPUB and Kindle. Book excerpt: This book focuses on defining the achievements of software engineering in the past decades and showcasing visions for the future. It features a collection of articles by some of the most prominent researchers and technologists who have shaped the field: Barry Boehm, Manfred Broy, Patrick Cousot, Erich Gamma, Yuri Gurevich, Tony Hoare, Michael A. Jackson, Rustan Leino, David L. Parnas, Dieter Rombach, Joseph Sifakis, Niklaus Wirth, Pamela Zave, and Andreas Zeller. The contributed articles reflect the authors‘ individual views on what constitutes the most important issues facing software development. Both research- and technology-oriented contributions are included. The book provides at the same time a record of a symposium held at ETH Zurich on the occasion of Bertrand Meyer‘s 60th birthday.

The Software Arts

Download The Software Arts PDF Online Free

Author :
Publisher : MIT Press
ISBN 13 : 0262039702
Total Pages : 401 pages
Book Rating : 4.2/5 (62 download)

DOWNLOAD NOW!


Book Synopsis The Software Arts by : Warren Sack

Download or read book The Software Arts written by Warren Sack and published by MIT Press. This book was released on 2019-04-09 with total page 401 pages. Available in PDF, EPUB and Kindle. Book excerpt: An alternative history of software that places the liberal arts at the very center of software's evolution. In The Software Arts, Warren Sack offers an alternative history of computing that places the arts at the very center of software's evolution. Tracing the origins of software to eighteenth-century French encyclopedists' step-by-step descriptions of how things were made in the workshops of artists and artisans, Sack shows that programming languages are the offspring of an effort to describe the mechanical arts in the language of the liberal arts. Sack offers a reading of the texts of computing—code, algorithms, and technical papers—that emphasizes continuity between prose and programs. He translates concepts and categories from the liberal and mechanical arts—including logic, rhetoric, grammar, learning, algorithm, language, and simulation—into terms of computer science and then considers their further translation into popular culture, where they circulate as forms of digital life. He considers, among other topics, the “arithmetization” of knowledge that presaged digitization; today's multitude of logics; the history of demonstration, from deduction to newer forms of persuasion; and the post-Chomsky absence of meaning in grammar. With The Software Arts, Sack invites artists and humanists to see how their ideas are at the root of software and invites computer scientists to envision themselves as artists and humanists.

The Computer Boys Take Over

Download The Computer Boys Take Over PDF Online Free

Author :
Publisher : MIT Press
ISBN 13 : 0262302829
Total Pages : 331 pages
Book Rating : 4.2/5 (623 download)

DOWNLOAD NOW!


Book Synopsis The Computer Boys Take Over by : Nathan L. Ensmenger

Download or read book The Computer Boys Take Over written by Nathan L. Ensmenger and published by MIT Press. This book was released on 2012-08-24 with total page 331 pages. Available in PDF, EPUB and Kindle. Book excerpt: The contentious history of the computer programmers who developed the software that made the computer revolution possible. This is a book about the computer revolution of the mid-twentieth century and the people who made it possible. Unlike most histories of computing, it is not a book about machines, inventors, or entrepreneurs. Instead, it tells the story of the vast but largely anonymous legions of computer specialists—programmers, systems analysts, and other software developers—who transformed the electronic computer from a scientific curiosity into the defining technology of the modern era. As the systems that they built became increasingly powerful and ubiquitous, these specialists became the focus of a series of critiques of the social and organizational impact of electronic computing. To many of their contemporaries, it seemed the “computer boys” were taking over, not just in the corporate setting, but also in government, politics, and society in general. In The Computer Boys Take Over, Nathan Ensmenger traces the rise to power of the computer expert in modern American society. His rich and nuanced portrayal of the men and women (a surprising number of the “computer boys” were, in fact, female) who built their careers around the novel technology of electronic computing explores issues of power, identity, and expertise that have only become more significant in our increasingly computerized society. In his recasting of the drama of the computer revolution through the eyes of its principle revolutionaries, Ensmenger reminds us that the computerization of modern society was not an inevitable process driven by impersonal technological or economic imperatives, but was rather a creative, contentious, and above all, fundamentally human development.

A Brief History of Computing

Download A Brief History of Computing PDF Online Free

Author :
Publisher : Springer Nature
ISBN 13 : 3030665992
Total Pages : 359 pages
Book Rating : 4.0/5 (36 download)

DOWNLOAD NOW!


Book Synopsis A Brief History of Computing by : Gerard O'Regan

Download or read book A Brief History of Computing written by Gerard O'Regan and published by Springer Nature. This book was released on 2021-04-28 with total page 359 pages. Available in PDF, EPUB and Kindle. Book excerpt: This lively and fascinating text traces the key developments in computation – from 3000 B.C. to the present day – in an easy-to-follow and concise manner. Topics and features: ideal for self-study, offering many pedagogical features such as chapter-opening key topics, chapter introductions and summaries, exercises, and a glossary; presents detailed information on major figures in computing, such as Boole, Babbage, Shannon, Turing, Zuse and Von Neumann; discusses the earliest computers developed in the United States, Germany and Britain; discusses the development of the IBM 360 family of computers and its importance; discusses the invention of the transistor and integrated circuit; discusses the birth of the software industry and the evolution of human-computer interaction; reviews the history of programming languages, operating systems and software engineering; discusses the progress of artificial intelligence; discusses the invention of the microprocessor and the development of home and personal computers; examines the impact on society of the introduction of the personal computer, the World Wide Web, and the development of mobile phone technology; discusses smart phones and social media and the challenge of fake news; reviews a miscellany of innovations in the computing field such as cloud computing, the Internet of Things, and Quantum Computing; discusses legal aspects of computing and the professional responsibilities of computer professionals.

Computer

Download Computer PDF Online Free

Author :
Publisher : Hachette UK
ISBN 13 : 081334591X
Total Pages : 349 pages
Book Rating : 4.8/5 (133 download)

DOWNLOAD NOW!


Book Synopsis Computer by : Martin Campbell-Kelly

Download or read book Computer written by Martin Campbell-Kelly and published by Hachette UK. This book was released on 2013-07-09 with total page 349 pages. Available in PDF, EPUB and Kindle. Book excerpt: Computer: A History of the Information Machine traces the history of the computer and shows how business and government were the first to explore its unlimited, information-processing potential. Old-fashioned entrepreneurship combined with scientific know-how inspired now famous computer engineers to create the technology that became IBM. Wartime needs drove the giant ENIAC, the first fully electronic computer. Later, the PC enabled modes of computing that liberated people from room-sized, mainframe computers. This third edition provides updated analysis on software and computer networking, including new material on the programming profession, social networking, and mobile computing. It expands its focus on the IT industry with fresh discussion on the rise of Google and Facebook as well as how powerful applications are changing the way we work, consume, learn, and socialize. Computer is an insightful look at the pace of technological advancement and the seamless way computers are integrated into the modern world. Through comprehensive history and accessible writing, Computer is perfect for courses on computer history, technology history, and information and society, as well as a range of courses in the fields of computer science, communications, sociology, and management.

The Problem with Software

Download The Problem with Software PDF Online Free

Author :
Publisher : MIT Press
ISBN 13 : 0262348217
Total Pages : 317 pages
Book Rating : 4.2/5 (623 download)

DOWNLOAD NOW!


Book Synopsis The Problem with Software by : Adam Barr

Download or read book The Problem with Software written by Adam Barr and published by MIT Press. This book was released on 2018-10-23 with total page 317 pages. Available in PDF, EPUB and Kindle. Book excerpt: An industry insider explains why there is so much bad software—and why academia doesn't teach programmers what industry wants them to know. Why is software so prone to bugs? So vulnerable to viruses? Why are software products so often delayed, or even canceled? Is software development really hard, or are software developers just not that good at it? In The Problem with Software, Adam Barr examines the proliferation of bad software, explains what causes it, and offers some suggestions on how to improve the situation. For one thing, Barr points out, academia doesn't teach programmers what they actually need to know to do their jobs: how to work in a team to create code that works reliably and can be maintained by somebody other than the original authors. As the size and complexity of commercial software have grown, the gap between academic computer science and industry has widened. It's an open secret that there is little engineering in software engineering, which continues to rely not on codified scientific knowledge but on intuition and experience. Barr, who worked as a programmer for more than twenty years, describes how the industry has evolved, from the era of mainframes and Fortran to today's embrace of the cloud. He explains bugs and why software has so many of them, and why today's interconnected computers offer fertile ground for viruses and worms. The difference between good and bad software can be a single line of code, and Barr includes code to illustrate the consequences of seemingly inconsequential choices by programmers. Looking to the future, Barr writes that the best prospect for improving software engineering is the move to the cloud. When software is a service and not a product, companies will have more incentive to make it good rather than “good enough to ship."

Life in Code

Download Life in Code PDF Online Free

Author :
Publisher : Macmillan + ORM
ISBN 13 : 0374711410
Total Pages : 286 pages
Book Rating : 4.3/5 (747 download)

DOWNLOAD NOW!


Book Synopsis Life in Code by : Ellen Ullman

Download or read book Life in Code written by Ellen Ullman and published by Macmillan + ORM. This book was released on 2017-08-08 with total page 286 pages. Available in PDF, EPUB and Kindle. Book excerpt: The never-more-necessary return of one of our most vital and eloquent voices on technology and culture, the author of the seminal Close to the Machine The last twenty years have brought us the rise of the internet, the development of artificial intelligence, the ubiquity of once unimaginably powerful computers, and the thorough transformation of our economy and society. Through it all, Ellen Ullman lived and worked inside that rising culture of technology, and in Life in Code she tells the continuing story of the changes it wrought with a unique, expert perspective. When Ellen Ullman moved to San Francisco in the early 1970s and went on to become a computer programmer, she was joining a small, idealistic, and almost exclusively male cadre that aspired to genuinely change the world. In 1997 Ullman wrote Close to the Machine, the now classic and still definitive account of life as a coder at the birth of what would be a sweeping technological, cultural, and financial revolution. Twenty years later, the story Ullman recounts is neither one of unbridled triumph nor a nostalgic denial of progress. It is necessarily the story of digital technology’s loss of innocence as it entered the cultural mainstream, and it is a personal reckoning with all that has changed, and so much that hasn’t. Life in Code is an essential text toward our understanding of the last twenty years—and the next twenty.

Lord of the Files

Download Lord of the Files PDF Online Free

Author :
Publisher :
ISBN 13 : 9780986941801
Total Pages : 114 pages
Book Rating : 4.9/5 (418 download)

DOWNLOAD NOW!


Book Synopsis Lord of the Files by : Russell Ovans

Download or read book Lord of the Files written by Russell Ovans and published by . This book was released on 2011-08 with total page 114 pages. Available in PDF, EPUB and Kindle. Book excerpt: Software engineering is a social activity; forget that and your career is lost... Starting with the premise that a good software engineer is necessarily both a good programmer and a good person, this unique new book on the culture of programmers emphasizes the importance of empathy, introspection, and the acceptance of oneself and others on the journey to quality software. Based on the author's extensive experience teaching software engineering, working as a computer programmer, and leading a social game startup from inception to acquisition, Lord of the Files is sensitive to the frailties of the human condition and full of innovative survival and success strategies for students, programmers, managers, and entrepreneurs. Contents: I, Programmer The Software Engineer Life Cycle Your Favourite Methodology is eXtremely Gay White Trash Software Engineer What the Bleep Should We Know ? Nobody Ever Got Laid For Buying IBM Equipment All We Really Need To Know about Software Engineering Is in the Film Office Space A Seven-Layer Hierarchy of Careers in Computer Science What's Your Secret Sauce? Pandemonium Reigned

Human-Centered Software Engineering - Integrating Usability in the Software Development Lifecycle

Download Human-Centered Software Engineering - Integrating Usability in the Software Development Lifecycle PDF Online Free

Author :
Publisher : Springer Science & Business Media
ISBN 13 : 1402041136
Total Pages : 406 pages
Book Rating : 4.4/5 (2 download)

DOWNLOAD NOW!


Book Synopsis Human-Centered Software Engineering - Integrating Usability in the Software Development Lifecycle by : Ahmed Seffah

Download or read book Human-Centered Software Engineering - Integrating Usability in the Software Development Lifecycle written by Ahmed Seffah and published by Springer Science & Business Media. This book was released on 2006-06-26 with total page 406 pages. Available in PDF, EPUB and Kindle. Book excerpt: Human-CenteredSoftwareEngineering: BridgingHCI,UsabilityandSoftwareEngineering From its beginning in the 1980’s, the ?eld of human-computer interaction (HCI) has beende?nedasamultidisciplinaryarena. BythisImeanthattherehas beenanexplicit recognition that distinct skills and perspectives are required to make the whole effort of designing usable computer systems work well. Thus people with backgrounds in Computer Science (CS) and Software Engineering (SE) joined with people with ba- grounds in various behavioral science disciplines (e. g. , cognitive and social psych- ogy, anthropology)inaneffortwhereallperspectiveswereseenasessentialtocreating usable systems. But while the ?eld of HCI brings individuals with many background disciplines together to discuss a common goal - the development of useful, usable, satisfying systems - the form of the collaboration remains unclear. Are we striving to coordinate the varied activities in system development, or are we seeking a richer collaborative framework? In coordination, Usability and SE skills can remain quite distinct and while the activities of each group might be critical to the success of a project, we need only insure that critical results are provided at appropriate points in the development cycle. Communication by one group to the other during an activity might be seen as only minimally necessary. In collaboration, there is a sense that each group can learn something about its own methods and processes through a close pa- nership with the other. Communication during the process of gathering information from target users of a system by usability professionals would not be seen as so- thing that gets in the way of the essential work of software engineering professionals.

Computer Games and Software Engineering

Download Computer Games and Software Engineering PDF Online Free

Author :
Publisher : CRC Press
ISBN 13 : 1482226693
Total Pages : 304 pages
Book Rating : 4.4/5 (822 download)

DOWNLOAD NOW!


Book Synopsis Computer Games and Software Engineering by : Kendra M. L. Cooper

Download or read book Computer Games and Software Engineering written by Kendra M. L. Cooper and published by CRC Press. This book was released on 2015-05-08 with total page 304 pages. Available in PDF, EPUB and Kindle. Book excerpt: Computer games represent a significant software application domain for innovative research in software engineering techniques and technologies. Game developers, whether focusing on entertainment-market opportunities or game-based applications in non-entertainment domains, thus share a common interest with software engineers and developers on how to

The Essence of Software Engineering

Download The Essence of Software Engineering PDF Online Free

Author :
Publisher : Springer
ISBN 13 : 3319738976
Total Pages : 247 pages
Book Rating : 4.3/5 (197 download)

DOWNLOAD NOW!


Book Synopsis The Essence of Software Engineering by : Volker Gruhn

Download or read book The Essence of Software Engineering written by Volker Gruhn and published by Springer. This book was released on 2018-06-13 with total page 247 pages. Available in PDF, EPUB and Kindle. Book excerpt: This open access book includes contributions by leading researchers and industry thought leaders on various topics related to the essence of software engineering and their application in industrial projects. It offers a broad overview of research findings dealing with current practical software engineering issues and also pointers to potential future developments. Celebrating the 20th anniversary of adesso AG, adesso gathered some of the pioneers of software engineering including Manfred Broy, Ivar Jacobson and Carlo Ghezzi at a special symposium, where they presented their thoughts about latest software engineering research and which are part of this book. This way it offers readers a concise overview of the essence of software engineering, providing valuable insights into the latest methodological research findings and adesso’s experience applying these results in real-world projects.

Technical Debt in Practice

Download Technical Debt in Practice PDF Online Free

Author :
Publisher : MIT Press
ISBN 13 : 0262362279
Total Pages : 305 pages
Book Rating : 4.2/5 (623 download)

DOWNLOAD NOW!


Book Synopsis Technical Debt in Practice by : Neil Ernst

Download or read book Technical Debt in Practice written by Neil Ernst and published by MIT Press. This book was released on 2021-08-17 with total page 305 pages. Available in PDF, EPUB and Kindle. Book excerpt: The practical implications of technical debt for the entire software lifecycle; with examples and case studies. Technical debt in software is incurred when developers take shortcuts and make ill-advised technical decisions in the initial phases of a project, only to be confronted with the need for costly and labor-intensive workarounds later. This book offers advice on how to avoid technical debt, how to locate its sources, and how to remove it. It focuses on the practical implications of technical debt for the entire software life cycle, with examples and case studies from companies that range from Boeing to Twitter. Technical debt is normal; it is part of most iterative development processes. But if debt is ignored, over time it may become unmanageably complex, requiring developers to spend all of their effort fixing bugs, with no time to add new features--and after all, new features are what customers really value. The authors explain how to monitor technical debt, how to measure it, and how and when to pay it down. Broadening the conventional definition of technical debt, they cover requirements debt, implementation debt, testing debt, architecture debt, documentation debt, deployment debt, and social debt. They intersperse technical discussions with "Voice of the Practitioner" sidebars that detail real-world experiences with a variety of technical debt issues.