TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

In Favour of Test Driven Development

11 点作者 rudenoise将近 14 年前

2 条评论

82unpluggd将近 14 年前
When evaluating whether test first or test driven development is worthwhile I would encourage a holistic approach. What is the total cost to the organization for the development, quality assurance, deployment and maintenance of the software? On its first release? Over its lifetime?<p>Carefully consider the alternatives. No testing? Manual testing? Automated UI testing? Test second?<p>On the softer side (and more difficult to measure) I ask development teams how test first affects their thinking. Do you converge on users' requirements more quickly or slowly?<p>Finally, recognize that programming is a hard skill to master. TDD is another skill on top of that one.
评论 #2771218 未加载
aidenn0将近 14 年前
Is it me, or is the conclusion of the article<p>1) TDD is not useful for interacting with existing APIs (probably the majority of programming today)<p>2) TDD works when it works and doesn't when it doesn't (which is rather tautological).<p>I'm not sure that's in favour of TDD.
评论 #2771365 未加载