Y
Hacker News
new
|
ask
|
show
|
jobs
by
jjnoakes
1032 days ago
Well-written code in an expressive language can be very close to a config file, but also has the nice ability to scale up in complexity when required.
1 comments
cdogl
1032 days ago
It's not either or. A config file checked into git and applied by a CI/CD pipeline is infrastructure as code.
link
jjnoakes
1032 days ago
Config files work fine. But so does expressive code with the right abstractions. And I think code scales up better and down almost as well. Just my opinion.
link