|
|
|
|
|
by sod
557 days ago
|
|
When I manage a project and have the freedom to choose my configuration structure, then I always use typescript. I never understood the desire to have configuration be in ini/json/jsonnet/yaml. A strongly typed configuration with code completion seems so much more robust. Except of course your usecase is to load or change the config via an API. I like what apple is doing with https://pkl-lang.org/ though. |
|