Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Refact enum property name #65

@StevenWatremez

Description

@StevenWatremez

Currently enums have Enum suffix. This issue is about removing Suffix on Enum types and adding rawValue suffix.

// Before
var toto: String
var totoEnum: Toto { /*…*/ }

// After
var totoRawValue: String
var toto: Toto { /*…*/ }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions