2022-09-25
https://maximorlov.com/why-you-shouldnt-mix-promise-then-with-async-await/
Promise.then() と async/await を混在させるとエラーハンドリングが分かりにくくなるコード例を提示して、なるべく async/await を使うことを推奨している記事。
Promise.then()
async/await