vote up 332 vote down star
134

Background: According to my resume I'm supposed to be pretty good at programming. I've worked on a ton of big projects at big companies over many years. When I go for an interview and someone looks at my resume they immediately assume I really know what I'm talking about. I generally communicate well, present myself well, know the 'jargon' and know a lot about technology at a high level, which makes matters worse because after talking to me for a while an interviewer really believes that what my resume says is probably true.

The Problem: The problem arises when someone asks me to code something. I choke. As a programmer I have almost no capacity to come up with creative solutions of my own. I can't think through solutions to a programming problem the way good programmers are usually able to. I read questions on StackOverflow and the answer is obvious to me after I read other people's answers but if I am the first person to look at a question with no hints from anyone else I usually don't know where to start. At work it's the same thing. I'm fine if I'm correcting other people's code. I can identify the source of a bug quicker than anyone I work with. But if you ask me to sit down and code up a new application from scratch I will spend ten times longer than programmers who are much more junior than me.

Question: Now that I am looking for work this is raising its ugly head in interview situations and making me feel desperately that I'm in the wrong career. I don't know if this problem is incompetence, laziness or some combination of these. Does anyone have any ideas about what I might be dealing with - are there books or exercises that could help me with this basic problem?

flag
198  
+1 for brutal honesty, even though you may be selling yourself short. How about testing, writing documentation, writing specs, evaluating tools, etc? – n8wrl Aug 7 at 17:44
15  
out of curiosity, do you have a CS degree? – SP Aug 7 at 17:45
63  
You just got 200+ rep points on stackoverflow in like 5 minutes, you must be a good programmer – Max Schmeling Aug 7 at 17:53
29  
Sounds like you'd be a good teacher. – KevinDeus Aug 7 at 18:06
24  
Does anybody else think this question is bogus? I don't want to be rude or call anyone a liar, but "Now that I'm looking for work" doesn't really mesh with the "At interviews this makes matters worse" part. If you have impressed that many employers, how is this just now become a problem? If you know the "jargon" and can read and comprehend SO answers, that means you know more than concepts. I read SO Q/A that may as well be in Chinese. If you really are sincere, and the problem is with creativity, have you considered occupational therapy? Or finding a guru of your own? – Anthony Aug 8 at 5:43
show 17 more comments

86 Answers

vote up 0 vote down

I suppose the word 'guru' in your title refers to yourself.

It's hard for me to understand how anyone who does not have the talent to write a new program from scratch, can possibly be labeled a 'programming guru'.

Furthermore, you say that your qualities are, and I quote, :

"I generally communicate well, present myself well, know the 'jargon' and know a lot about technology at a high level".

Well, let me tell you how I would react to that if I were taken to task to interview and select a "good programmer" :

"Communicating well" has nothing to do with (the basic skills involved in) programming. Except maybe in paired programming, but I personally don't believe that effectively putting two programmers in front of one computer pays off.

"Presenting oneself well" has nothing to do with (the basic skills involved in) programming.

"Knowing the jargon" has nothing to do with (the basic skills involved in) programming.

"Knowing technology at a high level" (and I take that to mean "at a high level exclusively") is exactly the opposite of (the basic skills involved in) programming.

If it were my task to recruit "a good programmer", your resume would go directly to the bin with me.

link|flag
2  
-1. The answer doesn't address the problem the OP presented. "Communicating well" has everything to do with the basic skills involved in programming. Also, you stink, dress shabbily, condescend to anyone unfortunate enough to have to talk to you, and yet when asked to explain what exactly it is you do all day at that fucking computer, nothing comes out but inarticulate gibberish. Yet you insist you're a good programmer. Good luck. – Breton Aug 8 at 13:01
vote up 4 vote down

You have a similar problem to me. Technically I know quite a bit, and I'm a top-notch problem solver. Bugs don't survive when I'm around, I'll dig down into the assembly emitted by the JVM if I have to.

But if I have to start a project from scratch, I spend so much time doing up-front work, that a hack and slasher usually has something workable in about 1/10th the time. I think it's a big indicator that my job tasks need to be small and focused.

A job as a maintenance programmer is my ideal. I bring value to a team, I don't hold back the team by missing deadlines on my projects, and I unbruden them by fixing bugs they otherwise wouldn't be able to.

Since no one hires maintenance programmers, I maintain skill in current technologies so I can pass those interviews, and hopefully settle into a nice slice of a job fixing other people's bugs.

When that fails, technical support for development products where I get to fire up the debugger every other day pretty much keeps me sated.

link|flag
show 2 more comments
vote up -1 vote down

Think of this differently,

you are not a "creator", you are a "Copy and paster" and you do that better than most. I'm kinda in the same boat.

I am headed in the Project Management direction.

link|flag
vote up 1 vote down

Programming, in my experience falls under 2 general categories:

Scientific Computing

This is the programming that requires algorithm design and a strong analytic background. To become better at this type of programming, ironically you shouldn't program at all, but instead read about different algorithms (usually in pseudo code) out there and analysis of those algorithms (this part requires the analytic skills.)

Software Engineering/Development

This is the type of programming that requires you to understand the OS you are working on, memory management, how a CPU works, etc. It includes development of applications. Ironically, you can get much better at this by actually reading about known software patterns then actually reinventing them yourself. However, in this type of programming you will benefit far more than the other type from experience. The more you actually develop the more familiar you will become with your main tool: the computer.

Usually, the line between these two general categories is pretty thin. When you program you will find yourself usually involved far more into one or the other. I recommend identifying which one you need to become far more familiar with and take the appropriate action.

link|flag
vote up 0 vote down

It takes practice to code/think up brand new solutions. How long have you been programming? Maybe you need to quit letting yourself get in the way of yourself!

But if you've been at this for 10+ years then yes, perhaps you should only be in the testing/maintaining gig or get out of the industry.

link|flag
vote up 0 vote down

I think opting for a different career is a big decision and it might be NOT the right one for you. You know what, nobody is born with a creative mind. People observe, learn and then implement their observations and learning to find answers for their questions. We all create something (big or small) on day to day basis, but we don't realize it. For example, people smartly fix things at their home. How do they do it? They analyze the problem, think about possible solutions and then implement the smartest one which will save time and money. Quite similarly we do things while programming. It's all about thinking.You already have the biggest asset with you- "Knowledge". You just need to think freely.And believe in yourself. Erich Fromm once said- "Conditions for creativity are to be puzzled; to concentrate; to accept conflict and tension; to be born everyday; to feel a sense of self."

So..start thinking and you will see the light!! :)

link|flag
vote up 1 vote down

Wow, I can really identify with you. I feel like i'm in a similar boat, but in the end i decided as angst-driven as i feel about my weak programming skills i can't imagine doing anything else. I have great work ethic, my managers love me, i get my tasks done quickly, and i haven't really heard anyone cry because they had to work on my code.

I don't work with other programmers often, and usually i'm working on the code of very talented people. What sort of help me stop moping so much was to work with a TERRIBLE programmer, who had no idea WTF they were doing. I might not be the 'guru' programmer supergirl who can whip out that never-before-see use of technology but i was better than that guy. ;)

You have to decide if you like what you do, could see yourself doing anything else, and if what you do write is going to cause anyone any grief.

Maybe look more for a junior position where you can grow in different kinds of programming. My problem was i worked for the same company for 7 years but their needs were very specific. Resume wise i have all this experience, but so very limited. When i moved to .NET at another company i really felt out of my element, but each new project i learn SO much more.

link|flag
vote up 0 vote down

I'm a little confused. You've said you have worked on tons of big projects at your company at the past? Were you actually programming or involved in some other way? Either you programmed or you didn't

There are two questions being addressed here: Can you program (write lines of code that produce a workable product - not come up with the idea or implementation, but just write the lines of code)? If you can, then to some degree technically you are a programmer. You can write a program.

However, the other issue is: If handed a problem, could you come up with the answer that you actually write the lines of code for? If you have programmed in the past, I don't see how you could of not done this. Yes, maybe you didn't come up with the whole idea for the software program or web app, but given the sub-problem of X you come up with the answer and coded it.

