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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Testing Locally Is Slowing You Down

2 点作者 liorben-david超过 3 年前

1 comment

jamesfinlayson超过 3 年前
For some things yes - I&#x27;ve seen team-mates getting new products working locally and then spending lots more time getting it all working in AWS - getting it working in AWS first would have saved a lot of heart-ache.<p>But for a lot of stuff, testing locally should be much faster: so much of what I do is just adding&#x2F;updating a REST endpoint, and spending 5 minutes building and deploying to AWS just to find out that I screwed up some loop condition is a grind. I know that for simple stuff like a REST endpoint my dev environment isn&#x27;t going to meaningfully differ from AWS so that build and deploy time is just wasted.