A Brief Guide To Manage Configurations Using TOML Files
How'd you change the behavior of a software project based on a set of parameters?
You could use environment variables. But what if you want complex structures in the parameters?
Can you use JSON? Yes, you can. JSON files don't allow comments. How'd y...
analytics-ai.hashnode.dev7 min read