+ 1

What is a good way to practice coding?

I know that the best way to get better at anything is to practice, but are there good practices that can help you understand better or is just a matter of doing it plain and simple?

8th Oct 2017, 12:29 PM
James OMalley
James OMalley - avatar
3 odpowiedzi
+ 2
check out the side "codingame" ! they have a lot of puzzles from simple sorting to advanced AI and player vs player stuff. Also a great comunity with a live chat. it supports a ton of languages and after solving a puzzle your way you can see how others did it to widen your coding horizen :)
8th Oct 2017, 12:42 PM
Chrizzhigh
Chrizzhigh - avatar
+ 1
try repetion trough implementing in u little daily routine things... like speaking ... implement ur programming ability to it... like when your mom ask "how's ur day?" for the sake of practicing u can implement ur reply with programming ability "#include good_weather #include nice_mood public bool good_mood; public int mood_level; class main { if (school == home) { good_mood = true; mood_level =+ 999999; print("school is awesome"); //or any other imposible reason you can think of } good_mood = false; mood_level =- 1888; print("can i eat my dinner in peace and harmony and in any other UN bulls**t programs?"); }" do this every possible moment, u will become expert programmer in no time, do this in 1 month and u can become president of USA. do this in 1 year and you can beat superman in armwrestling while ur hold your phone with ur eyelid otherwise with all of that try to have fun in what your doing while your doing it seriosly.... 😀😀✌
8th Oct 2017, 4:31 PM
Edo Tan's
Edo Tan's - avatar
+ 1
The first thing is to love coding. Typing code everyday will allow you to become better. Try the simple exercise like print on screen , use the loop( if, if else, while, do while ..)
10th Oct 2017, 8:00 PM
NDUNGUTSE Mukosa
NDUNGUTSE Mukosa - avatar