produvia / kryptos

Kryptos AI is a virtual investment assistant that manages your cryptocurrency portfolio
http://twitter.com/kryptos_ai
MIT License
48 stars 8 forks source link

Convert Configuration Files to YAML #107

Open slavakurilyak opened 5 years ago

slavakurilyak commented 5 years ago

Goal

As a developer, I want to convert all configuration files to yet another market language (YAML), so that I can improve the readability.

Consider

  1. YAML is visually easier to look at... It is easy for a human to read.
  2. YAML has the ability to reference other items within a YAML file using "anchors." Thus it can handle relational information as one might find in a MySQL database.
  3. YAML is more robust about embedding other serialization formats such as JSON or XML within a YAML file.

Inspiration