>>belter+(OP)
Taking code off github, changing it a bit and passing it off as ones own crosses a line. Now we really can't tell the AI from the humans!
>>jimnot+NA
oh come on, which code? writing imports? or iterating over collections? or am I underusing copilot? :)
I basically use it as stackoverflow on steroids.
it is not even close to gpt-4 in terms of reproducing some original idea I could not find in a search engine
>>missin+H11
Copilot understands some convetions when there’s more than one way. I used it extensively with react bootstrap where I decided to go with the recommended way of
importing each components like import Tab from ‘react-bootstrap/Tab’
It also knows which components are used in the file.