Now that I think about it, top level function shou...
# announcements
e
Now that I think about it, top level function should make more sense when you do pure FP in Kotlin
z
So for something like those game functions above, you’d go member function or top level function?
If you weren’t concerned with the chaining and how it would look
e
I'd prefer member function for now, you can also check if there's any convention in your company/current project
z
It’s a solo project I’m using to learn Kotlin 🙂 Thanks man!