freeCodeCamp/guide/chinese/agile/technical-debt/index.md

16 lines
976 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

---
title: Technical Debt
localeTitle: 技术债务
---
## 技术债务
通常在敏捷开发中,如果您在“足够好”的实践中生产软件,那么您还将增加技术债务。这是捷径和解决方案的积累。
把它与金钱相比较。当您通过信用卡收取费用时您已承诺稍后付款。当您创建技术债务时您的团队_应该_承诺按计划解决这些问题。
迭代工作的好处之一是经常展示您的增量并收集反馈。如果您的第一次通过“足够好”并且由于该反馈而需要进行更改您可能已经避免了一些不必要的工作。在您的待办事项中捕获此信息并在每个sprint中包含一部分进行重构或改进。
#### 更多信息:
* 敏捷[技术债务](https://www.agilealliance.org/introduction-to-the-technical-debt-concept/)联盟
* Scrum联盟[管理技术债务](https://www.scrumalliance.org/community/articles/2013/july/managing-technical-debt)