Feeling Stuck with Coding – How Can I Improve Without AI?

0
0
Asked By CodingNinja99 On

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

Answered By QuestionedCoder On

How long have you actually been programming?

Answered By NewbieCoder2 On
Answered By LearningCurve21 On

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.

Answered By SmartyPantsX On

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

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.