book-exploring-async-basics icon indicating copy to clipboard operation
book-exploring-async-basics copied to clipboard

[Translation] 8_2_setting_up_runtime.md

Open Jaxx4Fun opened this issue 5 years ago • 3 comments

I find it easier to write about this if we don't need to jump between functions too much and can just cover all this logic from a-z.

This sentence is not easy for me to understand. Could you please clarify it?

Jaxx4Fun avatar Jun 11 '20 13:06 Jaxx4Fun

It means that it's better for me to write one long function with all the logic chronologically since it's easier for me to explain in a book format, but I won't recommend writing such long functions in your own code since you should probably split it up in smaller functions with good descriptive names.

cfsamson avatar Jun 12 '20 17:06 cfsamson

How about the cover all this logic from a-z? It looks like a phrase.

Jaxx4Fun avatar Jun 13 '20 12:06 Jaxx4Fun

Yeah, it's a phrase. It means "cover all this logic chronologically from the start to the end" ("a" is the start of the English alphabet, "z" is the end of the English alphabet)

cfsamson avatar Jun 13 '20 22:06 cfsamson