How to exel in coding?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to exel in coding??

I know most of the concepts of particular programming language. But the problem is I face difficulty in implementation. How to overcome this problem??

6th Oct 2018, 4:17 AM
Satyamurti G
3 Answers
+ 6
One of the best ways to excel at programming is to learn and MASTER the basics. I have worked with too many programmers who do not understand some of the fundamentals of a language and fail to write good code. Learn the best practices when coding. Learn how to write code that works 100 percent of the time and that anyone can understand. Learn from experience. Anyone can learn to code but learning to solve problems is another story. Learn from real life problems and apply them to your coding. Think through everything you code from start to finish. It's like the saying "Think before your speak." Think about what your actually trying to do with your code. Don't take shortcuts. If you don't know the answer, research it and research it thoroughly so you fully understand the answer. Look at other people's code, break it down, and understand what it does. Finally, NEVER stop learning, even if you think you're the greatest programmer in the world.
6th Oct 2018, 5:28 AM
Antsy
+ 3
How to excel in coding : 1 - Learn the basic concepts and several languages 2 - Learn technologies, because just knowing how to make codes is not enough. For example, Networking, using database systems, frameworks 3a - Learn how to test your code to manage all cases 3b - Using quality measurements tools, as SonarQube and Linters 3c - Learning mathematics and mathematical tool for computer science 3d- Learning UML, to have a conception step, it can be really helpful 4 - Practicing, it's by developing that you will become a developer 5 - Learning Software architecture and project management to be able to make bigger projects 6 - Learning specialities like A.I, Web, or Game Development hope it helps you
6th Oct 2018, 11:32 PM
Xavier Heugue
Xavier Heugue - avatar
- 2
NN
6th Oct 2018, 11:44 AM
Arun