vote up 120 vote down star
53

I've always been a software development nerd. I got started with web development (HTML, JavaScript, CSS, etc) and continued with PHP, Java and C#. All along I never seemed to become really good at coding; when I solved problems it was equal parts copy-paste-customize and spending too much time on what seemed to be basic stuff. I thought it was because I was still young, that I was too young too grasp certain concepts.

Now I'm much older yet my old habits are still here and I've realized that I, frankly, am a bad programmer. Which is kind of sad since I'm still very curious about software development and read the literature, keep myself updates with new languages, development methods, tools and libraries. I find pretty much everything from algorithms to interface design to be interesting, so it's not like I don't care - quite the opposite. With "bad programmer" I mean that it's difficult for me to even analyze basic problems and implement them in code. I often find myself going back to basics and looking up trivial information.

Should I just quit being a software developer? I find being a talentless hack far worse than being unemployed, but it kills me to think that I will never become a great or even good programmer.

I've been coding professionally for about a year now.

Addendum: I've received a lot of incredibly uplifting feedback in this thread and I just wanted to say to you all how much I value it and that I will take your advice about perseverance, getting more formal education, and having fun while programming to heart. Again, thank you very much Stack Overflow.

flag
25  
I commend you for being brave enough to ask this question. – Si Keep Feb 19 at 14:02
7  
You've been "coding professionally for about a year now"? That is not enough time to develop good programming skills. – lamcro Feb 19 at 14:48
show 10 more comments

69 Answers

prev 1 2 3
vote up 27 vote down

Only a year? Give yourself some time -- Peter Norvig suggests it takes about 10 years to get really good at programming. If you really feel that the nitty gritty of programming isn't your thing, but you're still intensely interested in the industry, I'd say you're a good candidate for a more administrative role, such as program or project manager, or maybe you might enjoy a QA/testing role. There's plenty of options that don't involve cutting lots of code while still working in the development industry.

link|flag
vote up 0 vote down

Actually you understand quite a lot within just one year. At start, you need to convince yourself that being able to solve problems by programming. This builds up your confidence. Come back to this thread in two years, I am sure you will be cool.

link|flag
vote up 91 vote down

Sounds like you need someone that can be a good mentor to guide you to the correct way of looking at problems. Figuring out the best way to look at issues is something you get from experience working with people who can already do it. It is not something that is easy to learn out of a book. If you can't find a mentor at the company you are working for then try getting a new job. You say you have been coding professionally for only a year, this is not very long it normally takes at least five years to get proficient. If your boss is not taking your junior status into account when dishing out work, that is another good reason to find another job, but I would hang onto the one you have until you have found a good replacement.

link|flag
1  
+1: Find a Mentor. Right away. – S.Lott Feb 19 at 11:05
show 9 more comments
vote up 2 vote down

Only you can answer this one.

Without knowing you better, it's impossible to tell where you fall on Jeff Atwood's "two humps". Maybe you're just being too hard on yourself.

"keep myself updates with new languages, development methods, tools and libraries" - that's a lot of work. Are you cutting and pasting with each one?

A year of "professional" (paid?) programming isn't a very long time at all. Peter Norvig would tell you that it'll take ten years to be proficient.

You shouldn't focus on "programming". Better to combine software development with deep knowledge of some domain - modeling in finance, biology, engineering, etc. Diversify your efforts and start learning a domain well.

What alternative do you have? If you're employed as a programmer in this economy, I'd say that you shouldn't give it up until you have something relatively solid to replace it.

link|flag
vote up 1 vote down

A year doesn't sound that long to me.

link|flag
vote up 2 vote down

The most important thing about programming is to never give up. It's okay and sometimes the best idea to just go to bed or make a long coffee brake - But make sure to get back to solve the problem the next morning.

It's okay to look things up. Everyone here does it.

Try to learn a language that is fun to you (I recommend Ruby ;)) and start a project that is interesting and keeps you motivated. All you need is some more experience I think.

link|flag
vote up 16 vote down

If you're thinking like this already, maybe it isn't for you, but:

  • A year is no time at all.

  • There's a lot worse ways earn a living, and things'll pick up.

  • Being unemployed right now is a terrible idea.

  • Being unemployed very quickly becomes worse than any job.

link|flag
vote up 5 vote down

You need to learn the theory behind programming. All you do now is apply it in practice with copy and paste. Learn to do programming without the Web.

I recommend you pick one language and work through these problems on your own: http://projecteuler.net/

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

It takes a lot of time to not have to look up basic stuff. You have to spend a lot time with a single library to become proficient enough to use more than strings without looking it up all the time.

link|flag
show 2 more comments
prev 1 2 3

Your Answer

Get an OpenID
or

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