Hacker News new | ask | show | jobs
by ErikAugust 2892 days ago
{ “_comment”: “The comment goes here!”, “name”: “foo” }
1 comments

So now your comments are flowing through infrastructure wasting bandwidth and possibly leaking internal configuration details?
Parse private properties in the config files in your build process, if paranoid. I don’t have use cases where I’m sending the full contents of a config across the network. Each property in a config would be explicitly referenced in the application.

And it’s not like there isn’t any potential problems with some YAML or TOML library you import. Rails Yaml comes to mind.

And maybe even breaking code which doesn't what to do with these fields.