mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2025-12-20 03:30:02 +01:00
pr guidelines: drop N for namespace
This commit is contained in:
parent
9e3bd58cf4
commit
337b41be6d
1 changed files with 0 additions and 1 deletions
|
|
@ -57,7 +57,6 @@ The current, and new code, should use `camelCase` with an `m_` prefix if the var
|
|||
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 = ...`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue