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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you make sure to not go headstrong when coding up a new feature?

2 点作者 achie27超过 5 年前
I am fairly new at a startup, and as such know little about business logic, and a lot of times I tend to misanalyze the scope (as in the files and&#x2F;or repos that will be changed) of a new feature when starting to code.<p>What steps do you guys take to ensure that whatever you have thought up is largely correct when you don&#x27;t have proper specs?

1 comment

mrkeen超过 5 年前
It won&#x27;t be right. You&#x27;ll never have proper specs.<p>Be able to get feedback from a customer&#x2F;stakeholder early and often.<p>Instead of aiming for correctness, aim to be able to respond to change.