:question: if you are having strong Java backgroun...
# random
o
if you are having strong Java background, do you feel it uncomfortable, or may be refreshing that Kotlin files are not bound strictly to class names as in Java?
e
orangy: Some times yes, some times no, some times both 😂
j
@orangy No, knowing the classname and doing Cmd+O or Ctrl+N one doesn't need to know the filename
m
Refreshing. It's OK to declare many small top-level classes/interfaces, which are belong to one logical unit. Annotation classes (@interfaces) which take the whole files are ugly.
1
l
Having a strong Java+Android background, I love Kotlin's way to name files and classes as I can move some code to another file without breaking any API or having to do any refactoring, as long as I was ok with the package name