Skip to content

Standardize Collection Formats in Common #47

@direwolf314

Description

@direwolf314

Simplify which data structures are used within the different 'common' classes. Right now they store data as lists, tuples, dicts, and sets, even when it's basically the same concept (eg. functions and strings in CommonSectionFormat). Sets have a nice O(1) lookup and are nice when used properly.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions