+ 4

What defines a good programmer/coder ?

17th May 2017, 4:21 PM
Michael Murandu
Michael Murandu - avatar
6 Respostas
+ 10
Versatility + imagination
2nd Jun 2017, 6:49 PM
Innocent WK Chinyemba
Innocent WK Chinyemba - avatar
+ 9
a programmer should have a good thinking , logic skill so that he can solve problems easily. i think he should follow few rules : his code should be short , less time consuming , less memory usage and less bugy.
17th May 2017, 4:27 PM
MR Programmer
MR Programmer - avatar
+ 7
The most important thing that many od us would agree is that: A good programmer writes clean codes. So what is a clean code? Obviously it means that your code just simply does things smoothly. I would say that this is achieved by controlling the flow structure of the code, when you control the flow structure of a code, you are also determining when does a code exit, when does garbage collection occurs, etc. Which literally means that you are changing how much resources does the code take up and how efficent it is in doing its task. Hence? A good programming should be able to control a code's flow structure smoothly without any problem. (Unlike me who just simply use one little 'goto' to fix tiny probles)
17th May 2017, 5:07 PM
Wen Qin
Wen Qin - avatar
+ 2
In my opinion two main things: - Planning - Ability to focus
17th May 2017, 4:24 PM
Krzysztof Przybylowski
Krzysztof Przybylowski - avatar
+ 1
The ability to make good code
17th May 2017, 4:30 PM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar
0
Others should be able to understand what the code does.
17th May 2017, 5:31 PM
Paul
Paul - avatar