kraegar@programming.devtoProgrammer Humor@programming.dev•Truer words have never been spoken
1·
1 year agoWelp. This is me. I spent a few hours debugging a failing test that was caused by a package update. If only I checked the changelogs…
Welp. This is me. I spent a few hours debugging a failing test that was caused by a package update. If only I checked the changelogs…
I started using poetry on a research project and was blown away at how good it is. Next week I start a new job and I am hoping it is the standard.
Depending on what config data you need it might be a good idea to use environment variables. If all you need are server locations and credentials then environment variables are likely your best bet.
If you need fancy JSON or something else, global variables are nice.