Skip to content

COLORS interface is unnecessarily difficult to work with. #6

@GeorgeMuscat

Description

@GeorgeMuscat

The COLORS interface is difficult to work with and many QoL improvements could be made.

Have the 16 colors represented by a static array of structs is code that is not self describing and requires documentation consultation to understand which color is which.

Additionally, the static array can only be indexed using a usize, which is an unnecessary constraint and helper interfaces can be implemented to improve the user experience.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions