+ 1
What is the best way to improve?
I just started to learn coding.
8 Answers
+ 11
Just program! Anything that you have learned! Useful programs, useless programs, something cool, it doesn't matter. writing code is the best way to get better if you have studied the basics in the language.
+ 11
CodeWars is a great site with programming challenges on it. I suggest learning with SL and practicing coding problems with CodeWars or other sites. Of course, learn from anywhere you can! Have fun coding!
+ 6
thx
+ 4
Try to look for different sources , always make exercices, change existing simple codes.. And the most important, Do not stop trying and learning new stuff!
welcome to programming sir!
+ 2
Google "Programming Challenges". You will find lots of projects and ideas to inspire you. The best way to improve is to try to make your programs more efficient.
I think alot of programmers (myself included) take the easy way and dont bother improving when you "get the job done". I have recently started going more in depth on algorithms and making more efficient software. The best trick is to stay hungry and motivated.
+ 1
practice. then practice some more. anything that comes up, I code. a bit ago I saw a thing about a trick to multiply a 2 digit number by 11. I just posted a code that does it. definition of useless. why not just put 11*34? because that doesn't help me practice my coding.
at work the other day someone asked how much they thought their jug of pennys was worth. sure, I could have used a calculator and divided the weight by 181. instead I wrote a program that figures it out.
I was asked if I would rather have a million dollars today or a penny today that doubles everyday. I wrote a program to tell me what to do.
My point, just code
+ 1
Learn to have fun with coding. It's the best way to improve.
0
La mejor manera es practicar y practicar, si lo que quieres es mejorar en algĂșn lenguaje te recomiendo que realices muchos proyectos en el lenguaje que mĂĄs te guste o mĂĄs te interesa, si lo que quieres es mejorar en la forma de programar te recomiendo que resuelvan muchos problemas no necesariamente con cĂłdigo sino tambiĂ©n con pseudo-cĂłdigo al igual que con diagramas de flujo espero que esto te sea de ayuda