开始分解现有应用程序的最佳方法是什么?

发布于 2024-09-06 01:15:51 字数 109 浏览 1 评论 0原文

目前,我有一个项目,我必须在其中添加一些功能,但编码没有保持任何标准,并且将其分解为可管理和可理解的部分来开始是非常困难的。还有没有文档,帮忙看看?

如果必须的话,你会如何开始这样的项目?

Currently, I have a project, where I have to add some features on to it, but the coding hasn't maintained any standards and it is extremely tough to break it down into manageable and understandable parts, to get started. And there is no documentation, to help out?

How would you start such project, if you had to?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冰魂雪魄 2024-09-13 01:15:51

步骤:(

  1. 可选)使用高级自动测试覆盖系统,通过 UI 示例
  2. 仔细重构可测试的代码
  3. 通过单元测试覆盖功能
  4. 重构代码以使新功能的实现成为可能
  5. 实现新功能

手册:

  1. Michael Feathers 所著书籍:有效处理遗留代码
  2. Martin Fowler 所著书籍:重构

Steps:

  1. (Optional) Cover system with hi-level automatic tests, which test system through UI example
  2. Carefully refactor to testable code
  3. Cover functionality with unit tests
  4. Refactor code to make implementation of new features possible
  5. Implement new features

Manuals:

  1. Book by Michael Feathers: Working Effectively With Legacy Code
  2. Book by Martin Fowler: Refactoring
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文