skunkforce / OmniView

This Repository contains the OmniView Software, which is used in the AW4null Research Projects
https://www.autowerkstatt40.org/
MIT License
3 stars 4 forks source link

Refactoring codebase #120

Closed R-Abbasi closed 1 month ago

R-Abbasi commented 1 month ago

Took the branch feature-generate-training-data which is right before the branch 88-enhancement-organisation-and-style containing the current style.

The codebase has been simplified and is at a good readability and maintainability level without any source file inclusion, redundant .cpp/.hpp files or complicated code. main.cpp has now less than half of code lines compared to its initial version (from 671 to 341). I think this version can be considered as an appropriate base to continue from and add recent features to.