Skip to content

Commit

Permalink
Contributing and Debugging/PR-Guidelines: add interface prefix (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninetailedtori authored Mar 3, 2025
1 parent 88919f4 commit 9421ffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/Contributing and Debugging/PR-Guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ Additionally:
- classes have a prefix of `C`: `CMyClass`
- structs have a prefix of `S`: `SMyStruct`
- namespaces have a prefix of `N`: `NMyNamespace`
- interfaces have a prefix of `I`: `IMyInterface`
- global pointers for singletons have a prefix of `g_`: `g_someManager`
- constant variables are in CAPS: `const auto MYVARIABLE = ...`

Expand Down

0 comments on commit 9421ffe

Please sign in to comment.