fix naming conventions
Open
Discussion
Shitcode Removal
- Dominant language
- C++
- Stars
- 21
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
The exposed C++<->Lua api is fairly consistent, but the pure Lua API is messy as fuck.
Here's how I'm doing it:
- local vars are simpleCaseCamelCased
- global vars are UpperCaseCamelCased, with the exception of `gm_voxelate`
- class methods are UpperCaseCamelCased
- avoid using snake_case because it looks weird af tbh
Thoughts @birdbrainswagtrain ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.