0
how to improve freshly learnt programming skills?
general programming
2 Answers
+ 3
"Practice makes perfect"
+ 2
Practice and experimentation. Try to make the same program from scratch or implement the same code updates in another project. When I first started playing around with threading, for example, I implemented threading in a few of my other projects at the same time. This helped me optimize my coding methodology and streamline my implementation of the technology.