vote up 18 vote down star
10

Hi All,

I see a lot of questions on SO that are asked about 'good' programmers vs 'bad' programmers.

For example, what is a good/bad programmer, how to tell a good/bad programmer, what to do about a bad programmer on a team, how to hire a good programmer.

I know it's pretty easy to apply the words to other people, but I find myself wondering if anyone out there would actually define THEMSELVES in a Boolean fashion like this, rather than "good in some areas, weak in others..."

I'm not asking as an either/or where you have to be one or the other, but as a 'both' - are you a good or bad programmer?

If so (either one), why?

Please note this isn't meant to be argumentative, or to define good/bad practices, etc. I just want to know how many people think they are good, bad, or neither out there.

flag
16  
Gee, sorry it doesn't meet with your approval. I thank you, thought, for your worthless comment =o) – Eli Mar 11 at 2:39
show 7 more comments

59 Answers

prev 1 2
vote up 0 vote down

Once upon a time I thought I was a good programmer. I could code in C, using and computing pointers to pointers and pointers to functions, etc. and usually getting it all to work without crashing frequently. At that time, that seemed enough to be a good programmer.

Then I lost my job during a recession, and my next job was mostly help desk and testing sorts of stuff. It took a few years to land another job which I thought was going to be mostly programming, but it turned out they just wanted a jack of all trades. After several more years, I finally landed a new job which looks like it's going to be mostly programming. I've only been here a few months, but that has been long enough to discover that I'm now a bad programmer. :-(

link|flag
vote up 2 vote down

I'm a "bad" programmer in the strictest sense: I'm self taught, without any formal education (and to be honest I'm terrible at math so there's no way I would ever do a CS program); I don't make use of things like version control or testing, although I am trying to learn them both; I've only ever worked on maintaining existing software without ever really having the chance to write something from scratch.

But you know what? I'm okay with that, because I'm trying to improve myself as much as I can and learn how to become a "good" programmer, or at the very least a better programmer than I am.

link|flag
vote up 0 vote down

I'm a bad programmer. The only reason I'm a bad programmer, is I don't know everything there is to know on the subject, and since I never will, I will always be a bad programmer. At least this bad programmer can look forward to programming and learning for a long, long time ahead.

link|flag
vote up 0 vote down

In my opinion, the two most distinguishing skills of a great programmer are:

  1. Ability to communicate (write/speak) well in any human language (preferably English).
  2. Unusual facility to categorize reality into hierarchies.

Mathematically skills come next, I guess, but they aren't quite as important.

link|flag
vote up 11 vote down

I'm a bad programmer. But I try to be less bad every year.

link|flag
vote up 0 vote down

Based on all the stuff I don't know, I consider myself an 'OK' programmer. I get stuff done, I believe I do a good job at developing easily maintainable code, and constantly strive to improve.

But the scary thing is; I would consider myself better than almost all of the programmers I've worked with. And many of those, I'd consider myself light years ahead of.

link|flag
vote up 26 vote down

I hope I'm a good programmer.
I fear I'm a bad programmer.

link|flag
vote up 2 vote down

Yeah, I'm pretty good.

link|flag
show 2 more comments
vote up 0 vote down

I hope I am! at least my boss saids I'm fast. But In a boolean basis, I would say I'm not.

link|flag
vote up 0 vote down

I'm still a bad programmer. But I'll become a good one when I grow older. :)

link|flag
vote up 1 vote down

I'm a lazy programmer with good habits.

link|flag
show 1 more comment
vote up 0 vote down

As long as there is something to learn and improve, I consider myself an "adequate" developer. If I ever get to the point where there is nothing to learn from or improve on, that is a sign that I am not looking hard enough. I believe that I always have something to learn and a way to improve my skills - whether it is for my own edification or for a task at hand.

When I run out of these reasons, it is time to find another career.

link|flag
vote up 0 vote down

I am constantly moving from bad to good. I will never really be good. I see others that I think are good, and I strive to be like them. I'm constantly refactoring my skill set so that I can be good, in the hopes that one day, before I kick the bucket, I'll be good. But I'm not there yet. Not today.

link|flag
vote up 69 vote down

The more experienced I become, the more I think of myself as a bad programmer.

link|flag
6  
The more I realize what a poor programmer I am, the better of a programmer I become. – kyoryu Aug 23 at 3:53
show 3 more comments
vote up 9 vote down

"Good? Bad? I'm the guy with the gun"

link|flag
show 2 more comments
vote up 23 vote down

The A Team theme song plays whenever I walk into a room. I'm that good.

link|flag
1  
I kept hearing what I thought was the A-Team song too. Turned out to be the theme from "Police Squad". You should probably check;) – Steve B. Dec 23 '08 at 20:00
1  
"Jive Talking" plays when I walk into a room. – Nosredna Jun 18 at 23:00
show 5 more comments
vote up 0 vote down

I'm a good and bad programmer, sure. I'm good at programming ASP and ASP.Net elements going from a specification where most things are spelled out and I'm not having to do much analysis work. I'm bad in that I'll keep to the existing style which may not be the best for a code base and not rock the boat by suggesting new tools that may improve things around me. I'm also a bad programmer in that I don't know all the optimizations one can make within ASP.Net and knowing every single part of the ASP.Net page lifecycle. I know parts of it and how to use some of it which has been what I needed to know.

