hands-on
hands-on copied to clipboard
Use emptyList rather than empty listOf
trafficstars
I think for beginners, listOf() is more confusing than emptyList().
orEmpty() would also work.