|
|
|
|
|
by deepsun
28 days ago
|
|
Long time ago i thought .properties was bad, as it has no structure. But later I realized repeating full path to every config param is really good for readability, and code reviews. The only thing I wish it had is @import-s from a separate files, that way we could split local/checkedin configs. YAML doesn't have @imports as well (only rudimentary from the same file), I have only seen them at HOCON. |
|
Imagine Yaml only in the editor. but stored (and code reviews consequently) are .property style.