vote up 335 vote down star
135

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

1 2 3 next
vote up 84 vote down check

From reading your question it seems the major cause of your concern is that when faced with a "blank slate", you just can't get started.

Surely you realize that this is the hardest part of any creative process! The fact that you find this difficult is completely normal and healthy.

I have had this problem in the past and the solution was incredibly easy. I just start programming something, anything, related to the problem, no matter how seemingly stupid.

The simple act of bringing something into existence then allows me to objectively criticize and improve it. This "something" is only a small part of the overall objective and might only take an hour or two.

You also sound a bit "hung up" on job titles and reputations such as being the "Guru". In other words, once you have attained the Guru status in a company you know all and see all. But in software development this is a recipe for being made to look very stupid when you get caught out by the rate of change. Of course it also just adds to the pressure that you seem to be feeling.

Saying that you "choke" suggests that you are putting way too much emphasis on writing top quality code, first time, every time. If you know that your first few attempts are simply to start fleshing out a real design, you have no pressure to make them perfect.

Your problem isn't incompetence or laziness. It's more like a lack of confidence due to becoming a bit rusty after not exercising these skills for a few years, combined with placing un-due pressure on yourself to perform.

link|flag
4  
You should develop a first-draft solution, then, you can see where the solution has weaknesses and then fix those weaknesses using your own code and cleverness (better known as “solve the problem you actually have, not the one you imagine”) – idober Aug 26 at 20:27
8  
I found that as I became more proficient as a programmer, the initial phases of a project got harder. This isn't because I was becoming less, skilled, quite the opposite. The kind of code I would jump into five years ago is the kind of code I can't write in good conscience anymore. When I finally get around to producing a solution, the quality is that much higher. Instead of thinking about how much time you're spending up front, consider how much you are saving down the line by doing things right the first time. – Adam Bellaire Sep 6 at 14:16
show 2 more comments
vote up 0 vote down

I'm in the same boat.... been working for 10 years as a developer and never really knew how to design because I never really had my own project.

They finally said "We are gonna give you your own project", and I had to come up with a design and meet with the lead programmer until I got it right. Maaaaaan, that was difficult and frustrating. To have to walk in with a design and then have the lead programmer drill you on what could go wrong with your design and have you do it over again, will humble you with the quickness.

Well, I have finally finished the project. It was a small project but they wanted to get my feet wet with actually designing of an app.

Luckily, they are willing to give me a chance and tell me what I need to improve on. I think after a couple of more designs, I should be good to go.

The way they had me do it, was write everything down I knew about the project and figure out the best solution for each part.... they had to smack the heck out of me a couple of times because I wanted to start coding, which is bad.... they were constantly like "MORE DESIGN!!!! NO CODING!!!", but I think it's working out.... like I said, I just need to do some more designs to get my mind in the right state.

link|flag
vote up 1 vote down

Surely it's not so important how quickly you produce actual code as it is the manner with which you go about thinking up a number of solutions, choosing the best 'before' you write a single line of code.

link|flag
vote up 1 vote down

I hate such people.

I worked with such people.They only know to assign tasks to people and get its result.But when time comes to do same task by himself, then he cant do anything.

Such people always take the credit of developers working under him.

Such people are really dangerous for any organization.

I hate them!!!!!!

link|flag
vote up 1 vote down

Please bare my English as I am not a native speaker.

Wana tell you mate, you are not alone. I have had kind of same problem for long but finally I Think I’ve figured out the core. What I am talking about is not your problems at interviews but 'thinking' of not having what I call 'Genes for a programmer'.

First I am at the start of my career but have spent hell a lot of time learning computer sciences', about 6 years and now hold a Masters degree from one of the top Uni in the world. I am good at so many other things such as I am the best presenter at my work place and on top of discussions mostly but the programming jobs I undertake; only I know how I have been doing them.

I-e spending overtime at home unpaid, at nights on the modules been undertaken as other could finish them during 9-5 hours.

So where lies the problem?

It was just the lack of confidence. When ever I started with a problem I couldn’t think of where to start, spent lot of time on books and help instead of thinking my self. The problem started at college days when I tried to work around the assignments and course project by using a lot of existing projects, samples available online and modifying them perfectly with no traces.

It helped me with grades and earned me good name but my approach left me with weaker programming skills. Now I try to get into the task as much as I could on my own and put aside all the external help (forums, samples books etc excluding documentations) and only go for it as last resort not the first. And it has started to work for me.

and do read this post from joel, an older one but fugures out sort of problem you have

The Perils of JavaSchool

Hope it helps

link|flag
vote up 1 vote down

People are good at what they do, and bad at what they don't do. Your problem may just be that you haven't done enough actual programming from scratch.

One problem people have when getting started is the blank page syndrome. You could put anything there! There are so many possibilities that it's scary. And because you are used to dealing with fully fleshed out things, no matter what you put first looks dumb.

If that sounds familiar, I'd suggest you learn test-driven development, which I use with novices very successfully. This is the basic loop:

  1. Spend a few minutes writing a small amount of test code.
  2. Run the tests. Make sure the new test fails.
  3. Write just enough code to make it pass.
  4. Run the tests. Make sure everything now passes.
  5. Refactor the code until you think it's clean.
  6. Run the tests. They should still be green.
  7. Repeat.

This solves most of the blank page problem, because it reduces the fear. You just have to get one tiny thing working. Then you get positive feedback when your test goes green. Each short cycle lets you take one small step forward. As a bonus, you get a complete unit test suite for your product, and -- if your tests are reasonably good -- clear developer documentation that can be automatically verified.

If that sounds appealing to you, check out one of the many books on test-driven development.

link|flag
vote up 1 vote down

I had a similar problem. I do understand very well all aspects of software technology. I can learn very quickly how things work. but when I have to create something it becomes very difficult. Not because I don't know how, but I don't like all the details that I should handle. I suffered the same thing for some time untill I understood what was the real problem. I am not lazy and I enjoy software developement very much. But I don't have patience and I am eager to see the efinal result. So what I did is work on the solution on a high level and then give instructions on how others could continue. I am happy with this even though sometimes I find it difficult to explain something that in my understanding is so obvious but not in the others heads.

link|flag
vote up 2 vote down

"I can identify the source of a bug quicker than anyone I work with"

Identifying bugs in code quickly - particularly code that is not your own - is a fantastic skill in it's own right, and worth it's weight in gold. That skill alone would make you eminently employable!

link|flag
vote up 1 vote down

If you think at this in a more psychological aspect, it looks like it's procrastination. I'm a bit like this too. One of the major cause is that, as you're highly considered, you always want to do the best at the first attempt. You are afraid of being underappreciated, afraid to make mistakes, afraid to do the wrong choice.
Maybe you should digg in this direction to overcome your problem.

link|flag
vote up 0 vote down

Being a good programmer is hard work. You need to spend a lot of time on it. But there are actually structured ways of doing things. This is not magic, follow these steps and you will be on your way.

Understand Your requirements. Why: You cant develop a solution if you are not clear what is required.

Read up on archetecture books and Look up modelling techniques, orm diagrams, sequence diagrams, component diagrams. Why: Creativity can be an ad hoc process, this is a structured why of understanding problems and coming up with concrete solutions.

Study your language. Why: so that you know what is possible and what isnt.

Study your environment/platform: Why: So you know what the technology can do, such as servers and networks, browsers, operating systems etc

Look at other peoples code, and design patterns. Why: Nothing is ever entirely new, you may have come across this problem in a different context.Making it easier/quicker to come up with a solution.

link|flag
vote up 0 vote down

From personal experience (and I too have a similar problem when it comes to starting to write code or embarking on a project) is to first identify things you can do that are related to the problem. If the problem is, for example, writing an algorithm for graph traversal or similar then perhaps read up on graph algorithms, code some of the examples and then think about how you can adapt what you know or have learnt from that to apply it to the problem at hand.

Finding a good (and efficient) solution will inevitably take a lot of researching, thought, time, effort and probably quite a few cycles of implementation. It's not about getting it right first time - more about building on a basic (possibly even bad) solution and improving it step by step whilst moulding it to solve your specific problem.

link|flag
vote up 1 vote down

How about head hunting for the IT business?

link|flag
vote up 0 vote down

Are you trying to come up with too good of a solution?

It's easy to get yourself in the trap of not wanting to do something wrong early on in a project. You can get locked in analysis paralysis and question every decision. After a certain amount of consideration regarding the best practices of the day, you just have to take the plunge and start writing code.

While it's not something we usually get much time to do, it's good to remember that we can always refactor later if a bad early decision causes us to create some messy code. I usually try to sneak that stuff in when I finish something ahead of the estimated delivery date.

link|flag
vote up 0 vote down

Learn a musical instrument. Playing music is an enjoyable activity which has the property of 'tempo'. A big part of it is consistent, forward progress, and you can't go back and fix mistakes.

Try a few small projects in a low-level language that are a challenge for you technically. Maybe some kind of gray-hat hacking if you aren't already familiar with that discipline. Specifically though, work on stuff with very little UI or large project organization.

Develop the ability to throw away all the things that you'd wished you'd done differently over the years in order to approach it with a new mind. Imitate those who don't know any better.

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

Actually I think most of the developer working on product actually does not have enough chance to write new project from scratch. Most of them start with a module in a big product, and then after done with it, he has to maintain the code until the product get stable.

For many big company, this problem is extremely obvious, you may more easily to be a good debugger since you have to maintain an old project and has no opportunity to rewrite it. So you may learn a lot of knowledge with little coding skill comparing with your knowledge.

Working on projects is different, you may keep on working on projects, so you have many chances to write new code. But also you may have to write similar code again and again...

link|flag
vote up 1 vote down

sounds like you'd be good for QA or bugfix work. There are plenty of creative types around that suck at QA and fixing bugs.

link|flag
vote up 1 vote down

You say you get choked up when writing new code - do you get anxious and worry about it to the point where it clouds your thinking?

I ask because I find your story similar to mine. I have self-esteem and anxiety issues. When I open up my IDE and stare at a blank screen, I find myself in a panic and unable to perform at my best.

Perhaps you believing you are not a good coder has turned in to a self-fulfilling prophecy? How well do you do when working on personal projects, free of deadlines and expectations?

link|flag
vote up 0 vote down

Have you think about reading some books about programming architectur? Just to see how they come they come up with a generic structure of the program?

Or you could try (if the lazyness isn't too big) learning some of the patterns beacaus your problem is all about that! You have already seen alot of problem i supose but you cant deals with them.

It could be a good way to gain some agility when you start a project from scratch and the biggest part it could be a good way to gain back your youngster willingness to program the world :D

link|flag
vote up 24 vote down

Two words: training montage

link|flag
6  
Funny yes, but how on earth is this the accepted answer? :) – the-locster Aug 11 at 15:24
7  
To give everyone else a populist badge, of course. – Randolpho Aug 11 at 20:19
1  
I don't even know what it means. – Nosrama Aug 12 at 20:24
2  
even rocky had a montage, montage! – lobsterino Aug 14 at 1:06
2  
always fade out in a montage... – gnovice Aug 14 at 5:16
show 2 more comments
vote up 1 vote down

Hey, I like your narration skill, it is awesome and to the point. You can be a good Project Manager or what n8wrl says could be a right thing to do ... don't just give up. Improvement is a practice, practice it.

link|flag
vote up 0 vote down

Maybe you need to turn the whole thing around. Instead of beeing the stadard type of programmer your every teams dream! Someone who can write code like an maniak. Lots of programmers start and get a job because of there programming 'instinct'. And they write code to. Well if those guys can leave the code writing to you, the code become less issue for them with means you'll save a hack of time for the team making it effient and fast. Your one-of-a-kind developer. Use it in your advantage!

link|flag
vote up 4 vote down

The question has hit a nerve...

I think a lot of us doubt our abilities, especially when put on the spot in an interview situation. I often feel very intimidated being expected to write a solution in front of a group of strangers on a whiteboard in 10 minutes -- that's not really what I do in my job, and I have my doubts as to how helpful this type of test really is in judging people.

The truth is a lot of us look for code samples to start things off, and there's nothing wrong with that. Why start from scratch and spend 3 hours creating something you could poach from someone else, might as well leverage the code and re-use.

Also--interviewing is, from my recent experience, much worse than it was 2-3 years ago and before, meaning--it used to take me 24-48 hrs to land a new position, now it seems to take 1-2 months. The questions are harder, expectations are higher, and I think they are interviewing way more people, pushing down rates, and hiring very slowly...

It is easy for anyone in this market to start to lose confidence.

One solution -- practice "drills" of coding some sample solutions on a white board at home. Practice creating quick solutions to typical algorithm questions in interviews, either in the language of your choice or pseudo-code. Think of it as like running sprints at the track. This is -not- a skill we normally learn, has, I think, little to do with the reality of our roles on the job...but it is required now to get many jobs. So practice this skill as a "survival" and "getting hired" skill. Also, realize that in these times, it is about 10x harder to land a position anywhere.

link|flag
vote up 1 vote down

