Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Enum annotations have imprecise names #40

@jofaul

Description

@jofaul

Is your feature request related to a problem?

A parameter 'algorithm' will create the enum class Algorithm. This name is imprecise and unpractical, especially if the name algorithm is used several times.

Desired solution

One solution would be to generate nested enum classes, so that the parameter algorithm in TruncatedSVD would create the enum class TruncatedSVD.Algorithm. Another (worse) solution would be to change the enum classes generated name to TruncatedSVDAlgorithm.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    @enumRelated to the @enum annotationenhancement 💡New feature or request

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions