I need a viewpoint on this As always you can post a questio
I need a viewpoint on this :
As always, you can post a question, answer, or observation for your discussion point this week. If you don\'t know what to post, you can also respond to this question. This question gives us a chance for a little self reflection (which is one of PCC\'s \"Core Outcomes,\" the things PCC expects every graduate to learn while he or she is here).
Here we are, and it\'s almost the end of the term already! Time flies. We\'ve covered sequence, alternation, modularity and iteration, and we\'ve written a few different computer programs. I hope everyone has gotten the flavor of what computer programming is like, at this point. Here\'s my question to you: what characteristics or qualities do you think are most important for some to be happy and successful as a computer programmer? For example, I think patience is very important, because if you get frustrated easily, computer programming is a misery. But, what do you think is important? Or, alternatively, what insights do you have now that you would apply if you had to manage a computer programmer or have someone write some custom code for you or your company?
I look forward to reading your answers!
Solution
To be a good programmer some of thing which i think heelps are problem solving skills, if you are given a program to write and you are not able to judge the pattern and come out with logic then you will never be able to give out the correct output.Another characteristics should be debugging skills , ability to find failure like in case you developed something and its not giving the required output then as a programmer you should be able to debug the code and find out the failure point otherwise you won\'t be able to make it work. Another is testing skills , a program is cosidered good only when it runs fine in all scenario and not just one or two and to achieve the programmer should have good testing skills in order to test each possible aspect.