If this is the issue, then you can program and I don't see why you think you can't. Yes, maybe you shouldn't be the idea guy, but why not a team player. Besides, it takes time to become a good programmer (the guy who seems so good his pours ooze goodness). You have to learn about things like design patterns, best practices, etc.

link|flag
vote up 0 vote down

My suggestion would be to consider one of two routes:

  1. Change your job description - In this case you'd become a project manager, tester, group manager, or business analyst to give a few examples. While there may be some creativity to these positions, there are a lot of best practices that can reduce how often you are working from scratch.

  2. Find work within your strengths - In this case you are looking for work where you'd be given a specification that details what code has to be written so that you aren't writing something from scratch. Rather you are given detailed instructions of what the application/web service/whatever is supposed to do which merely means you are translating requirements into code, possibly using a given architecture and components that you are connecting and just providing plumbing.

I'd likely consider what you want to do as well as where you have skills as while you may not be great at creating solutions out of thin air, there is a lot more to development than just that piece of the pie.

link|flag
vote up 1 vote down

If you actually like programming and want to get better at it, here are two books that will help you:

  • David Gries's Science of Programming will teach you how to be precise and exact about programming with assignment, loops, and arrays, and it will help you develop systematic methods for specifying problems and finding code to solve them.

  • Udi Manber's book on algorithms will help you practice creative thinking and the invention of new algorithms.

If in a year from now, these books changed your life, please let me know!

link|flag
vote up 31 vote down

I am not the sharpest tool in the shed, but let me share my impression:

  1. Nothing 'wrong' with you.
  2. I was a top tier consultant for the database folks in Redwood Shores for about 6 years in high performance MPP/SMP platforms. I’d previously had 5 years porting of the core code to a variety of platforms. Subsequently I’ve worked for most of the big names in the business and consulting world. At Redwood Shores when I was in town one week, I was told by my boss to go for an “interview” with the resident “database” expert. No explanation about why or what was up. Turns our he was half my age and a new dba. He asked me three questions regarding syntax, “How to create a database”, adding a tablespace and backing up. On the third question I asked him what platform or OS he was wanting the answer for. He turned red and said it didn’t make any difference. I explained that Unix, Linux, Windows and a couple others are indeed different. I was dismissed. Next day I was fired for being incompetent. Turns out a female co-worker sabotage me successfully. She arranged with our boss to have me “interviewed” by an “expert”.
  3. I’ve hired and managed as many as 35 programmers, designers on a single project. Anyone in the business with any experience would understand that asking someone to code something or provide a solution on the spot is rediculous. In fields of narrow, well defined clusters of knowledge it is a different story perhaps. But in the IT industry, just tell me what they guy is good at and I’ll ask a question he cannot answer.
  4. I know it is popular to give “tests” to measure skill, proficiency, seniority, etc. But the mindless wonders that put this crap together, stand by it, believe it and promote it are just folks like you and I who need the job and need to be able to send kids to collerge.
  5. In the past 8 years when I have been asked to sit down and take a test or write code, I just say “Thank you” and walk out.
  6. You have three choices: Working for the man, not working at all, working for yourself.
  7. With the level of experience you have, I suspect that age is more of a factor in you not getting a job than any percieved lack of skill.
  8. When you are the age of or older than the hireing party, your chances approach zero. No one wants to hire someone more experienced or who may know more. They need to preserve their place in the corporate sun.
  9. I have both an MBA and MS in CS. “over qualified” is what I hear most. (In reality it’s the money and the age that are the problem).
  10. I don’t view you as a problem. Nor anything about you. The inbreeding, incestuous, toxic corporate environments are part of the problem. You are going to have to work with them or you’re going to have to go our on your own, learn consulting skills, and sell yourself as a unique and wonderful solution to problems that some companies have.
  11. You’re not alone.
link|flag
1  
How much of this is an answer to the question? – Pete Hodgson Aug 16 at 0:34
vote up 0 vote down

If you can cut it, then it's probably easier to stick with what you do moderately than switching to something in which you really wouldn't have any applicable job history.

link|flag
vote up 1 vote down

If you really want to stay with programming job, try to refresh your programming skill. Creating small tools or pet projects can be a good exercise for you. Building app from scratch is not as simple as modifying codes. You will need experience on it.

link|flag
vote up 6 vote down

You are the typical Project Manager.

You know enough jargon to go around and know the overall stuff. You say you can't do specific code/problem solving but you understand stuff at a high level.

That's a typical project manager. If you have enough people skills, you're on your way to becoming a PM.

link|flag
vote up 1 vote down

I think you should just sit down and start a personal project. You could use Python, C++, Java, C# or anything that meets your fancy. You could even try Ruby - it's a very, very expressive language. Seems like you just need to write some code - whatever it maybe. And maybe read up on design patterns and best practices. Just don't give up on coding!

link|flag
vote up 0 vote down

As you said you can debug the code and fixed code. And S/W engendering theory said that every S/W need 25 % bug fixing time in its cycle. I think you have lot's to do here in development.

There is scope for you and it could be one option for you. I think.

link|flag
vote up 23 vote down

“A complex system that works is invariably found to have evolved from a simple system that worked. The inverse proposition also appears to be true: A complex system designed from scratch never works and cannot be made to work. You have to start over, beginning with a working simple system.”

—John Gall

Once I read that quote, the last 5 years of my life suddenly made sense. All the times I've struggled to create programs.. REAL programs, and failed- It's due to this simplicity principle.

Your problem, is a problem of confidence. I am beginning to suspect that everyone has your problem, in all careers, from business, to art, to writing, to programming. If they don't have this problem, they're either lying, or stupid. I don't ever want to have to work with someone that never doubts their own abilities. I've done it before. Those people scare the fuck out of me.

Recognizing an incompetance in yourself is the first step towards improvement. People who are incapable of recognizing their own incompetance are pretty much doomed to be incompetant forever. I'd say don't worry about it, but that's kind of the point isn't it? :)

link|flag
4  
+1: "I don't ever want to have to work with someone that never doubts their own abilities. I've done it before. Those people scare the fuck out of me." - that's either going on my wall or as my e-mail signature. – SnOrfus Aug 20 at 18:54
show 1 more comment
vote up 10 vote down

Man.

I'm disappointed to see so many people so confident with their conclusions that "you're a typical project manager" or "it sounds like you should teach instead."

There's nothing here to say that you'd be good (or bad) at either of those jobs. Same with programming. The only concrete thing here is that you're doubting yourself which is something that happens to everyone at some point.

So, here's my two cents which are just as tainted by my own experiences as any of these other opinions.

You struggle to develop solutions from scratch but you are great at debugging existing code. Which have you practised more?

If the answer is "debugging," then you have pretty solid case right there to put some time into practising analysis/design (read: coding from scratch) before you throw in the towel, assuming programming is what you actually want to do.

If teaching or management are truly for you, then great. I'm just saying don't give too much weight to the general consensus here as we do not know you and we do not have enough information to do anything more than speculate and spout opinions.

Hope this helps you in some way and good luck!

link|flag
vote up 0 vote down

I don't think you should choose another career. There's a lot more than coding to software engineering. There are plenty of developers with deficiencies in various areas. If you can get a job where programming ability isn't at a premium, that should give you a chance to be useful on a team and work on your problem-solving skills.

link|flag
vote up 0 vote down

To me it sounds like you need to find the right type of job. From what you've told us startups and younger projects are not the place for you. If you are to take any of these types of jobs you'll find yourself overwhelmed.

You would probably do very well to be maintainer of a legacy system. The patterns are already laid down and adding anything new would just be a replication of those patterns.

Also I would suggest looking for a company where you will have strong management above you to help manage your time and tasks. This will prevent the "I just can't start" attitude.

Next to help you solve the real problem.

Start reading about design patterns and give yourself some sort of mini-project. Work on it for a few hours every night. Treat it like you would (or should) have treated a homework assignment. Once you start being able to recognize the patterns you'll find starting from scratch isn't really that hard.

Next I suggest reading code. Find smaller open source software projects and just read through the source code. You hint at being good at being able to track down bugs so this shouldn't be too hard. But instead of looking for a bug, look for the architecture. Depending on the size of the project it shouldn't take too long for you to come with an overview of the entire codebase.

link|flag
vote up 0 vote down

If you can't build applications from scratch you have deep lack of knowledge with regards to Software Development Methodologies (UDD - TDD - WTFDD). Read a few god books about that if you're interested in overcoming your limitations. If not - as someone else said ... get a Master in management and pursue that kind of career.

link|flag
vote up 0 vote down

Well, the big question is, what do you want to do? Do you want to program, or is being a PM/tester an option?

If you do want to choose programming career, you can do two things.

Number one, you can specialize. Programmers very rarely need to start from scratch. If you are joining the existing team, and if it's not your job to build a team, you'll probably have similar aplications you can start from. My team even has "application template project" which gets copied to new project and tweaked to create a new app of the same type (and with type I mean web app/deamon-windows service/GUI). Especially in big corporations, you'll rarely be in position to start from scratch. Actually, you're in better position that most programmers - average programmer is not happy in typical corporate environment because he has that irrational itch to "create something from scratch." You just have one less itch to stratch, and it can be a good thing. :) Seriously, you don't have to be great at all things. I suck at math, and thus mostly avoid math, and I don't feel lesser programmer because of it.

And number two, if a think it's a problem worth solving, look into your problem and solve it. Analyze your thinking and dissect your problem until you get to concrete things you can improve. So you have a writer's block - but what's that made of? Are you afraid you won't do good enough or don't know enough? Do you have problems with decomposing problems into smaller problems you can code through? Can you remember solution to similar problem you've seen? Have you encountered anything like it before? Can you pick a teammate's brain on the similar problem and watch how he solves it (pair programming)?

I'd guess that your "problem" is twofold; first part is fear which blocks you from solving it, and second part is simply no experience in solving specific set of problems. First part can be analyzed and decomposed into small problems with easy answers, and second part can be learned. It's usually not simple, but it can be done.

link|flag
vote up 0 vote down

Unfortunately there are no programming psychologists around.

Actually there are.

Google 'Gerald Weinberg' (but call him Jerry). His current site motto is 'Dedicated to Helping Smart People be Happy', but it's been a career-long obsession for him, and he's part of a community of like-minded people.

For a little investment, google and read his blogs.

For a larger investment, look at his books, perhaps starting with 'More Secrets of Consulting' as it's focused on helping technical people/consultants be positive when mood and circumstances threaten, and 'The Psychology of Computer Programming' to help see that there is not a single personailty type suitable to programming. Also consider 'Becoming a Technical Leader', which gives great practicals on how to get better at something you're already doing, and how to choose new things to learn, among many other things.

For an even larger investment, consider the annual 'Amplfying Your Effectiveness' conference, hosted by Jerry and a number of his like-minded compatriots (you may have heard of Esther Derby and Johanna Rothman, but Don Gray and Steve Smith are also tremendous people). It's a small (99 person) conference, and you'd meet a great many amazing people who have reinvented their jobs and careers (or decided to stay put) based on the principles and practices the conference offers.

Very roughly speaking, it turns out that technical people are humans too, and need to be treated as such, something that doesn't get covered in CS courses or HR departments :)

I wish you well, as I sometimes feel like I stand in your shoes.

link|flag
vote up 1 vote down

Not that this is necessarily worth a whole lot but I think your problem is more fear than anything else. If think to yourself, "how do I make the best possible design, like a great designer would" that is going to really hurt your ability to let your mind relax and be able to be creative.

I have been programming for 14 years and don't have a problem doing so, but if I was faced with that task I would have a hard time being able to think of anything too. I think your best bet is to: A) First recognize that you don't have to make it perfect B) Just practice small programming projects and just write the code for it. If it sucks so what? Once you get habit the solutions will naturally appear when you see a problem. C) Once you feel comfortable with B then start learning more about proper designs and what not.

I can't say this is the same problem but I have a lot of CS students I talk to who have learned all these algos in class, but when faced with programming the simplest things they have a hard time. Mostly because they haven't really learned to think and tackle the problems, their mind just hasn't acquired those skills through programming. So they say "I've been through 3 years of intense CS but I feel like I'm not cut out for it".... That is sad I think.

