Open
Description
I worked on my first issue here and collected few things that make development uncomfortable.
- Active usage of includes in headers. Please replace with forward declarations where it's possible.
Otherwise developer gets long-term rebuilds after a single change in header. - Inconsistent or mixed tab/space policy.
- (Minor) src/CMakeLists.txt includes source files only. Please include corresponding header files as well. This will improve project navigation and show header-only classes in project tree.
P.S. I can work on it after zooming.