Hacker News new | ask | show | jobs
by PaulHoule 1455 days ago
I think of the awful battles over configuration languages and systems like YAML, TOML, and the Spring Framework. People eventually get the idea this is the road to ruin so they think “let’s write configuration as code” which is the highway to hell.
1 comments

configuration as code in python is perfectly fine and no issue at all: express the right data structure to map you problem domain well, and you're done.