So if this rings a bell, just keep working on small projects, it'll come with a little time.

link|flag
vote up 0 vote down

You make a good team player.

Many of us are godlike, intransigent and closed to suggestions. There are people who want to be programmers and of course seek lots of advice and opinions but they don't understand what you tell them.

You have two good qualities - you want opinions and you understand what other programmers are talking about and immediately know what to do.

Many of us are stucked up, slogging at a problem too proud to ask for advice. Your problem is probably that you have been working in such an environment for too long - an environment where admitting that you need help and suggestions is a sign of programming weakness. Where people are too annoyed and not willing to participate in frequent scrums. Where they say - don't bother me, go away!

I like to work in an environment where we scrum a few times a day - to make sure we are in sync with each other.

I used to tickle people when they ask, and I tell them that my job requires me to spend lots of time surfing the internet looking for solutions.

May be, you feel guilty implementing someone else's idea. Hey don't feel guilty. As long as you can write out the code when someone tells you a suggestion - you're good. Your job is computer programming not feeling guilty about having to implement someone else's idea.

May be, you feel bad that your solution look simple compared to your colleagues'. Most of the problem in programming is caused by us who try to complicate our applications. If you ever needed any further training - it is probably to train yourself in agile development where you interact frequently with each other and with end-users.

You need to get out of your current programming environment where management encourage programmers to feel godlike and that they are heroic lone-ranger cowboys.

So now you are looking for work - emphasize your attitude requiring teamwork. Not just emphasize, push up your price and self-esteem by deliberately specifying to your prospective employer that if they require a lone-ranger programming cowboy, theirs is probably not a good place for efficient and effective programming work to be done.

link|flag
vote up 0 vote down

While I can offer no advice, I just have to say that I'm almost exactly in the same boat as you!

I've been a software developer for more than 15 years. I've been on the core team working on very successful products. For the past 5-6 years, I've been standing on the sidelines correcting other people's work. In hopes of gaining some respect among fellow developers, I failed at the last big project I "owned" at my previous company. Most of my time has been fixing other people's code. Many times over I've thought about getting out of the business and still haven't ruled it out.

I feel I'm competent at what I do. My approach may not be considered textbook compsci, however I can usually get the job done, sometimes admittedly not in the most efficient way possible.

I'm watching this discussion to see if it offers any advice for myself...

link|flag
vote up -6 vote down

You have to get certified. It gives more confidence and best practices when developing new software.

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

Sounds to me like you're selling yourself short.
I manage teams of programmers and skills like yours are very important for actually getting code out of the door so don't underestimate your experience.
In my experience ( especially in my industry which is games development ) software is created by teams not by some superstar uber-coder. Teams are made up of different skills and trust me, no-one ( especially me ) has all the answers.
I have guys on my team who are amazing at code design and coming up with great ideas to get the project off the ground but then some of these people aren't so great at 'dragging it across the finish line' i.e once they hit the bug-fixing phase they lose interest.
Then again, I have guys who come into their own at this point and without them, we'd never get anything released.

So, I'm not saying ignore it but it sounds to me like a case of 'the grass is always greener', you may find that there are coders who'd kill to have the knowledge you have.

It also sounds to me, and please forgive me if I've got this wrong. that your main problem here is fear of being judged by your peers i.e they expect you to be some uber-coder and so expect your coding skills to be as good if not better.
How about doing a little side-project or contributing to an open source project where you can make these mistakes outside the nasty glare of your co-workers? It all sounds to me that what you need is the space to play, make mistakes, learn and hone your skills

Hope that helps

link|flag
vote up 1 vote down

Just be a project manager.Developer and Manager should be diffirent.You canot build software on one man show.Developer hard to find and also SA or Project Manager.Ability tounderstand and ask the customer requriement and changes takes a lot of patient.Coder is for yougster or to whom which have objective.Coder also got two type.One type just follow order.Another type just wanted to reinvent the wheel to .....

link|flag
vote up 0 vote down

I highly appreciate your honesty. You could be a good trainer to guide the people. If you are a productivity geek then you can jump into Management.

link|flag

Your Answer

Get an OpenID
or

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