jasonivey/mmotd

Refactor namespaces used in the project

Opened this issue · 0 comments

Refactor the mish-mash of namespaces used within the project.

// root namespace in the project
namespace mmotd;
// root namespace in the project
namespace mmotd::core;
// common shared source for mmotd
namespace mmotd::information;