|
|
|
How to say that someone is a great programmer?
|
|
1 points
by pheonikai
3591 days ago
|
|
In case of sports, the parameters are well defined for someone to be considered the best which can be quantified more or less in the form of rankings. But there is no such measure or yardstick for programmers. Which things do you look for or notice in a programmer which makes you say that he/she is a great programmer. Instances would be helpful.
Thankyou. |
|
The criteria could be:
* The time one would need to implement some particular task (build a website, application, algorithm, etc.) – you can measure it in minutes/days/months and compare.
* How much support the written piece of code would require over time – the number of bugs, the time required to fix those.
* How much effort is needed to extend the code – time spent on new features or changes built on top of that code.
* How clean the code/design is – the time another person would spend to understand the logic to get onboard to comfortably work with it after.
These are just off the top of my head, you can come up with much more, probably. I believe, everything is measurable. You just need to understand the specifics of the industry and decide what exactly to measure.