Closed FrederikTobner closed 1 year ago
I would suggest something like Tobot::<Library>::<Unit>
for example Tobot::Tooling::Logger
or (for now) Tobot::Engine::TobotApplication
I will adapt the tooling lib in that regard
Isnt this done by now @FrederikTobner
Isnt this done by now @FrederikTobner
I think it is.
The way our namespaces are named is not designed in way that differentiates between the libraries. Maybe we can change it to something like
TobotEngine::Core
/Tobot::Core
TobotTooling::Logging
TobotTooling::Profiling
...I really dont like having the logger in
Tobot::Utilities
...