Structure of the project
The source files of the project are currently only divided into include
(for the header files) and src
(for the implementation), both folders contain 49 or 50 files respectively. With !91 (merged) even more files will get added to the project. With the growing project it might get cumbersome to get an overview of the project and the dependencies. Therefore refining the structure of the project might be useful.