Skip to content
Better HN
Top
New
Best
Ask
Show
Jobs
Search
⌘K
undefined | Better HN
0 points
skydhash
3d ago
0 comments
Share
I still prefer ini files for configuration. Easier to grep and sed.
0 comments
default
newest
oldest
tracker1
3d ago
You can get a bit more if you use TOML over INI... it's similar at a baseline, but still a bit more rich for advanced configuration than INI is.
beart
3d ago
They work wonderfully until you need to do anything more advanced than a key-value store.
skydhash
OP
3d ago
My belief is that anything that requires more than that are hiding the fact that what they truly need is a DSL. Instead they force you to write AST (ansible, github actions, docker compose,…)
j
/
k
navigate · click thread line to collapse