You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: