Settings

Theme

Why the local development experience matters (a lot)

blog.moritzhaarmann.de

2 points by derwildemomo 2 years ago · 2 comments

Reader

dave4420 2 years ago

I agree with this, but the examples don’t really work for me.

Sqlite is that easy to get started with… if you already have make and a C compiler installed.

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 2 years ago

that's wrong, silly, and just bad advice.

installing crap on dev machines is as bad as recommending "curl -k ownme.wtf/install.sh | sudo bash"

just DOCUMENT things. if the requirements section is not trivial to satisfy, your dependencies suck or you suck at writing docs.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection