Skip to content

Development issues #138

Open
Open
@fpohtmeh-github

Description

@fpohtmeh-github

I worked on my first issue here and collected few things that make development uncomfortable.

  1. 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.
  2. Inconsistent or mixed tab/space policy.
  3. (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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions