+ 2
What should I do if I forget codes quickly ?đ˘đ˘
4 Answers
+ 5
Shady Mamdouh
Just to let you know... You're not Alone who forgets when we're just a beginner.
When I started with Java, I couldn't even remember
public class Program{
public static void main(String[] args){
System.out.println("Hello World");
}
}
đđđđ
Even now.. I tend to forget newly learnt concepts easily because I've less practice in those.
So,
Don't just memorize code, try to understand
1. Why we write it like that? That is the logic behind code.
2. What will happen if we don't write it like that. That is try to analyse the error message as much as you can.
But at the end of the day seriously there is no better answer than
"Practice.... Practice... Practice..."
"Practice makes you Perfect"
And you'll notice you'll start to learn by heart.
https://www.sololearn.com/Discuss/704987/?ref=app
+ 3
practice them more. practice them until they annoy you because you see it all the time.
+ 1
You forget your own codes when they grow, or the coding language?
0
Just try to write them on a notebook while you're practicing and try to use them a lot! Don't copy and paste! Tryna write a code by yourself.