Building concepts | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Building concepts

How i build my strong concepts independent from any programming language....!

1st Apr 2018, 8:08 PM
Tayyab Mubeen
Tayyab Mubeen - avatar
2 Answers
+ 2
Learn about design patterns, object orientation, good programming practises, formal methods.
1st Apr 2018, 9:40 PM
Emma
+ 3
As with building any skill, practice is probably the most important thing you can do to get the hang of coding and better your understanding of it. What I would suggest doing is finding some challenges, whether in the lessons, Q&A section, or off the internet, and try to solve them in ways that challenge you and make you think. For example, you can try to do a simple task like adding two numbers together, but without using any operators whatsoever. This may help you get a better understanding of how computers compute equations and may even teach you some skills that could be useful in other projects. I would also recommend taking your time throughout the courses as you go along to really get a good understanding of the language that you're learning, and trying to write codes as you go along that include things that you just learned in a certain section. In short, just practice your coding skills in whatever way you find improves your understanding of how to program and always continue to try learning new things. d:
1st Apr 2018, 8:20 PM
Faisal
Faisal - avatar