Referring to <@U01PB5N2JKY> but starting a new thr...
# codingconventions
l
Referring to @therealbluepandabear but starting a new thread: Why do we have UPPERCASE SHOUTED CONSTANTS in Kotlin as a default practice? Ktor for example uses CamelCaseConstants, and it's much more comfortable to my eyes.
e
SCREAMING_SNAKE_CASE and UpperCamelCase names are used for different things, https://kotlinlang.org/docs/coding-conventions.html#property-names
👆 1
👍 1