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

Makes use of Java native enum #7

Open
yunpengn opened this issue Mar 16, 2019 · 0 comments
Open

Makes use of Java native enum #7

yunpengn opened this issue Mar 16, 2019 · 0 comments
Labels
refactor Some refactor for existing code

Comments

@yunpengn
Copy link
Owner

Obviously, Java natively supports enum (see here for more information).

However, in the current codebase, we can see many places which are using public static final, at which native enum would be better.

@yunpengn yunpengn added the refactor Some refactor for existing code label Mar 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Some refactor for existing code
Projects
None yet
Development

No branches or pull requests

1 participant