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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How long should it take a single developer to develop a single app?

1 点作者 startupdiscuss超过 6 年前
I know, the first thing is what is the app? Let&#x27;s benchmark on a given app. Let&#x27;s say:<p>1. A todo app like http:&#x2F;&#x2F;todomvc.com<p>2. Or, say a blog app, with login (authentication)<p>How many hours ought it take a &quot;typical&quot; developer? If you feel like answering it, you can of course give a range or talk about other factors (experience level, is it documented, is it secured etc)

2 条评论

nartz超过 6 年前
100% depends on the number of features - if you were able to granularly document them, then could probably estimate based on that. Otherwise, this is useless and too high level.<p>For instance, how long does it take to build a car? Okay well if the car needs an automatic transmission, that takes x weeks longer. Oh you need a cupholder? thats another x weeks. Oh also deployment. Oh also tests. Etc.
myworkhandle超过 6 年前
What is a typical developer? My definition and yours will be different. It would need to be established what skills and experience this person already has to get to the meat of your question.<p>Choosing a framework would increase or help speed along the project.<p>There is multiple aspects that would need to be addressed. Architect, rough design or proof of concept, testing&#x2F;QA, documentation etc..<p>I would agree that this is too high level....