"Because of my own personal philosophy regarding technology and AI, all the code in this repository that was written by me - I wrote 100% on my own. There is and will be no usage of Github Co-Pilot or any other AI tool." As a developer that recently went to the dark side with co-pilot... all I can say is that from my perspective having used AI-augmented IDEs, arguments like this seem to me like a carpenter refusing t…
In my experience power saws and power drills don't steal intellectual property without telling you. On a less snarky note, this seems like a pretty serious exaggeration. You could have learned about .every() and .some() in many many other ways
> On a less snarky note, this seems like a pretty serious exaggeration. You could have learned about .every() and .some() in many many other ways
Yeah but I didn't because it was an unknown unknown. How would I have learned about .every() when I didn't know it existed? Copilot as a discovery engine is a fantastic way to learn about language features you didn't know about.
That was just one recent example. Copilot occasionally suggests ways of doing things I didn't know about and that were even better than my original approach.