I'm currently taking CS61A and I find that I can't seem to code without relying on Copilot. When I work on labs and discussions, I often end up using it to get through my assignments. I've tried to solve problems independently, but I struggle to think through them on my own. I'm looking for advice on how to improve my coding skills without leaning on AI tools.
4 Answers
How long have you actually been programming?
Honestly, the best advice is to just stop using AI for now. You won’t learn if you don't struggle a bit. Everyone who excels has gone through a lot of failed attempts; it’s part of the learning process.
Try tackling simple function problems first. For example, write a function that adds two numbers or one that checks if an array contains an even number. You can even reverse a word with a function. Check out Codewars for some easy 8kyu problems. Just remember, don't use AI for these basics—work through them manually!
Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically