TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

1 pointsby bryanpalmost 14 years ago
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

blcArmadilloalmost 14 years ago
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.