Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using YAML files instead JSON for configurations #30

Closed
cigolpl opened this issue Nov 17, 2015 · 1 comment
Closed

Consider using YAML files instead JSON for configurations #30

cigolpl opened this issue Nov 17, 2015 · 1 comment

Comments

@cigolpl
Copy link
Member

cigolpl commented Nov 17, 2015

YAML seems to be easier and is used in successful frameworks like symfony or ansible.

Check if node.js has good integration with yaml and if it supports importing other yaml files: i.e.:

collections:
- include: collections/movies.yml
- include: collections/songs.yml

Then configuration files would be much easier too read and maybe we should use it.

@cigolpl
Copy link
Member Author

cigolpl commented Nov 25, 2015

YAML is definitely easier but there are other more prioritied stuff to do. We will come back to this later.

@cigolpl cigolpl closed this as completed Nov 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant