<@U0BNGCVCK> a bit offtopic, but assuming you're u...
# intellij
k
@deviant a bit offtopic, but assuming you're using retrofit, I would argue against naming your methods
getSubscriber
d
why?
k
it's redundant and it's not really a getter in the java bean sense. you can just name your method
subscriber
and you can make overloads for different verbs if they have different arguments.
d
probably java legacy still has big influence on my code style. but i prefer
get
prefix for such things. need more kotlin therapy 🙂