+ 9
How to be a good programmer?
answer and reason upvote follow
10 odpowiedzi
+ 15
Good at discrete mathematics, write code that modular, easy to be maintained, easy to be understood and as efficient as possible. To be able to achieve that, code everyday and try to think about making better algorithm.
+ 12
Learn, learn and learn! /V.I. Lenin (Ulyanov)/
+ 8
Practice makes the master.
In everything.
+ 7
PRACTICE
+ 5
just code every day!
+ 5
learn and code Every day
+ 3
all u need is to love a code :).
+ 2
always learn,explore and never give up..especially when you debug and fixing bugs
+ 1
The best thing you can do in my opinion is focus on good object oriented design. Writing easily readable and maintainable code is more important for real life software than the most optimized algorithm. I would recommend reading "Clean code" by Robert C. Martin
+ 1
Dont stop learning