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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Flaw of Averages, and Why Everything is Late

3 点作者 xel02超过 14 年前

2 条评论

wccrawford超过 14 年前
Eh... Companies that produce widgets don't generally do so on demand. They over produce when the demand is low, and then fill orders from storage when demand is high. The average-ness averages out over time. (Unless the demand is initially high and then falls, but that's a different conversation.)<p>But when dealing with programmers, it's a whole different scenario. Let's run through the 5 programmers, 5 parallel tasks scenario again.<p>You give out 5 parallel tasks to 5 programmers and expect them to be finished in 3 days average. That means some finish early and some finish late. The ones that finish early don't sit on their hands. They get another task, or they start helping one of the slower programmers, if possible. (To be fair, the late task might not be because they are 'slow', but there might have been complications. We aren't assigning blame here.) There is never a situation where the demand for programming work is less than the supply when you're running a programming shop. If there is, you'd let someone go until there isn't.<p>In programming, everything is late because people under-estimate. Estimates have a built-in assumption that things go well, even when you try to estimate that things don't. The only way to build-in estimates for problems is to badly over-estimate, and those would be useless estimates. (Assuming, of course, that you don't already think they're useless.)<p>There are other factors, too, like wanting to please your boss with good numbers, etc... But I don't think they're nearly as strong.<p>So things are always late because of estimates, not because of some 'flaw of averages' or something.
RiderOfGiraffes超过 14 年前
Related: <a href="http://news.ycombinator.com/item?id=1705098" rel="nofollow">http://news.ycombinator.com/item?id=1705098</a>