Join Slack
Powered by
is there any reason to use kotlin expressions over...
# announcements
r
rezenebe
11/29/2018, 6:42 PM
is there any reason to use kotlin expressions over a function other than aesthetics? eg:
Copy code
fun getANumber() {return 2} or fun getANumber() = 2
Open in Slack
Previous
Next