|
|
|
|
|
by rbarrois
1809 days ago
|
|
An interesting impact of this discussion is, for me: within my team at work, we're likely to forbid any use of Github co-pilot for our codebase, unless we can get a formal guarantee from Github that the generated code is actually valid for us to use. By the way, code generated by Github co-pilot is likely incompatible with Microsoft's Contribution License Agreement [1]: "You represent that each of Your Submission is entirely Your original work". This means that, for most open-source projects, code generated by Github co-pilot is, right now, NOT acceptable in the project. [1] https://opensource.microsoft.com/pdf/microsoft-contribution-... |
|
For this scenario, how is using Co-Pilot generated code different from using code based on sample code, Stack Overflow answers, etc.?