Skip to content

Remove/Refactor Set and Util classes #72

@tom-acciarresi

Description

@tom-acciarresi

The Set class is only ever used once in the code base and can be easily removed or merged with Util

Having this plugin occupying such generic class names as "Util" and "Set" pollutes the global namespace

These classes should be removed/trimmed down/implemented as inside classes of other classes (e.g. Util.transpose_vec should become a private function inside TerrainPreset)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions