What are the best concepts required for good coding skills? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What are the best concepts required for good coding skills?

13th Aug 2017, 9:41 AM
Safinaz Sayed
Safinaz Sayed - avatar
5 Answers
+ 4
I only believe in ideas and beauty of coding :)
13th Aug 2017, 9:45 AM
Sun
Sun - avatar
+ 3
thank you!
13th Aug 2017, 9:52 AM
Safinaz Sayed
Safinaz Sayed - avatar
+ 1
the concepts depends up on the type of language you are learning ... but in general for object oriented language you need to be strong in oops concepts ...
14th Aug 2017, 9:12 AM
Satwik Dondapati
Satwik Dondapati - avatar
0
I'd say if you're talking about general purpose good habits then you should find what conventions are most widely used for the programming language you are using and try to follow that. It helps with overall consistency and readability and helps me personally stay organized. Also, name things intuitively. Don't go naming a variable that holds, let's say, the current amount in someone's bank account 'portebello_mushroom' or something silly like that. Take a moment to think of a good name, you'll thank yourself later. Happy coding!
13th Aug 2017, 9:51 AM
Jacob Powell
Jacob Powell - avatar
0
ability to divide a task into subtasks. two short functions are often better than a long one
14th Aug 2017, 12:01 AM
Larytet
Larytet - avatar