Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 281 Bytes

File metadata and controls

7 lines (6 loc) · 281 Bytes

General naming conventions

  • prefer lowercase unless there is a clear reason for capitalization
  • avoid abbreviations unless clearly warranted
  • order names hierarchically, general-to-specific
  • separate words with -
  • name descriptively so that no context is required