369
codeStyle
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
I work on a proprietary language that translates everything to uppercase before compiling. So having a specific case is useless. The standard functions all have wacky cases. Some from the same module may use CamelCase, while it's brother use snake_case.
... I just use Rust's style. Simple, easy.