Refactor the code architecture
aalbaali opened this issue · 0 comments
aalbaali commented
Description
At the moment, there is no clear software architectural guidelines in place, which is causing some issues to appear as the project grows in complexity. For example, dealing with publishers and subscribers within the same translational unit is not quite trivial, where should the data be stored? Which part of the code access/sets the data?
Therefore, it would be quite useful to implement some software architecture that tackles these issues.
Note that this will be quite a long epic with mostly research and demo code.
Stories
- [ ]