According to Kotlin coding conventions names of ob...
# functional
p
According to Kotlin coding conventions names of objects should start with an upper case letter and use the camel case (like classes), but you could also convert TVState to enum as it consists only of single-instance objects and then use uppercased letters.
r
Maybe others may help in the channels linked below since this channel is mostly for FP discussion and not so mach naming conventions. I’m of the opinion that any form of convention is valid regardless of what the majority does if it justifies the shape you are aiming for in your public api. Others may have other opinions here #codingconventions #codereview
👍 1