I'm sorry but I can't see how it is good-looking code. In my opinion this piece should look like this:
var dbResource = fetchDbResource(query); var serviceResponse = callSomeAsyncService(); var otherService = callSomeOtherAsyncService();
I'm sorry but I can't see how it is good-looking code. In my opinion this piece should look like this: