Zoltan Demant
03/18/2022, 5:11 AMVERY_BOLD naming pattern, since compose they (and a lot of other variables) follow a MuchSofterPattern. Im curious about how you manage any type of consistency between the two in your projects? Personally, I prefer the latter - but refactoring isnt very simple when the old style enums are part of external datasets, json structures, etc. I feel liek Im stuck with UPPER_CASE and BeautifulCase (sorry, I couldnt find the actual appropiate names for them) and I rarely know when to use which as a result.Kirill Grouchnikov
03/18/2022, 1:23 PMdarkmoon_uk
03/21/2022, 4:12 AMSCREAMING_SNAKE_CASE (Really).