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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Agile vs. Waterfall?

1 点作者 PeOe大约 7 年前

1 comment

eesmith大约 7 年前
I wail.<p>The simple narrative these days is the blank &amp; white story of two camps, waterfall and Agile.<p>Seemingly anything which isn&#x27;t 100% waterfall is &quot;Agile&quot;.<p>This is lousy because those aren&#x27;t even two ends of a single spectrum.<p>Let&#x27;s take this paragraph:<p>&gt; Agile uses six main deliverables to create the product and to track progress. They are the product vision statement, the product roadmap, the product backlog, the release plan, the Sprint backlog, and Increment. It also uses visual tools such as a Kanban board and a burndown chart to help with the progress tracking and to keep within deadlines.<p>Boehm&#x27;s spiral model and Martin&#x27;s RAD approach both predate Agile. They are definitely not waterfall.<p>By the above definition, they are not Agile, because they don&#x27;t have those six main deliverables.<p>If they are not waterfall and not Agile, then what are they?<p>I expect that many will correctly point out that Agile is a further iteration of those earlier models, adding new best practices.<p>But then I&#x27;ll point out the earlier paragraph:<p>&gt; Emerging from the values and principles of the Agile Manifesto, it was created as a response to the shortfalls of the Waterfall method. Developers realized they needed something different to the linear, sequential approach of the traditional methods of Waterfall in order to keep up with the improving and innovative culture of the constantly-developing software industry.<p>My wailing is because the term &quot;Agile&quot; obscures the much longer history of &quot;rapid application development&quot; doing exactly the same thing. Quoting now from <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Rapid_application_development" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Rapid_application_development</a><p>&gt; Rapid application development was a response to plan-driven waterfall processes, developed in the 1970s and 1980s, such as the Structured Systems Analysis and Design Method (SSADM).<p>I&#x27;ll end with some questions rather than this more personal tilting at windmills.<p>Is CPython development Agile or Waterfall?<p>Is PyPy development Agile or Waterfall?<p>If they are both Agile, does it make sense to have some way to distinguish between their quite different development approaches?