+ 1
How to be a good programmer?
5 Answers
+ 11
Make your code as simple as possible. Use more functions or methods and give them a good name which expresses their functionality. Don't copy paste your code. Don't copy paste any code from internet. Just learn them from internet, understand their usage and write it yourself in your code. Try to use comments in big functions and include(in comment) the algorithm name before a recursive algorithm. This would help you to be better programmer.
#And most of all. Don't skip any tutorial or tips.
+ 11
try and optimize as much as possible in your code.
+ 11
Drink enough coffee, love your codes, love the language.
+ 6
*practice a lot
*always learn from mistakes
*creative
*ask other when need
đ hope this help