-
I reviewed some code that also had comments from Copilot in it. One of them said:
The JSDoc for _____ indicates it returns Promise, but the method actually returns a boolean. Please update the JSDoc to accurately reflect the return type as Promise.
Completely untrue! It was an async function, and those always return a promise. Imagine using Copilot to learn to program, as a ton of people do, and internalizing stuff like this all day long.