|
|
|
|
|
by constantcrying
1286 days ago
|
|
>Do you think that some form of AI will be able to do the job of an average programmer any time soon? No. AI is not a greater threat than stack overflow. The skills of a programmer are not generating 20 lines of code to solve a well known problem.
And even a 99% AI is next to useless, since finding errors is exceedingly hard. |
|
For a while I only had Copilot configured for VSCode and PyCharm, but I mostly use Emacs. The day that I took a little time to configure Emacs to use Copilot, it really hit me how useful Copilot - once I always had it available. Also, the ability to tab through multiple code completions lets me choose what I think is a good completion in a few seconds, or hit ESCAPE to discard them. I have been programming since 1964 (my Dad gave me access to a timeshared BASIC when I was a kid) so I can read code very quickly from almost 60 years of work and play.
I also find Copilot works well with my own bottom up, and REPL based development style.
I understand that many developers don’t like Copilot, but, we are all free to choose our own tools.
Anyway, I appreciate your comment even though my experience is different.