00:10:09 Got this comment to change from CamelCase (FeePriority) to snakeCase (feePriority) for an enum. I don;'t see a standard naming convention. Some code uses `this_convention` too. 00:10:10 What's the correct approach? vtnerd 00:10:12 https://github.com/monero-project/monero/pull/9838#discussion_r2085036133 00:12:29 I might be wrong but feePriority isn't snake case, fee_priority is 00:12:34 i'm pretty sure snakeCase is actually snake_case 00:12:43 yeah exactly 00:12:47 Jinx 00:13:10 and CamelCase is actually camelCase 00:13:32 oh wait no im wrong on this one nvm 00:13:50 ah ok depends there is lower camel case and upper camel case 00:15:17 Some people call thisStyle "Pascal case" 00:15:42 interesting 00:16:02 i suppose this is a psyop/plot from the Pascal community, these guys are more fanatics than rustaceans 00:16:25 No wait I screwed that up . Uppercase camel case = Pascal case 00:16:56 don't want some good kebab-case 00:17:09 🥙 00:28:24 Oh derp 00:28:35 Ok, will change to that. I confused pascal and snake. 00:29:29 naming convention would be cool 00:29:50 almost forgot with Rust that C++ don't particularly enforce one. 00:33:53 Snake case classes and enumerations just feels dirty to me. 00:35:27 agree