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

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