Skip to content

Decouple the module ConfigParser from several classes #2

@GuillemCastro

Description

@GuillemCastro

There are several classes unnecessarily coupled with the module ConfigParser. We should decouple it by creating a class that will use it (an adapter) that should be instantiated only once (in app.py), though multiple instances should be permitted through the app, and then pass it to the rest of the classes (to reduce further more the coupling, we should only pass the parameters the classes need).

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