Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 1.18 KB

file_management.md

File metadata and controls

50 lines (42 loc) · 1.18 KB
English | 简体中文

🗂️Directory Name

Level Format
top folder Pascal-Case
subfolder all lowercase with Google-Style
file all lowercase with Google-Style
Condition Format
product name or proper noun Pascal-Case
formal article capitalization of non-prepositions with Google-Style
Google-Style affiliation or same function different status -
conjunction _

💻Programming

  • C / C++ Header File

    .h only declared
    .hpp defined implementation methods