[OPINION] copilot in VS Code is such a bad idea for beginners

Posted by Ok-Sign-7380@reddit | learnprogramming | View on Reddit | 20 comments

Hear me out I just finished my first year in Computer Science, which covered the fundamentals of programming the very things you'll be needing on throughout your four years in the program.

While I was coding a student management system, I noticed that Copilot kept suggesting code constantly. For every function I started, Copilot would try to write the entire function for me even when I didn’t want it to.

It honestly feels like the AI is coding the whole program for me. If you're already good at programming, you might find this tool helpful. But if you're just starting out, I think it's actually a bad idea. It takes away the learning-by-doing aspect of coding. If the AI just writes everything, you're not really practicing or understanding how things work.

Sure, it’s subjective some people might take the time to understand the code Copilot generates. But generally speaking, I believe relying too much on it early on can really hurt your learning process.