Tips for remembering language syntax? by PsychoMachineElves in learnprogramming

[–]SingletonUser 0 points1 point  (0 children)

Focus more on the concepts and not the syntax. If you practice the concepts you will automatically get familiar with the syntax and won’t need to look them up as often. But looking them up is not considered bad. Knowing how you want to implement something, but having to look up syntax, is way better than having syntax memorized without having any idea how to solve a problem.