However, this structure is confusing- AlgoEngine controls the other modules as it calls the other modules functions as needed. The structure should instead be
Python/
AlgoEngine/
General/
OVH/
...
To show this difference. At the same level as AlgoEngine, we could later on write functionalities like UserEngine and such specifically for the general functionality of the website as well.
Currently the Structure is as follows
However, this structure is confusing-
AlgoEngine
controls the other modules as it calls the other modules functions as needed. The structure should instead beTo show this difference. At the same level as
AlgoEngine
, we could later on write functionalities likeUserEngine
and such specifically for the general functionality of the website as well.