TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why the local development experience matters (a lot)

2 pointsby derwildemomoover 1 year ago

2 comments

dave4420over 1 year ago
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.
fyokdrigdover 1 year ago
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.