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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Towards a theory of software development expertise

27 点作者 jtloong超过 6 年前

2 条评论

d0mine超过 6 年前
&gt; In other news physicists are learning about the universe by sending out questionnaires to people with lots of experience living in the universe. <a href="https:&#x2F;&#x2F;blog.acolyer.org&#x2F;2018&#x2F;12&#x2F;21&#x2F;towards-a-theory-of-software-development-expertise&#x2F;#comment-38653" rel="nofollow">https:&#x2F;&#x2F;blog.acolyer.org&#x2F;2018&#x2F;12&#x2F;21&#x2F;towards-a-theory-of-soft...</a>
wppick超过 6 年前
I think the most important sentence in this article is:<p>&gt; The most frequently cited tasks that an expert should be good at were designing software architecture, writing source code, and analysing and understanding requirements.<p>But I think this is also missing verification of the requirements, which is writing tests and being able to ship reliable code. Step 1 is to make sure you understand the requirements, step 2 is writing good code, step 3 is shipping the code after verifying that all the requirements are met, and the quality of the product is good