4 ms·
I'd prefer to use .js for configs.
by Rygu 8y ago
I'd prefer to use .js for configs.
- jackfraser 8y agoThis is why other people are suggesting that this is close to a reimplementation of Lisp - what you want by using a .js for your config is the right to use any kind of dynamic definition that suits your needs down the line, and have the application consume that config through some standard function call(s). When lists are code are lists, it's easy to make anything infinitely dynamic.
- xellisx 8y agoWanna get crazy, here's a PHP .INI configuration system. =) https://github.com/ellisgl/GeekLab-INIConf https://github.com/ellisgl/GeekLab-INIConf