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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Is it possible for an open-source project to be successful without unit tests?

1 点作者 bryanp将近 14 年前
I'm getting ready to publicly announce/release a Ruby project (< 1.0). At this point no unit tests have been written. What do you think, can an open-source project be successful without unit tests given the popularity of TDD among developers?

1 comment

blcArmadillo将近 14 年前
This is a good question. In addition, if anyone has good resources on setting up a development environment that includes things like unit testing and continuous integration I'd love to have it. I always want to implement these concepts into my projects but find myself getting so caught up in the complexities of setting them up that I just say screw it and move on to working on coding without these additional tools.