+ 5

What should i do to get more stronger in programming?

15th Dec 2017, 1:25 PM
Prasanth Raju
Prasanth Raju - avatar
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
15th Dec 2017, 1:42 PM
Cool Codin
Cool Codin - avatar
+ 2
while(i>0){ "practice..practice"; i++; }
15th Dec 2017, 1:30 PM
Bharath_Teki šŸ‡®šŸ‡³
Bharath_Teki šŸ‡®šŸ‡³ - avatar
+ 2
@Cool Codin: I feel lazy while practicing.. Suggest some tips to overcome this laziness
15th Dec 2017, 1:51 PM
Prasanth Raju
Prasanth Raju - avatar
+ 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
3rd Jan 2018, 12:07 PM
Logomonic Learning
Logomonic Learning - avatar
0
Just practice when you want this
15th Dec 2017, 2:35 PM
Š•Š²Š³ŠµŠ½ŠøŠ¹
Š•Š²Š³ŠµŠ½ŠøŠ¹ - avatar