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.

Product Development Processes You Might Not Have Heard of (2022)

118 pointsby lgunsch3 months ago

10 comments

adamtaylor_133 months ago
My team (3 devs) has been using Shape Up since January and it’s been amazing. I don’t think I can ever go back to scrum.<p>It allows devs to be creative, do what needs to be done, and ship a real feature. All without any product managers, and zero meetings.<p>Corporate companies could never imagine not counting all their beans, but man it is so freeing if you have the option.
评论 #43069502 未加载
mindcrash3 months ago
In case you are interested in Shape Up and want read more about it, Ryan Singer - the inventor of the methodology - has written a really great book about how they have been, and currently are, building and shipping products and features at 37signals.<p>The book is called &quot;Shape Up&quot; (doh) and the electronic version is totally free:<p><a href="https:&#x2F;&#x2F;basecamp.com&#x2F;shapeup" rel="nofollow">https:&#x2F;&#x2F;basecamp.com&#x2F;shapeup</a><p>I would also really recommend the rest of the books, lots of great thoughts on development and management from actual experience. Also free:<p><a href="https:&#x2F;&#x2F;37signals.com&#x2F;books" rel="nofollow">https:&#x2F;&#x2F;37signals.com&#x2F;books</a>
gcanyon3 months ago
In addition to the roughly standard 2-week scrum teams I work with, I am also working on launching a from-scratch project with two developers, and our process is roughly:<p>1. I keep a backlog of new features that are needed. 2. The backlog items vary in completeness&#x2F;specificity from &quot;mostly there&quot; to &quot;a sentence or two description&quot;. Some of the items are large and need to be subdivided. 3. At any given time, the devs each have 2-3 items they are actively working on. 4. The items range from a day or two up to a week or two for the really big ticket items (e.g. &quot;get performance in boundary cases from &#x27;won&#x27;t load at all&#x27; to &#x27;loads in &lt; 10 seconds&#x27;&quot;) 5. When a dev puts something in for code review, if they&#x27;re down to too few items, they check in with me to figure out what to add to their active list. We go over the outstanding list to figure out value vs. effort and make some choices.<p>Item 5 generally happens weekly, sometimes even every few days. They work fast.
评论 #43065795 未加载
Animats3 months ago
Symantec, which once sold programming tools, tried a unique approach - scheduled maintenance. The product team worked on one product at a time. When they finished an update, they&#x27;d go on to the next product. Products were not updated out of cycle.
hiAndrewQuinn3 months ago
The &quot;betting table&quot; reminds me that I continue to think there&#x27;s a large, mostly untapped market for good internal betting and prediction market software in large software companies. The primary problem around them seems to be psychological: it&#x27;s very, very painful to lose a bet that feature X will be shipped by date Y in state Z, and even more painful to see your own track record of failures grow over time, even if you are also accumulating successes.
评论 #43069563 未加载
greggsy3 months ago
I know these have their place in complex projects, but I&#x27;m often intrigued when people don&#x27;t just apply the natural human instinct of talking about something and doing what needs to be done.<p>There almost seems to be a fetishistic obsession with referencing some magical method honed by masters of the craft.
评论 #43065987 未加载
评论 #43066170 未加载
评论 #43066155 未加载
评论 #43066485 未加载
karhuton3 months ago
<i>&gt; Scrum with 2 week sprints may work very well in larger corporates, but startups who need to pivot regularly and change direction may not be as well suited to such a fixed process.</i><p>If your pivot frequency &lt; 2 weeks, sprint length is not the problem.
contingencies3 months ago
Our (complex physical product in a combined design office &#x2F; factory) method: 10 minute chat together in the morning, identify any problems we&#x27;d like help with, anyone can ask to change focus at any time. Sometimes a team works on the same problem, usually people take sole responsibility for something on their own but take it from and bring it back to the group to keep everyone vaguely aware of where things are going. We may state what we think we&#x27;ll get sorted for the day and what we&#x27;re aiming for the next few days or week. Rarely do we look beyond a few days because it&#x27;s too vague&#x2F;unrealiable. At the end of the week we quickie summarize what got done by email (way shorter&#x2F;higher level than git logs). If there&#x27;s an over-arching goal or time pressure everyone is informed and we work toward it. No forms or friction for lateness, leave, lunch, ordering stuff, printing, etc. People are judged on commitment, ideas and progress. Factory floor and equipment, design office and electronics lab all on site. No management except keeping a weekly journal for the team&#x27;s aggregate progress, setting some priorities start of week, and compressing updates to stakeholders. Oh yeah, and mobile devices are locked in a cabinet at the front door during work hours - if you don&#x27;t like it work somewhere else or take the day off.
评论 #43070351 未加载
AntonCTO3 months ago
In good hands, any product development process works well; in bad hands, any product development process fails. It is not about processes, methodologies, or frameworks - it is about people and what people do.
holowoodman3 months ago
I&#x27;m a fan of <a href="https:&#x2F;&#x2F;programming-motherfucker.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;programming-motherfucker.com&#x2F;</a>