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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: How do you deal with long compile times?

1 点作者 caspervonb大约 4 年前
What do you spend your time on while something is building for an hour or more?<p>I end up doing reviews and triaging issues, but of course 30 minutes or longer to wait on a compile breaks focus.

3 条评论

laydn大约 4 年前
Writing documentation of the changes that were made, Writing test cases for the code that I just added, Writing a detailed commit message for the changes...<p>...and trying to figure out if the compile time can be reduced!
mryalamanchi大约 4 年前
Focus is not usually the problem here. It&#x27;s actually context-switch.<p>Avoid any task that has high context-switch cost.
thanatos519大约 4 年前
Go for a walk.