开始和完成小型软件项目的正确方法?

发布于 2024-09-15 19:47:26 字数 1431 浏览 1 评论 0原文

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

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

发布评论

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

评论(1

懒的傷心 2024-09-22 19:47:26

不幸的是,没有“正确的方法”,但是,有很多更好的方法。我认为小型项目和大型项目之间没有真正的区别——需要发生同样的事情,只是这些事情的深度发生了变化。

在您的情况下 - 工作期限很短,防止最后一刻出现问题 - 同样的旧的尝试过的真实方法将会起作用:

  • 有效使用源代码控制,在单独的分支中开发最后一刻的更改,以便您可以在需要时轻松删除它们。
  • 测试,测试,测试。如果您的测试涵盖了您想要正确实现的目标,那么就可以衡量最后一刻的变化。

我怀疑您需要认真研究一些不同类型的测试和工具 - 有很多可以帮助您管理这些问题。

There is no "Right Way" unfortunately, however, there are a lot of better ways. I think there is no real distinction between small and large projects - the same kind of things need to happen, it's just the depth of those things that changes.

In your situation - working to a short deadline, preventing last minute problems - the same old tried and true methods are going to work:

  • Use source control effectively, develop last minute changes in a separate branch so you can drop them easily if required.
  • Test, test, test. If your tests cover the intent of what you were trying to achieve properly then last-minute changes can be measured.

I suspect you need to look seriously at some different types of testing and tools - there are plenty around that will help you manage these issues.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文