What should I do to improve my skills and logic in programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What should I do to improve my skills and logic in programming?

Help me.

28th Oct 2019, 2:01 PM
Charlon San Agustin
Charlon San Agustin - avatar
6 Answers
+ 5
Practice. Search. Learn.
28th Oct 2019, 2:02 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
+ 3
1.Practice 2.Research 3.Have skills that are not related.. This will help increase creativity
1st Nov 2019, 5:51 PM
Dace [Super Inactive| Challenge=Maybe]
Dace [Super Inactive| Challenge=Maybe] - avatar
+ 1
I recomend a good book on mathematical logic. Read and complete the exercises of the first chapters. The more complex things you don't need, just to to understand booleans, logic operators, truth-tables...
28th Oct 2019, 2:56 PM
Rodrigo Oliveira
Rodrigo Oliveira - avatar
+ 1
Pseudo code. Write program logic in your everyday speaking language. Here's an example: If I have money in my pocket { Enter the shop; If I have 2 euros or more { Buy a big bar of chocolate: } Else { Buy a small lollipop; } Else { Do not enter the shop; } That's just a nonsense example, but by jotting ideas like this down, it helps your brain figure out the logic of what you want to achieve in your program. You just then have to research the correct syntax, conditional mathematical operators and other programming keywords to achieve the program results you want.
29th Oct 2019, 12:59 AM
Xyenia 🦉
Xyenia 🦉 - avatar
+ 1
Practice, More Practice and Morest Practice :D
29th Oct 2019, 11:44 PM
spyrax10
spyrax10 - avatar
0
Thanks 😊
28th Oct 2019, 2:04 PM
Charlon San Agustin
Charlon San Agustin - avatar