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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Planning for Unplanned Work in Linear

65 点作者 cristinacordova超过 1 年前

7 条评论

yjftsjthsd-h超过 1 年前
&gt; Unplanned work happens unexpectedly, but it’s not unexpected. You know that there will be bug reports, you just don’t know when, where, and in what shape they will come up. The only thing that is certain is that they will appear.<p>I am tempted, half tongue-in-cheek, to suggest simply scheduling it:<p><pre><code> 09:00-09:30 get coffee and morning standup 09:30-11:30 work on project A 11:30-12:30 lunch 12:30-14:00 deal with the emergency of the day 14:00-17:00 work on project B </code></pre> And for all that that&#x27;s exaggerated for humorous effect, I actually <i>have</i> played with scheduling blocks of time for catching up on Slack messages, which is pretty similar really.
评论 #38296551 未加载
评论 #38299598 未加载
评论 #38320575 未加载
cratermoon超过 1 年前
I kind of like the article take on how to handle emergent issues, but I don&#x27;t like that it still sort of silos software development into two parts -- planned and unplanned.<p>I hate the term &quot;unplanned&quot; to describe this kind of work. By using a very narrow definition of &quot;plan&quot;, for work &quot;organized and scheduled in advance&quot; but only within projects and roadmaps, it sort of works. A more informal usage of unplanned, though, suggests a kind of blindness to the reality of software development and maintenance.<p>The reality is that the effort in software development isn&#x27;t easily divided into these streams. The article fails to address an important consequence of putting effort into fighting fires: the project plans and roadmaps of the affected teams <i>will</i> be disrupted. This is where the term &quot;unplanned&quot; really fails, because if the organization never takes into account the effort taken to address issues and emergencies, the plans are worse than having no plan at all.<p>On a different note, one place I consulted with had its planning and tracking tool (Jira-like Azure DevOps) directly feed into its accounting system, such that different types of work were bucketed into different amortization flows. Planned work was a capital expenditure (CapEx), while anything funneled into Unplanned became an operating expenditure (OpEx). Any accountant that knows the implications of CapEx vs. OpEx can see where this is going. This company had a <i>lot</i> of bugs and issues that were left unaddressed.
评论 #38298370 未加载
评论 #38301542 未加载
dmos62超过 1 年前
Put whatever unexpected work comes up into a general inbox somewhere, without preprocessing it (i.e. without figuring the next steps). Then periodically process what&#x27;s in the inbox (figuring out the next steps and scheduling them), once a day, once a week, whatever. Also, buffer for unexpected stuff in your deadlines, in my work it&#x27;s generally 40%.
评论 #38299604 未加载
esafak超过 1 年前
They had to call it an &quot;Ask&quot; :(
asicsarecool超过 1 年前
Has anyone here used Linear? Looks interesting
评论 #38301772 未加载
评论 #38301878 未加载
评论 #38305297 未加载
评论 #38298019 未加载
评论 #38301535 未加载
评论 #38298163 未加载
评论 #38301522 未加载
评论 #38308306 未加载
评论 #38298847 未加载
marginatum超过 1 年前
Hi. Ty for the article and responses. Is there a similar open source, transparent, and modifiable tool using things like git or emacs org mode? Please don&#x27;t flame the noob.
jjk166超过 1 年前
Absolutely nothing in this actually covered how to plan for unplanned work. While yes becoming aware of issues quicker and preventing things from falling through the cracks is great and all, it&#x27;s still strictly post hoc. &quot;Dealing with unplanned work&quot; would be a better title.