mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:43:55 +08:00
Hungary notation -> Hungarian notation
This commit is contained in:
parent
44ce3e6731
commit
87510ac77d
|
@ -99,7 +99,7 @@ Document your code using [Doxygen][dox].
|
|||
|
||||
## Naming
|
||||
|
||||
All names in code should be `small_snake_case`. No Hungary notation is used.
|
||||
All names in code should be `small_snake_case`. No Hungarian notation is used.
|
||||
Classes and structs names should be followed by `_t`.
|
||||
|
||||
[dox]: http://www.stack.nl/~dimitri/doxygen/ "Doxygen homepage"
|
||||
|
|
Loading…
Reference in New Issue
Block a user