top | item 24867588 (no title) welly | 5 years ago Is it? Why is that? discuss order hn newest gregoriol|5 years ago First because you don't really have completion or templating over its content: you mostly do copy/pasting or guessing what you have to put in there.Second because they are using all kind of tricks to add variables into it (ENV, ...): the configuration is often dynamic by nature or by re-use.Third because it's only strings, which is prone to mistakes: they are having a huge lot of code to check those configurations.
gregoriol|5 years ago First because you don't really have completion or templating over its content: you mostly do copy/pasting or guessing what you have to put in there.Second because they are using all kind of tricks to add variables into it (ENV, ...): the configuration is often dynamic by nature or by re-use.Third because it's only strings, which is prone to mistakes: they are having a huge lot of code to check those configurations.
gregoriol|5 years ago
Second because they are using all kind of tricks to add variables into it (ENV, ...): the configuration is often dynamic by nature or by re-use.
Third because it's only strings, which is prone to mistakes: they are having a huge lot of code to check those configurations.