Hacker News new | ask | show | jobs
by br1 3107 days ago
Collecting tasks from all iterations to await before returning.
1 comments

Fair enough. But it's something like 5 lines of code to write that manually, and writing it explicitly is clearer. With implicit function-scoped defer, someone might refactor the code to inline the body of the function into its caller and break it.
I totally agree with you.