Skip to content

Split modules logic #65

Description

@elad-pticha

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions