How to improve | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to improve

How to improve my coding i need just ur ideas Tnx alot

25th Aug 2022, 4:55 PM
Abdul Bari Rahmani
Abdul Bari Rahmani - avatar
2 Answers
+ 2
Improve how you ask questions. Not kidding, when asking for help online, try to add as much details as possible to make it easy for others to help you out. In your question here, you are not stating where you are in your learning, you goals and even what language you use. Tags are a great place for the language. Other than that, the general path to improve is from practice, do lots of projects to meet new challenges. Exploring other languages will teach you more programming foundamentals too. I hope this helps :)
25th Aug 2022, 5:05 PM
Apollo-Roboto
Apollo-Roboto - avatar
+ 1
How to improve programming and logical skills The conditional statement Programming is more about conditions and looping.To improve logical thinking, start to think conditionally such as Yes or No,True or False.Try to question yourself or solve a problem as a conditional statement such as if...then...it's very helpful to improve your conditional reasoning power. 2. Think like a machine The machine didn't understand anything because it works on the instruction which we gave. To solve a problem, give instructions and try to follow the order. Here, instructions are nothing but logic. Machine-oriented thinking will help you to write logic in a program. 3. Solve logic puzzles Try to solve riddles and puzzles from newspapers or in a modern mobile app.Don’t get disheartened if you can't solve them at first attempt or take a long time to solve them.Remember that you are in the process of learning and improving skills.Your brain will be trained to think differently with every puzzle that you try to solve. /Matiyas/
25th Aug 2022, 5:54 PM
Yaroslav Vernigora
Yaroslav Vernigora - avatar