zachleat’s avatarzachleat’s Twitter Archive—№ 18,653

  1. I’ve been using async/await for a few weeks but only recently realized 💡 that return await inside of an async function—while it works—is completely unnecessary, right? Maybe even an anti-pattern? Is this something a linter would’ve told me? Hi I am always learning