raven icon indicating copy to clipboard operation
raven copied to clipboard

Split modules logic

Open elad-pticha opened this issue 2 years ago • 1 comments

Module names could be confusing

Imports such as from src.config.config import ... or from src.downloader.downloader import ... could confuse and we should split their logic between multiple files.

For example, we can split the config module into neo4j_config, redis_config, and generic_config.

src -- config ---- neo4j_config ---- redis_config ---- generic_config

elad-pticha avatar Oct 01 '23 11:10 elad-pticha

Sounds good. Do you think reporter_config is needed as well?

oreenlivnicode avatar Oct 15 '23 12:10 oreenlivnicode