From 87510ac77d4f20998bd7de977afdf66b26516255 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 19 Nov 2012 13:16:50 -0800 Subject: Hungary notation -> Hungarian notation --- STYLEGUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/STYLEGUIDE.md b/STYLEGUIDE.md index bd6c5681..d3e2ca1f 100644 --- a/STYLEGUIDE.md +++ b/STYLEGUIDE.md @@ -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" -- cgit v1.2.3