|
|
|
|
|
by yawaramin
884 days ago
|
|
> IMO saying there's no function coloring in a language ignores a lot of details. Details which are meant to be ignored. When you use async/await constructs in various languages, you don't care about the fact that they are desugared into callback chains under the hood. You either do async/await in a language or you don't. That's what the concept of 'your function has a colour' means. If you want to change the meaning, OK but then you're talking about something else. |
|