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

CAPS in the Settings User Interface #755

Closed
Mailaender opened this issue Sep 30, 2021 · 0 comments · Fixed by #756
Closed

CAPS in the Settings User Interface #755

Mailaender opened this issue Sep 30, 2021 · 0 comments · Fixed by #756

Comments

@Mailaender
Copy link
Contributor

Java enums are SCREAMING_SNAKE_CASE which seems to be best practice and it helps me personally with readability of the source code. However, those raw enums are also displayed in the UI which I find pretty terrible. Some also have bad grammar in conjunction with the description. Oftentimes, it is clear what is meant by it, but I think it is bad polish. Combo boxes should differentiate between labels and raw data. The goal is to not touch deserialization or default values to avoid any problems with backwards compatibility. It should just look pretty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant