Closed alikureishy closed 5 years ago
In progress
Working on branch: constants_consolidation
Fixed and committed to branch: "constants_consolidation" Sent PR request requesting review/approval to merge to 'master': https://github.com/safdark/Automata-Capstone/pull/15
Files involved:
We presently have a lot of parameters hardcoded across the following files:
And, we have a lot of topic names being hard-coded across the files.
It would be nice if we could move all these parameter and topic names into one place (shared_utils/include/shared_utils/shared_params.py).