zlacker

[return to "GitHub Copilot, with “public code” blocked, emits my copyrighted code"]
1. BenFra+Do2[view] [source] 2022-10-17 16:18:20
>>davidg+(OP)
The weird thing about CoPilot to me is that all the examples seem like bad examples: I don’t want my team writing new functions to count the bits in an int; I want them to call the function to count the bits. The real potential of CoPilot would be if GitHub uses it to design libraries for various languages that do the things people keep wanting done. Imagine if instead of autocompleting the body of `std::size_t count_bits(int)`, it would suggest “Try `#include <GitHubLib/BitTwiddling.h>` and call `GitHubLib::count_bits`.”
◧◩
2. kyleee+Kg4[view] [source] 2022-10-18 04:19:39
>>BenFra+Do2
that's a great feature suggestion, it can be a lot of work to discover and vet libraries to use
[go to top]