Buggy Rails 应用程序:测试还是重构?

发布于 2024-11-05 05:03:13 字数 1431 浏览 4 评论 0原文

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

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

发布评论

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

评论(1

雪化雨蝶 2024-11-12 05:03:13

我猜这是一个客户项目。我的方法是编写 Cucumber 测试来仅覆盖项目的行为,然后编写覆盖您将要编写的新代码的 RSpec 实现测试。

让客户签署行为测试,这样,当您开始更改实现时,您可以确定您没有大幅修改应用程序的行为。然后,为您希望拥有的代码编写测试,并进行重构,直到测试全部通过。

I'm gonna guess this is a client project. My approach would be to write Cucumber tests to cover the behavior of the project only, and then write RSpec implementation tests that cover the new code you'll be writing.

Get the client to sign off on the behavior tests, this way, when you start changing the implementation, you can be sure you haven't drastically modified the behavior of the app. Then, write the tests for the code you wish you had, and refactor until the tests are all green.

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