dunfrey / BCG-GAMMA-Challenge-2021

BCG GAMMA Challenge 2021 – Datathon - Virtual Event
MIT License
2 stars 1 forks source link

Store statical/initial variables into config.py module #6

Open fernandojunior opened 3 years ago

fernandojunior commented 3 years ago

Centralize all static variable/object/constant variables (not sensitive) into a config module or file (eg src/config.py). In this way, we can find/manage/share common objects more easily into the project.

If the config module/file increase or have sensitive variables in future, we can create config submodules/subfiles or read from OS environment.

Some refs:

dunfrey commented 3 years ago

https://github.com/dunfrey/BCG-GAMMA-Challenge-2021/blob/main/src/config.py