Join Slack
Powered by
BTW: `run { ... }` is more readable than `{ ... }`...
# announcements
h
hastebrot
06/14/2016, 8:47 AM
BTW:
run { ... }
is more readable than
{ ... }
to introduce additional scope. IDEA will atomatically suggest a change from
{}
to
run {}
.
👍 1
Open in Slack
Previous
Next