Join Slack
Powered by
Referring to <@U01PB5N2JKY> but starting a new thr...
# codingconventions
l
LeoColman
02/12/2022, 7:20 PM
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
ephemient
02/12/2022, 9:43 PM
SCREAMING_SNAKE_CASE and UpperCamelCase names are used for different things,
https://kotlinlang.org/docs/coding-conventions.html#property-names
👆 1
👍 1
2
Views
Open in Slack
Previous
Next