On Tuesday, February 4, 2014 2:43:25 PM UTC+1, Alex Kocharin wrote: > > > 04.02.2014, 17:01, "Oleg Slobodskoi" <[email protected] <javascript:> > >: > > Am 04.02.2014 um 13:46 schrieb Alex Kocharin <[email protected]<javascript:> > >: > > 1. Why JSON? This format was created for data serialization, and isn't > suited for maintaining by humans. > > We could support cjson (https://github.com/kof/node-cjson) or yml ... but > I am not sure that json is an issue here. I personally had never a need to > use something more expressive in this case, but I am open for it. > > YAML of course. It's the most sensible general purpose format used for > config files (unless your tool is able to change that config on the fly in > which case the issue starts to be complicated). >
Out of curiosity, where can one get informed on these things? Personally, I prefer json over yml. That way I never leave JavaScript way of thinking and encapsulating things. But I don't do all that much configuration, it's generally customizing pregenerated config files. I rarely produce packages, I mostly consume them. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
