+ 5
What should i do to get more stronger in programming?
5 Answers
+ 9
@Bharath Error: 'i' was not initialised
lol... just kidding
1. Practise Practice and Practice cuz.. practice makes perfect
2. Implement the first point
+ 2
while(i>0){
"practice..practice";
i++;
}
+ 2
@Cool Codin: I feel lazy while practicing.. Suggest some tips to overcome this laziness
+ 1
1 Analyse code. And break it down to its fundamental parts.
2 Understand what each part does and ask yourself questions about it.
3 attempt to reproduce the code from memory , making a note of the parts you got wrong
4 once confident with it, tweak it up to see what happens. And implement it in a new situation.
5 combine this new knowledge with prior coding knowledge
0
Just practice when you want this