Jump to content

Formatting

From Ratpack
Revision as of 12:41, 31 July 2026 by Nelson (talk | contribs) (Created page with "== 2026 07 31 == What format do we use to name things? - Using "*" then " * " then ": " to write comments - Method names: Upper Snake Case - Struct names: Upper Snake Case, append "_t" - Variables: Lower Snake Case - Files: - .c, .h, .txt Lowercase with underscores - .txt and .json Upper Camel Case - Folders: By vibes")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

2026 07 31

What format do we use to name things?

- Using "/**" then " * " then " */" to write comments
- Method names: Upper Snake Case
- Struct names: Upper Snake Case, append "_t"
- Variables: Lower Snake Case
- Files:
    - .c, .h, .txt Lowercase with underscores
    - .txt and .json Upper Camel Case
- Folders: By vibes