SyntaxFix
Write A Post
Hire A Developer
Questions
Here's an (apparently) uncommon one, which I've found useful: module name in CamelCase, then an underscore, then function or file-scope name in CamelCase. So for example:
Bluetooth_Init() CommsHub_Update() Serial_TxBuffer[]