I would make the assumption you read lots of technical books on your spare time. You may feel like you understand the concepts pretty well and can carry on a technical discussion about several technologies and concepts.

I can also assume that you haven't programmed heavily applying those concepts in a real coding effort. Maybe you have been involved in the discussions, design and debates, but in the actual coding you may have not had the chance. It may also be possible that at one point in your career you did code heavily but in the recent past or for a long time you have not.

Are these assumptions correct?

If so, the path to getting past your issue is to just start coding. Get hands on. Be involved in the heavy details and the specifics of development. Take the responsibility to code and don't leave it to junior developers; struggle through the issues.

Software development is a lot like sports. Your concerns would be a lot like saying "I know all the rules of basketball, I watch lots of games, I know all the players, I love the sport, I can have lots of conversations and I know where to buy basketball gear. But when I shoot baskets once in a while, like once a month, they never go in. What do I do?" What would be the answer to this! Practice, Practice, Practice.

I hope this analogy helps. I would assert that there is nothing wrong with your intellectual capacity or ability to program. What is lacking is hands on practice, and you must summon the will to acquire this.

link|flag
vote up 4 vote down

Did you ever consider that you're just not that experienced as you say you are?

You're a fine debugger, got decent coding knowledge, have lots of experience in developing software "with others", and you know in theory how the software world runs.

You got yourself a decade (or so) of extra education and took it for granted. That is one hell of a foundation to build on. However, you forgot to start building.

I'm just guessing here, based the people I've worked with but: What you probably never did, was act. Pro-actively pick up assignments or pull responsibilities towards yourself. In the years passed, you reacted. Said "yes" to the tasks that were thrown to you and did the task over and over again until your manager said it was fine. You learned to mimic the behavior of an experienced software developer and are gifted with a rapid tongue. That's got you this far.

But you're gifted with another thing, one that you should use more often and that is self-reflection. Your question here shows that you analyze yourself and have a pretty good idea how your mind works internally. To me that looks like you'll probably understand what I'm going to say next.

You are probably not as good as you pretend to be. So stop pretenting, and become good.

Or, as Morpheus said:

Stop trying to hit me, and hit me!

Modify your CV so it does not imply the things you don't want it to. In interviews, do not pretend to be the hotshot developer, but be honest. Quotes like:

"I know in theory how a software design is built up, but have no hands-on experience"

are even more powerful than stating that you know it all. Take a step back and apply for a job that seems below your standard. If you are as experienced as you say you are, and you can show it, you'll be promoted quickly and your competence will grow along the way. But the most important part is that you try and do things for yourself. Build up that experience using the theory you already know. Find your shortcomings, see what motivates you, find out what sort of IT you like most (office automation, embedded, audiovisual, web, realtime etc), because the only way to get motivated to actually put the theory into practice, is when you are hooked and you love the matter you work with.

I know that that attitude has brought me so many kick-ass jobs, sent me to terrific places and hooked me up with the best possible network I could dream about.

Good luck!

link|flag
vote up 1 vote down

Hi confess :)

I don't know enough about you but in my experience your problem is one of the below:

  • You are good at programming, but you haven't done something in such a long time that you start to doubt yourself. It is time to take a break, think of an interesting problem, turn off your computer and think through the solution to the problem. Once you have the architecture and design, implement atleast one use case to get your creative juices flowing.

  • You are good at grasping ideas and technology, but can't stay focused for long enough to think through or create anything of consequence. Maybe it is good to get professional help.

  • You are not made for programming and you better start looking for something else. But since you are good at finding bugs in other people's code, I don't think this is the case.

Anyways, there are tons of other careers in the tech sector. Have you thought of freelancing?

Cheers and good luck!

link|flag
vote up 1 vote down

Don't give up.

You will be very good if you stay in System Support / Maintenance team.

There are 2 types of programming job - 1. Design , and 2. Support

The requirement for these 2 groups are different. If you go into Design group, you will need to think solution out of nothing :D If you go into Support group, you can read the existing code and do bug fixing.

Just find the job which fit your talent.

link|flag
vote up 0 vote down

You should pursue ur passion. It seems u have been working on large scale projects this is the reason y u haven't gained confidence in writing ur own code. So u better set a simple project for urself and program it urself. I hope u'll gain confidence after completing 2 or 3 projects.

link|flag
2  
What's with the funky spelling dude?! You're not texting your BFF, are you? – Miky D Sep 4 at 22:53
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
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 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
1 2 3 next

Your Answer

Get an OpenID
or

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