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.

Deliver something of value every week

15 pointsby rasmus4200almost 16 years ago

5 comments

10renalmost 16 years ago
<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.
jsonscripteralmost 16 years ago
Isn't this principle the basis of agile development? Who is this post for?
CalmQuietalmost 16 years ago
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.
DanielBMarkhamalmost 16 years ago
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?"
edw519almost 16 years ago
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)