renative
renative copied to clipboard
Use YAML for config files
YAML has some advantages over JSON, for example the use of pointers could make the configuration files slimmer. This is just an idea, and I suggest to consider this option in a later release.
@maximilize sound interesting. there is also idea to use config.js
style configuration similar to webpack.
definitely something to discuss for the future.
for now I opted deliberately for json to keep structure constrained until overall architecture and system gets standardised . that means quite few iterations and potential required backward migrations. json makes this easy for now
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.