Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
deadwanderer
4 months ago
|
parent
|
context
|
favorite
| on:
Odin, a pragmatic C alternative with a Go flavour
That's a method from Raylib, a C library which has Odin bindings. For all libraries, Odin follows the original library's style.
The Odin convention is Pascal case (lower_case_procedures, Capitalized_Enums_And_Structs).
gingerBill
4 months ago
[–]
It's technically `Ada_Case` that we use, because I like reading it.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The Odin convention is Pascal case (lower_case_procedures, Capitalized_Enums_And_Structs).