Join Slack
Powered by
Am I the only one who would prefer this: ``` val r...
# codereview
u
uhe
10/18/2017, 9:59 AM
Am I the only one who would prefer this:
Copy code
val result = if (condition) foo() else bar()
over this:
Copy code
val result = if (condition) foo() else bar()
?
Open in Slack
Previous
Next