Y
Hacker News
new
|
ask
|
show
|
jobs
by
deadwanderer
401 days ago
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).
1 comments
gingerBill
401 days ago
It's technically `Ada_Case` that we use, because I like reading it.
link