0
Hi, I want to ask all of you. I'm still newbie at programming at this point. What is tips and trick to get used on programming?
Newbie Programmer
5 Réponses
+ 2
1. Study
2. code what you've studied
3. make a Git account and send your code there
4. write on your blog about your coding trip
5. go to 1 and repeat!
Don't forget to have fun!
+ 1
Debugging! 😉
0
Set small goals, always with a higher difficulty once you achieved one. For example: 1. Learning about syntax, data structure... 2. implementing a sorting algorithm 3. learning about gui 4. implementing a calculator gui...
0
Well thank you for your responds to you all guys! It's really helping me though :D. And another questions for me, sometimes when I make a simple program, and when I compiled it, it shows error and sometimes didn't appear the output on my code. And I get so frustrated to find where is my mistake. Any tips or trick for this? Thank you :D