4 ms·
> Even though it is based on mostly human written code, Copilot makes mistakes that are different from the type human coders typically make. Can you give an ex
by fn1 4y ago
> Even though it is based on mostly human written code, Copilot makes mistakes that are different from the type human coders typically make.
Can you give an example for this?
- Satam 4y agoProbably not what OP intended but here's what I encountered. When autocompleting code for a Pythonic database query it would finish something like "query.all()" as "query.all().delete()". Meanwhile, as a programmer, I'm usually quite vary of deleting all the records from a database unless I'm very sure that's what I want.