Skip to content

Coding guidelines are missing #186

@nhjschulz

Description

@nhjschulz

Issue:
The project is lacking coding guidelines, only formatting rules exist through clang-format.
"Pathfinder rule" is applied, but works well only for style formatting, not regarding langugage feature usage.

Impact:

  • Lack of rules leads to review feedback biased to personal preferences.
  • No reasoning why a construct should be used or not
  • Inconsistencies when to add/remove optional C++ syntax elements that are implicit if missing .

This impairs collaboration when the number of comitters grows.

Proposed solution:

  • Create/Link to coding guideline rules and improve them over time based on code review findings.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions