Skip to content

[Feature Request / Suggestion]: clarify enum names ConnectionState vs ConnectionStatus #66

@dilyn-corner

Description

@dilyn-corner

Suggestion / Feature Request

Currently we have an enum named ConnectionState. We also have an enum named ConnectionStatus. While fine because both of the things they are used for are stateful in nature, they're a little close and could lead to confusion or pseudo-ambiguity.

We should check the names of our enums (and potentially other things) to see if we can make them more specific. For the above example, perhaps TcpState and WiFiState.

This doesn't block publishing but is a future thing to examine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementImproves existing functionality or feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions