+ 1
How can i improve my skills in programing?
2 Respuestas
+ 5
- Learn how to use the symbols of the trade. I.e. flowcharts, pseudo code and uml.
- You should also learn how to use your tools effectively I.e your editor/ide, the browser and the command line.
- you need to practice what you've learnt several times before it becomes effortless.
+ 1
While(!skills)
{
Practice();
If(topic==0)
{
Learn(topic);
}
}