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.

Lean Software Development – Building and Shipping Two Versions

30 pointsby steve371over 9 years ago

6 comments

muhukover 9 years ago
Management will inevitably and naturally gravitate towards full supporting v1 and only maybe half support v2.<p>Initially <i>v1 is better</i> because it is here and it works.<p>Later on, when v1 becomes a bigger mess with <i>just a few critical additions</i>, v2 will be worse because: v1 was supposed to have the faster development rate, right? Now we can&#x27;t afford v2.<p>Management&#x27;s initial love for v1&#x27;s speed of delivery will make it impossible for v2 to actually deliver anything useful (with comparison to v1&#x27;s current feature set.)<p>I find this v1&#x2F;v2 idea ridiculous. I also find the idea of v1 programmers vs v2 programmers too apologetic. There are cowboy coders who write spaghetti code and are damaging to well functioning teams. And then there are real professionals with varying degrees of meticulousness. But real pros always end up defending and building v2 software.<p>That doesn&#x27;t mean spike experiments and prototypes are bad. It is just that you don&#x27;t present them to a management who&#x27;s likely to try to promote them to production status. Good management would recognize prototypes as prototypes and demand production quality code for production.<p>I guess my point is; <i></i>there are no v1 or v2 programmers, there are v1 or v2 companies&#x2F;managers<i></i>.<p>Fire Mary. Communicate reasonable constraints with Melissa and stay out of her way. She doesn&#x27;t need your <i>mentoring</i>.
venningover 9 years ago
For those who are more familiar than I with the Lean Startup mentality: I&#x27;ve been wondering, does Lean Startup (or even Agile) inherit from <i>The Mythical Man-Month</i> consciously or unconsciously? As in, was this mentality developed with an understanding that a now 40-year-old study&#x2F;book explains a lot of these concepts, or did it arrive at the same conclusions separately?<p>This article, as with many, seems to be rediscovering a <i>pilot system</i>. There are even shades of <i>second-system effect</i> concerns.
评论 #10609860 未加载
mdpopescuover 9 years ago
<i>You see, certain developers love building the first versions or prototyping — they are the ones who love hacking things together to get something working quickly. They love (and are best at) building version 1 of a product. The other type of developers love building the second version. They see their code as a craft and write unit tests for everything. &quot;Test coverage&quot; and &quot;beautiful code&quot; are phrases they use a lot.</i><p>Hmm... I find myself on both sides, though I prefer the second option by far. &quot;Beautiful code&quot; is indeed one phrase I use a lot :)
评论 #10609854 未加载
danieltillettover 9 years ago
This is all good if you have the money and time. My experience (limited) is you have barely enough resources to get version 1 done.
评论 #10609789 未加载
评论 #10609908 未加载
评论 #10610367 未加载
bitwizeover 9 years ago
What happens is that v1 goes into production and any attempts to get v2 out will be met with &quot;but the customer already paid for v1!&quot; Then you&#x27;re stuck maintaining that pile of crap which could be hell or &quot;job security&quot; depending on how much of a cynical bastard you are.
Maxiousover 9 years ago
See also: Pioneers, Settlers, Town Planners <a href="http:&#x2F;&#x2F;blog.gardeviance.org&#x2F;2015&#x2F;03&#x2F;on-pioneers-settlers-town-planners-and.html" rel="nofollow">http:&#x2F;&#x2F;blog.gardeviance.org&#x2F;2015&#x2F;03&#x2F;on-pioneers-settlers-tow...</a>