Skip to content

Latest commit

 

History

History
executable file
·
3 lines (2 loc) · 286 Bytes

naming_rules.md

File metadata and controls

executable file
·
3 lines (2 loc) · 286 Bytes

Naming

The most important consistency rules are those that govern naming. The style of a name immediately informs us what sort of thing the named entity is: a type, a variable, a function, a constant, a macro, etc., without requiring us to search for the declaration of that entity.