+ 3
What is the most important subject to be good at when coding?
I love coding but i am weak in some areas (mostly drawings) what subject is most important to be good at when coding?
8 Answers
+ 19
imo, The most important subject is logic (which is taught independently in some countries).
Maths knowledge can be a BIG help in drawing graphics and solving specific algorithms but its not necessary since you'll automatically learn maths through programming and in a better/applied manner compared to schools...
+ 5
Imo the most important things are:
1) logic (which is taught by math)
2) proper indentation (so your code is easily readable)
3) minimal comments (so your code is easily understood now & a month later & a year later etc)
+ 3
logic/problem solving, math.
+ 2
your maths should be good, and rest is all about coding and how well you think the solution of a problem (aptitude)
but most important is practice of coding
+ 2
...and besides readability it is a good habit to indent because some languages rely on the indentation for the format/syntax, to work properly.
+ 1
problem solving
basic maths unless you plan to work with some vectors
+ 1
In my opinion it's knowing how to find things on google and how to read documentation.
+ 1
Idk about subjects but passion is the most importan thing