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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Waterfall in the wild?

1 点作者 pandog超过 4 年前
I read recently about a large open source project using waterfall (it wasn&#x27;t very popular).<p>Are there open source projects or software companies &#x2F; startups following waterfall methodologies? Do they think it&#x27;s good?

1 comment

eesmith超过 4 年前
Which one is that? Waterfall is almost a mythical archetype - as I understand it, in practice the closest is usually &quot;modified waterfall&quot;, which supports some feedback in the stages.<p>Steve McConnell in &quot;Rapid Development&quot; writes:<p>&gt; The waterfall model is document driven, which means that the main work products that are carried from phase to phase are documents. In the pure waterfall model, the phases are also discontinuous - they do not overlap. ...<p>&gt; The pure waterfall model performs well for product cycles in which you have a stable product definition and when you&#x27;re working with well-understood technical methodologies. In such cases, the waterfall model helps you to find error in the early, low-cost stages of a project. It provides the requirements stability that developers crave. If you&#x27;re building a well-defined maintenance release of an existing product or porting an existing product to a new platform, a waterfall lifecycle might be the right choice for rapid development. ...<p>&gt; The waterfall model works well for projects that are well understood but complex, because you can benefit from tackling complexity in an orderly way. It works well when quality requirements dominate cost and schedule requirements. Elimination of midstream changes eliminates a huge and common source of potential errors.<p>&gt; The waterfall model works especially well if you have a technically weak staff or an inexperienced staff because it provides the project with a structure that helps to minimize wasted effort.<p><a href="https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;rapiddevelopment00mcco&#x2F;page&#x2F;136&#x2F;mode&#x2F;2up?q=waterfall" rel="nofollow">https:&#x2F;&#x2F;archive.org&#x2F;details&#x2F;rapiddevelopment00mcco&#x2F;page&#x2F;136&#x2F;...</a>