#806·jazzy

Drop raw values from declarations

Author: reitzigCreated May 10, 2017Updated Nov 4, 2023
Labelsenhancement

This may be controversial, but I think raw values of enums are designed to be internal: we use the enum to have the abstraction after all.

So instead of

swift
case myEnumCase = "my-enum-case-for-REST"

I'd like to see only the case name (unless the minimum access level is set to internal or lower).