top | item 43942804

(no title)

deadwanderer | 9 months 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).

discuss

order

gingerBill|9 months ago

It's technically `Ada_Case` that we use, because I like reading it.