Join Slack
Powered by
Postfix style is easier to read (less parenthesis)...
# coroutines
o
orangy
12/22/2016, 10:31 AM
Postfix style is easier to read (less parenthesis), and it is easier to type, because people usually write semantic part first. E.g.
val response = httpClient.get(”a.b.c/foo/bar.json”)
and then
response
is future, so we just continue with
.await()
2
Views
Open in Slack
Previous
Next