+ 1
Help
Iām a new java learner. As a beginner Iām loving it, and understanding everything smoothly so far. My biggest challenge is putting all pieces together to the code. Any advise to improve understanding the task better, and put the code puzzles together. Thanks in advance
4 Antwoorden
+ 5
Your best bet is reading other people's code and playing with each 'try it youself' in the course. In both cases, you got working code you can break and put back to working so mess with it. Figure out what each line does and why they decided to use it.
+ 3
Try planning first. A pseudo code would be a nice choice. Most importantly, PRACTICE. Make projects, have problems, sleep with the problems and ask questions here.
+ 3
Boy John Wells that is so on target in any language
+ 1
Before starting look at other people's code here or in any open source project. And you are going to code it is a good practice to just planning the code on a paper or anything.
Another good way of practicing is doing coding challenges.
You can find good java / or any language challenges here : www.codewars.com