vote up 20 vote down star
12

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
17  
Gee, sorry it doesn't meet with your approval. I thank you, thought, for your worthless comment =o) – Eli Mar 11 '09 at 2:39
show 7 more comments

59 Answers

1 2
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

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 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

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 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 0 vote down

I'm learning?

link|flag
vote up 0 vote down

I think I'm not a good or a bad one, I'm somewhere in between.

Most questions/problems in my day-to-day work I can solve on my own, as long as they're in programming domain. However, what makes difference is how long would it take me.

For example, I had a team leader who pretty much always could find a quick solution to a problem if I came to ask him about something I was in doubt or had trouble with. Sometimes not so quick, and in really rare cases he told me that can not/should not be done and came up with a different way to do things.

Quite often, whenever I did some piece of work I was assigned to, he could have a quick look and tell me that it's fine and well, but here and here it could be optimised a little bit.

He is the person who I would call a good programmer.

link|flag
vote up 0 vote down

Is it normal for anyone else to work on four or more projects at the same time, all of the time? I feel this makes it difficult for me to be the great programmer that I strive to be.

link|flag
vote up 0 vote down

I'm not a good programmer, but I try to learn something new every day. Constant improvement is more fun than being at the top all the time, anyway :)

link|flag
vote up 0 vote down

good or bad => good or (not good) => true

I may or may not be a good programmer, but I recognize boolean logic when I see it.

link|flag
vote up 0 vote down

It's like an irregular verb. I'm pretty good, you're okay, he/she couldn't code their way out of a paper bag.

More seriously, when I was 18 I was The Stuff. When I was 25, I was ok. Now my employees are fantastic, and I screw up all the time. Soon I'll be a PHB. But I do know a lot more than I did last year, and that's the most important thing.

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

i KNOW i am a bad programmer, instead of writing my own crappy code i regularly steal other peoples code (google) or scriptkiddy my way trough free snippets.

sigh

i was simply born too late and the stack of books reaching to my ceiling only helped me get so far (stackoverflow). I am probably not intelligent enough to be a real coder either.

sigh²

i see young kids raffling out code faster then i can type a shopping list, and it makes me feel real old

sigh³

if {birthyear<1985} (flash-bios;upgrade-memory;insert-quadcore) else {};return;

My friend alerted me to the redundant else block. Exactly my point :-/

link|flag
vote up 0 vote down

The answer is simple. If you think you are a good programmer, you are in fact, a bad programmer just lying to yourself.

A good programmer consistently writes solid code not by being excellent at programming, but by going through a rigorous testing process so that it has been 'proven' that he wrote some solid code. And even then he should assume that it's crap and needs to be optimized and debugged again.

link|flag
vote up 0 vote down

I'm not a particularly good programmer. I mean, I can read through docs, write working and maintainable code, but I'm terrible at algorithms.

When we went over the different types of sorting algorithms in our textbook this year, it all sort of went over my head. Then again, that stuff will be abstracted in libraries in most of the actual jobs I'm doing.

I guess I haven't been in the field long enough to make a judgment. I at least know I'm not a good Computer Scientist :)

link|flag
vote up 0 vote down

Good or bad, to what measures? Most definetely there are developers out there who can write code in a way I can only dream of. So in that sense I could be considered bad. OTOH as a teamplayer I can bring ideas together and make a group of people work together as a team. I do understand what they need, I take care they get it. I can put highly technical ideas into words that even users can understand and I can put user ideas into words that even software developers can understand. So is that good or bad? Dunno! Ask my team, I'd say. I had good developers introduced in my team with reputations as code-gods who were straightforward communicative dumbos (as it appeared afterwards). They were able to upset people within the hour of their arrival. That made them really bad, so I strongly suggested them to leave the team.

link|flag
vote up 0 vote down

I don't consider my depth or breadth of knowledge (or lack of) to define me as a good or bad programmer. Rather- I consider myself a good programmer because I know I've made the day-to-day jobs of my closest co-workers easier over time, as well as helped improve my company's image to its clients. No doubt that knowledge has helped me along the way, but more importantly is an intrinsic motivation to make things better over time. Equally important is being able to "make things happen" and "get things done".

link|flag
vote up 0 vote down