link|flag
vote up 2 vote down

Personally I perceive myself a bad programmer. Objectively I know I'm pretty good, comparing to the mean, but I know there's a lot of people I can learn from.

If you think you're good and there's no room for improvement, you're screwed.

link|flag
vote up 2 vote down

Yep, no programmer is ever perfect. I guess that's the beauty of programming. Whenever I write a program, there are a few things that can happen:

  1. I realise the project was completely useless and there's actually some software on the net that does the job much better.
  2. I get tons of errors (this happens inevitably)
  3. I realise that I have huge chunks of repetitive code that could quite easily be replaced with one small subroutine.
  4. Everything works and the software can be released (this has only happened once and I am still fairly sure that it was a dream)

Yet people still say that I am a pretty darn good programmer. Oh well, that's programming for you...

link|flag
vote up 2 vote down

Some days I walk on water, other days I pass water when I see what I've done.

I suspect that matter how good you are as a developer, you're always spending some part of your working day writing crap. All you can do is to try to improve by gaining small victories over yourself. There must be contests, and you must win.

link|flag
vote up 7 vote down

If by good you mean that the code I write would be thought of as elegant leading edge stuff by a group of peers, then no I'm not a good programmer. If on the other hand you mean that I can write porgrams that are efficient, robust, and well liked by my end users in a relatively short time frame, then yes, I am good. How do I know this? Twenty years in business, working for myself, I make a decent income and get on well with my clients.

Outside of that, I'm not sure how you would measure the term good programmer.

link|flag
vote up 0 vote down

I think I'm a good programmer and you know why? Because I'm always 100% convinced my code contains no errors!

And of course I know errors will be found everytime... But it's like a car mechanic, when he has changed your tires, he knows all the screws are in place afterwards, and yeah, sometimes he forgets something...

So, it's the state of mind that makes a programmer good or bad...

link|flag
vote up 7 vote down

If you are a good programmer, it is obvious when you see good code, even if you don't like the style. There is no one best style, but good code is clean, clear, elegant, filled with recognizable design patterns and idioms. Bad code is obviously bad regardless of style. There are so many ways code can be bad.

If you are a bad programmer, things are less obvious. You might mistake a long block of simple statements as desirable clarity when it is actually naive code that fails to reuse higher level idioms and libraries. Likewise, you might be confused by code that makes extensive reuse of existing code and assumes knowledge of certain patterns.

Of course, there is every degree between good and bad, but my above assertions could be used as a quick and simple test. Can the programmer recognize examples of good and bad code and support the judgment with some meaningful observations?

link|flag
vote up 3 vote down

I think I'm not a good programmer.

But I love to learn new things in programming.

This makes me eager to solve problems. I'm very keen on to think on others problems and find solutions for them.

I love working on .NET framework and the SQL programming.

And I like sharing my experiences with others. If I face a problem, I believe someone somewhere is having trouble with the same problem. So why not help them if I had a solution.

link|flag
vote up 14 vote down

I'm a bad programmer. I'm lazy, stuck with my less-than-optimal mental patterns, and easily put off by other people's cruft.

But I deliver stuff that makes the client happy, and does what they want (as opposed to what they think they want).

link|flag
2  
Brian: sure, if programmers are pets. – sep332 Dec 23 '08 at 20:07
show 3 more comments
vote up 6 vote down

I'm so good a programmer, I can code GMail 2.0 in Prolog with one hand and an improved Emacs in machine code in the other. And if you think that's hard for me, you're wrong. I code quantum algorithms before breakfast, polish my PhD dissertation proof on P != NP during the day, and write O(1) matrix multiplies in the evening.

Yeah, I'm that good.

link|flag
7  
When Chuck Norris sees you, he roundhouse-kicks himself. – Jonas Kölker Feb 19 at 13:52
show 3 more comments
vote up 22 vote down

I'd love to say I'm a good programmer.

But in reality I'm sure I over engineer, over optimize, over comment, and under engineer , under optimize and under comment, etc, etc...

In the end I'd say if you can be a "good" programmer at least half the time, you've won the battle, but not the war. And the war will last until you stop programming ;)

link|flag
show 2 more comments
vote up 26 vote down

I'm a lazy programmer. Usually the good kind, sometimes the bad kind.

link|flag
vote up 60 vote down

From my experience, what makes a developer stand out is not the skills itself, but the thirst to learn.

I've learned that a newbie that reads reads reads and introspects on past mistakes quickly overtake a "skilled" developer.

Target to

  • read a book every week
  • learn a new thing everyday
  • introspect on how to improve every week
link|flag
2  
@smacl : The point is, programming is not a one time thing. And Technology evolves constantly. The guy that wins the fight on the night will lose on the next if he stops training. the one doing time on the gym will eventually beat that guy. – moogs Oct 29 '08 at 5:37
2  
@moogs, true of course. But programming, like any skill, is honed by practicing what you know as much as chopping and changing to learn new things. IMHO, skill comes from doing, and breadth of knowledge often comes at the expense of depth of ability. – smacl Nov 10 '08 at 11:05
show 10 more comments
prev 1 2

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.