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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How to get ahead of 99% of developers

10 点作者 sd93 个月前

1 comment

romellem3 个月前
I largely agree with these, except for #4:<p><pre><code> Ship First, Refine Never Write good enough code that solves a user’s problem and only optimise when metrics demand it. Too often, we’re focused on perfectionism or premature optimisation, which prevents getting our code in the hands of users quickly. - Identify the critical components of your feature. - Deliver only those to the user. - Users just want to click the button, do the thing, and move on—anything else is wasting time. </code></pre> This only briefly touches on “only optimize when metrics demand it,” yet equally import is “collect the metrics and analyze them!”<p>Namely, talk to your customers, or use software to see how they are using your product. Often times, we don’t get something right the first time, so the idea that you’d aggressively deprioritizing refinement seems like a mistake.