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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: on Earth do you estimate software projects

3 点作者 helpfulmandrill超过 1 年前
I almost never know how long a software task is going to take before I do it. More and more I&#x27;m being asked for timings, but I feel like:<p>(a) I&#x27;m just picking a number so big that I hope I&#x27;ll be able to avoid flack for being late<p>(b) Actually estimating with any degree of accuracy feels like a lot of extra work that slows me down doing the actual coding.<p>Does anyone else out there have a good grip on this stuff? Or is everyone just throwing around numbers and hoping?

3 条评论

belter超过 1 年前
Asking for estimates on Software Projects is like asking if a program will terminate... ;-)<p>Some will drink the cool aid of Scrum and Agile, while forgetting Developers will quickly adapt their estimates, so as to make sure they can match the next Sprint. With experience, and as long as the requirements and domain are similar, Senior Developers can become quite good at it, as long as the domain and complexity stays the same.<p>The same way an experienced bricklayer, or house painter, can give you a pretty good estimate. Ask them to also install a kitchen or repair a roof and if it&#x27;s one of their first jobs...You can throw away the estimates...<p>&quot;Evidence Based Scheduling&quot; - <a href="https:&#x2F;&#x2F;www.joelonsoftware.com&#x2F;2007&#x2F;10&#x2F;26&#x2F;evidence-based-scheduling&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.joelonsoftware.com&#x2F;2007&#x2F;10&#x2F;26&#x2F;evidence-based-sch...</a><p>“I love deadlines. I love the whooshing noise they make as they go by.” ― Douglas Adams, The Salmon of Doubt
评论 #38122517 未加载
评论 #38112183 未加载
DamonHD超过 1 年前
Experience. And double whatever number feels right, and possibly again.<p>I try to break down such a task, often a large one, into parts no bigger than about half a day, working out the overall structure and some of the detail of each part. Then tot up the time for those parts and double it (or more) as above.
breckenedge超过 1 年前
Break it down into smaller chunks and estimate those. Pad for unknowns.