Skip to content

Meta: Follow new nomenclature#39

Draft
stellaaash wants to merge 1 commit intomainfrom
meta/better-nomenclature
Draft

Meta: Follow new nomenclature#39
stellaaash wants to merge 1 commit intomainfrom
meta/better-nomenclature

Conversation

@stellaaash
Copy link
Copy Markdown
Owner

This PR makes the main start to follow the new nomenclature for the project, as defined below.

Project Nomenclature

  • All types (structs, classes, typedefs...) should be in PascalCase
  • Variables stick to camel_case
  • Files containing only functions are camel_case, while files containing class implementation or interfaces are PascalCase
  • Abbreviations (especially in filenames) should be reduced to a minimum, unless it is really idiomatic this way (like i for iterator in a loop)

@stellaaash stellaaash linked an issue Mar 27, 2026 that may be closed by this pull request
@stellaaash stellaaash force-pushed the meta/better-nomenclature branch from 3ea505d to 2d458d9 Compare March 27, 2026 07:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Naming scheme is inconsistent

1 participant