Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify enums #28

Merged
merged 1 commit into from
Aug 13, 2022
Merged

Simplify enums #28

merged 1 commit into from
Aug 13, 2022

Conversation

chelnak
Copy link
Owner

@chelnak chelnak commented Aug 13, 2022

Prior to this PR the enums in colors and animations were defined with iota plus a random increment. This was useless and is not needed.

This PR removes the increment from the iota declaration.

Prior to this commit the enums in colors and animations were defined
with `iota` plus a random increment. This was useless and is not needed.

This commit removes the increment from the `iota` declaration.
@chelnak chelnak added the enhancement New feature or request label Aug 13, 2022
@chelnak chelnak self-assigned this Aug 13, 2022
@chelnak chelnak merged commit 43c84f8 into main Aug 13, 2022
@chelnak chelnak deleted the simplfy_enums branch August 13, 2022 13:09
@chelnak chelnak linked an issue Aug 13, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Simplify enum types
1 participant