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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Why the local development experience matters (a lot)

2 点作者 derwildemomo超过 1 年前

2 条评论

dave4420超过 1 年前
I agree with this, but the examples don’t really work for me.<p>Sqlite is that easy to get started with… if you already have make and a C compiler installed.<p>The example makefile they give later on assumes that packages are installed using brew, which obviously won’t be true on Linux or windows, but isn’t always true on macOS either. You can maybe make assumptions like this at $WORK though. I might use this technique at my next job.
fyokdrigd超过 1 年前
that&#x27;s wrong, silly, and just bad advice.<p>installing crap on dev machines is as bad as recommending &quot;curl -k ownme.wtf&#x2F;install.sh | sudo bash&quot;<p>just DOCUMENT things. if the requirements section is not trivial to satisfy, your dependencies suck or you suck at writing docs.