glua / glua/gm_voxelate

fix naming conventions

Open
#43 2 comments 0 reactions 2 assignees Claimed by @SwadicalRag View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.