mirror of
https://github.com/isocpp/CppCoreGuidelines.git
synced 2024-03-22 13:30:58 +08:00
commit
bbbb922dd0
|
@ -13012,10 +13012,10 @@ Some conventions capitalize the first letter, some don't.
|
||||||
|
|
||||||
##### Note
|
##### Note
|
||||||
|
|
||||||
Try to be consistent in your use of acronyms, lengths of identifiers:
|
Try to be consistent in your use of acronyms and lengths of identifiers:
|
||||||
|
|
||||||
int mtbf {12};
|
int mtbf {12};
|
||||||
int mean_time_between_failor {12}; // make up your mind
|
int mean_time_between_failures {12}; // make up your mind
|
||||||
|
|
||||||
##### Enforcement
|
##### Enforcement
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user