Skip to content

[feature] Rename ChunkyBoi and other various badly named classes #8

@Bobscorn

Description

@Bobscorn

Is your feature request related to a problem? Please describe.
I am finding some classes, functions, namespaces and enums misleadingly named, some functions, for eg. DeDuplicateVertices could be named RemoveDuplicateVertices, and more significantly, Voxel::ChunkyBoi is a terrible name that could instead be Voxel::BlockChunk or even just Voxel::Chunk.
There are several such names across cpp-engine and they are reducing the readability and intuitiveness of code in this repo.

Describe the solution you'd like
I would like classes such as ChunkyBoi renamed to BlockChunk, and DeDuplicateVertices to RemoveDuplicateVertices.
Most classes and functions I would like at least skimmed to check if they should be renamed or not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions