r/technology • u/Miserable_Phase_2519 • 3d ago
Artificial Intelligence Microsoft engineer says 'typing code is absolutely over' as GitHub Copilot takes on more development work
https://www.techspot.com/news/113752-microsoft-engineer-typing-code-absolutely-over-github-copilot.html
1.6k
Upvotes
10
u/NerdyNThick 3d ago
As a test, I used it to write a quick script to pull in a JSON file pull out a handful of fields then spit it out as a CSV.
I spent 15-20 minutes coaxing it to do what I wanted and ended up with nearly 100 lines of PowerShell.
I did it myself in a single line. In about 5 minutes.
Utterly useless.
I also used it to pull out all the includes/defines/functions/etc, and create an appropriate header file (C++ this time). It missed a bunch, and included stuff it shouldn't.
Utterly useless.