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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you “warm up” before you start programming?

1 点作者 ore0s超过 4 年前

2 条评论

gregjor超过 4 年前
I make sure I understand the problem and the desired result.<p>I consider if I can break the problem down into simpler problems.<p>I want to have a map in my mind, or in notes on paper, so I’m writing code according to a plan, rather than writing code in hopes a plan or solution will happen by accident.<p>Measure twice, cut once.
uberman超过 4 年前
I review issues and read articles of interest until we do our &quot;stand up&quot; which is basically first thing in the morning.<p>There are too many interruptions before that to spend the effort required to establish a mental model of the problem domain and potential solutions prior to that.