- Proposal: SE-XXXX
- Authors: Tim Shadel
- Review Manager: TBD
- Status: TBD
Add an optional syntax to declare all code related to a single case
in one spot. For complex enum
s, this makes it easier to ensure that all the pieces mesh coherently across that one case, and to review all logic associated with a single case
. This syntax is frequently more verbose in order to achieve a more coherent code structure, so its use will be most valuable in complex enums.