There is also a difference between a good programmer and a good software engineer. I think I am a better software engineer than a programmer. I personally think the big distinction is how well you can see the big picture and predict correctly requirements w/o them being handed to you. In some sense, this is more important than being a good programmer. I know many people who are very good at programming, but cannot evaluate the big picture w/o getting caught up in little useless details.

link|flag
vote up 0 vote down

I'm not a particularly "good" programmer - very few people are - but I am cautious, studious, and interested enough that at this point I believe I'm good enough to not do any damage and - hopefully - be able to leave code better off than I find it.

I am only 27 and have not had the opportunity to make enough mistakes to learn from but I am always willing to entertain the opinions of others and have a group of roughly 20 senior developers and industry leaders whose opinions I solicit and frequently defer to.

link|flag
vote up 0 vote down

G'day,

As several people have pointed out, it's the thirst for knowledge that's important.

I'm a "bad programmer" when it comes to Erlang or Ruby because I'm learning those at the moment. But! I'm learning them. And applying them. But I'm a "good programmer" because I'm always learning or refreshing my skills, e.g. I just went back and worked my way though K&R again to refresh my C knowledge.

For me "good" and "bad" is a mixture.

I've worked, and work, with people who sit on their rears with a massive conviction of their own sheer brilliance and no inclination to step outside their comfort zone. Oh sure, they might read up about a new version of zfs or the new mods to Apache, but when push comes to shove, they are not learning anything new. They're just putting a new gloss coat on the veneer of their current knowledge.

Being a good programmer is all about stepping outside that comfort zone. It's learning about C# and .NET when you're a confirmed *nix person so that you can appreciate things more. It's picking up Python even though you're a Perl Monk, etc.

It's an attitude, a realisation that you don't know it all more than anything!

cheers,

link|flag
vote up 0 vote down

I am a bad programmer - I am always trying to concoct an evil plan to take over the world using my superb programming skills.

link|flag
vote up 0 vote down

Okay, you guys really need to learn how to sell yourselves. Such self flagellation. In an economy like this one, you guys gotta talk yourselves up more. Except Paul Nathan. I think you've got it covered, Paul.

If debugging is the act of removing bugs from a program, then programming must be the act of putting them in.

This makes me a great programmer.

Of course I'm a better programmer than everyone else.

Just like I'm a better driver than everyone else, and better in bed than everyone else. I'm smarter, better looking, more rational, and saner than everyone else, too. Like most people, I'm just better than everyone else.

Don't try to tell me otherwise.

I'm always right, too.

link|flag
vote up 0 vote down

I'm a bad programmer trying to be a good one.

link|flag
vote up 0 vote down

Both!

I would have to say because you make choices based on what you need.

ie. adding images for design in a site which are unnecessary and add file size. It is 'good practice' to keep a site as small in terms on file size, but to do this you cannot edit you JS/ CSS (obfuscated) and can easily sacrifice usability and aesthetics to save on bandwidth/ speed.

I guess it really depends. I do my best, but is it really the best?

link|flag
vote up 0 vote down

I can't remember where I heard this (something makes me think Stallman, but I can't be sure):

Bad programmers write clever code, but use stupid data structures; good programmers use ingenious data structures and write little code.

(Not a direct quote).

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

Of the people I know that play guitar, I'm "better" (in some sense) than the vast majority of them, and people will sometimes tell me I'm a pretty good guitar player. But in reality, I suck at guitar, esp. compared to someone that really is good at it, and then there are the gods, like Vai and Petrucci, etc. that just make you want to throw all your guitars in the dumpster. I could say the same about programming.

link|flag
vote up 0 vote down

I don't think that you can be a "good" programmer until you acknowledge that you can't stop learning new ways of doing things. And the moment you do stop learning new ways of doing thing, you become a "bad" programmer again. And maybe that's the natural evolution of programming.

link|flag
vote up 0 vote down

Bad.

But do not tell it anybody.

link|flag
vote up 0 vote down

Im a good programmer. But far too lazy than any one in the world could be... I started with QuickBasic when i was a kid and went up the ladder. But now, in my early 20s, i feel that im losing interest in everything as i over calculated the reality of life and feel that we should try to evolve the mind than man made technologies. After all, there is no better machine that will understand us than our own body...

Now i`m working on an artificial intelligence project. So, i might be able to kick start the interest in programming again by some means, hopefully.

link|flag
vote up -1 vote down

Yes.

link|flag
1 2

Your Answer

Get an OpenID
or
never shown

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