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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Deliver something of value every week

15 点作者 rasmus4200将近 16 年前

5 条评论

10ren将近 16 年前
<i>My adaptation of esr's open source approach:</i><p><pre><code> 1. paint a picture of something really cool 2. deliver the smallest possible subset of that functionality, that runs 3. be guided by "bug reports" that request features to fill these *gaps* </code></pre> This only works for a "flat" project - that is, where each additional feature can be added as a module. This requires a concept that is "flat" and an implementation architecture that is "flat" (has places to add each feature.) If the concept is not flat (or unknown), or if the right architecture is not flat (or unknown), this approach doesn't work.<p>This helps explain the kinds of projects that have popular open source implementations: copies (of concept and implementations) and system software.
jsonscripter将近 16 年前
Isn't this principle the basis of agile development? Who is this post for?
CalmQuiet将近 16 年前
May be most relevant (possible) for small-to-medium size projects, but the principles of keeping the outcomes in mind and getting feedback* regularly (whether weekly or monthly, etc) are useful for me, at least.<p>* whether it's feasible to get the feedback from end user or from a tester.
DanielBMarkham将近 16 年前
Ugh.<p>I love agile, but agile writing has a tendency to sound like Zen koans. (And yes, I include my own writings here)<p>It's just really tough to bridge that gap between "deliver something of value every week" and "what do I do in <i>this</i> team, on <i>this</i> project, right now?"
edw519将近 16 年前
Every week? That's what they do in enterprises and we all know how fast they move.<p>Every day? Still not granular enough.<p>You should deliver something of value every <i>hour</i>, even if it's only to yourself.<p>Big Value = the sum of(many little values)