Where are we going with the class/function naming conventions? Currently the code is in a flux between camel-case and underscore.
Lets capture this in an issue to avoid any unnecessary style fixes.
Current proposal:
- Capitalized camel-case class names
- Lower-case underscore variable names
- Lower-case underscore function names
- Lower-case underscore namespace names
Where are we going with the class/function naming conventions? Currently the code is in a flux between camel-case and underscore.
Lets capture this in an issue to avoid any unnecessary style fixes.
Current proposal: