vote up 115 vote down star
52

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 grasps 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 kinda 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 everthing 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 StackOverflow.

flag
19  
I commend you for being brave enough to ask this question. – Si Keep Feb 19 at 14:02
5  
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

68 Answers

1 2 3 next
vote up 18 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
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 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 1 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 1 vote down

A year doesn't sound that long to me.

link|flag
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 87 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
show 10 more comments
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 25 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 1 vote down

It depends, everbody needs something different from their work/career.

  • Being good at it
  • Lots of interaction with people
  • Helping people
  • Doing the things you like (more than the things you don't like)
  • Etc

If you don't enjoy programming, that would be a more valid reason (to me).

link|flag
vote up 46 vote down

Yes. ;)

Ok, seriously. If you don't enjoy it, then you shouldn't do it (unless you're really really spooky good at it and you suck at everything else). But if you do enjoy it, then live by the eternal words "If you enjoy what you do, you never have to "work" a day in your life".

If you enjoy it, practice. You'll get better. Talk to other programmers. Read blogs. Immerse yourself in it. Find your Mr. Miagi. Wax on, Wax off.

As a corollary, I love playing guitar. But, I don't do it enough to gain any real proficiency in it. So every time I pick up the guitar, i have to relearn everything I learned last time. If I did it more often, then I wouldn't have to do that.

Also, don't worry about looking stuff up. There's WAY too much info for anyone to expect you to keep it in your head. In fact, I gave up trying a long time ago. Instead, my brain has become an indexing engine. I read something and remember where I read it (or something unique about it that lets me google it later). In my opinion, it's a waste of brain capacity to memorize stuff you seldom use.

P.S. I've been playing guitar for 20 years, and I still suck.

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

I often find myself going back to basics and looking up trivial information.

This doesn't sound like a bad thing to me. I am always looking up stuff in APIs. Even stuff I use over and over again. I guess knowing the API docs are there is a crutch that means I don't have to remember it all.

Programming is a struggle. But the feeling of satisfaction you get when you crack a problem, or do something especially elegantly, is what should keep you coming back. Do you ever get that feeling? If so, I think you are just a normal programmer. If not, then maybe programming is not for you...but then who knows if it is not better for you than any given alternative?

link|flag
vote up 24 vote down

Programming and indeed computing as a whole can often feel demoralising. The sheer vastness of it all can have even the best programmers thinking, lord I'm never going to know enough to be brilliant.

The mere fact that you're thinking that you're bad will probably mean you have some programmers around you who think they're very good and like to tell everybody.

That is normal, in my experience programmers have very big egos, but underneath they are still nervous book worms continually adding to their knowledge.

One thing I would suggest is to narrow your field, really concentrate on one area, and as previously stated perhaps that should be the basic concepts, so when you're copying and pasting things make sense.

Remembering syntax and libraries doesn't make you a good programmer alone, understanding the concepts is just as.... if not more important.

link|flag
vote up 5 vote down

Hi,

I have hired many programmers. I have very high expectations from programmers. I had two key filter tests to judge candidates:

1) Entry condition: a typical text book example about polymorphism If the candidate could solve the question with ease and looked at his eyes tell me the message of "why am I asking such a trivial thing", that means to me that he is worth for a deeper check. My experience shows that about 60-75% of candidates could be filtered out by this alone.

2) Testing on knowledge about Reflection. If the person gets excited by the possiblities that Reflection opens than I consider him as worthy candidate.

You sound very depressive which makes your judgement biased. This is how I rank developers, I believe it is more objective than your selfimposed standard of looking up trivial things regularly.

link|flag
vote up 0 vote down

A year is nothing in IT world. Over time, you will learn more. In professional life, you gain much more experience than you would coding on your own (in my opinion), so as long as you enjoy coding, keep going. One tip: keep some kind of sample code for each new problem/technology you encounter. Go though them once in awhile to see if you can update/improve them. that way, you can see your competence is actually growing and you have a nice reference.

link|flag
vote up 8 vote down

Develoeprs come in many flavours.

Having had some experience leading developers I can tell you that each is different and has different strengths, weaknesses and motivations. Some of them are aware of them, some aren't. You at least are aware of your shortcomings (and everyone has shortcomings). That's a positive.

What you need to do is find an environment that fits your strengths and weaknesses. The one that springs to mind is that you probably need to be in a relatively large development team (say 20+ developers minimum) and the environment should be relatively well structured but not oppressive.

In this kind of environment you'll have (hopefully meaningful) performance reviews, you'll be told what you need to accomplish and how you need to do it. Hopefully you'll also get training and constant feedback on what you're doing. That's where you'll thrive I'd say.

Other posters are right in that you need a mentor. The best way to achieve that is to work with good people and attach yourself to one.

In smaller environments you'll find less structure and often little to no supervision. In such an environment you need to be more of a generalist, definitely self-motivated and you'll have to define your own role. Some people thrive in such environments (it's my preferred environment these days) but that doesn't sound like you, at least not yet anyway.

As for having only worked a year, that's not an issue. I don't mean this as an insult (to you or anyone reading this) but I'm of the opinion that developers are a lot like many other professions: useless for the first three years (if not longer). That's because you learn theory in college/university (hopefully), you learn some practical stuff there too, you learn some basic coding outside of that (most programmers learn programming long before they get to uni) but then you are thrust into the working world and you have to learn to be a professional programmer.

This isn't so much about the technical stuff (well it's that too) but it's really everything that goes around it: debugging problems, dealing with business people, dealing with other people period, getting requirements, designing solutions, making estimates and generally knowing the right way to get things done. Your first 3-4 years of working is really your apprenticeship.

To give you some idea, I came across an article in Slashdot a few weeks ago that showed (by one metric) that senior developers tend to be about ten times more productive than junior ones. I can believe it too. It's not just about turning ideas into code and fixing that code. It's about knowing the how, why and when to do something. That takes time to learn.

link|flag
vote up 9 vote down

That you have to look for information on how to do things does not make you a bad programmer. I think it is better to up a function/class in the API docs than to roll your own buggy functions.

The important thing is to know where to look and what for, so you don't spend too much time and effort searching for solutions.

And about copy & pasting: It is always good to learn from code written by good programmers. So the next time you copy code, read thru it, try to understand it and maybe compare it with your own solution or another one from a different programmer. IMHO reading (incl. understanding) good code will improve your skills far more than you might think.

link|flag
vote up 0 vote down

Find yourself a friend who can discuss new technologies and languages with you. That's will help you to find a confidence in yourself, and that's what you need most.

Don't be afraid of others being better than you even if they younger, that happens. You might never be the best one but you could become one of the bests through experience and practice.

Remember, everyone, even bests of us create crappy copy-paste code once in a while. In fact, most of the time. But we learn from our mistakes and we make a better code each time we try. Not better for much but still better. That's how things work.

You like to learn, that's the basic skill that already makes you better then most of developers out there automatically.

Decision is up to you of course but that's basically the best possible job out there. And you can always become manager later. That's escape path a lot of people take.

link|flag
vote up -4 vote down

Programming is about persistence and solving problems, not giving up and breaking down and looking for emotional support on the internet.

Go to sleep.

Rationally assess the situation in the morning and if you really doubt yourself as a programmer and want to give up then figure out your next move.

link|flag
show 3 more comments
vote up 11 vote down

The fact that you actually care and are motivated to learn new stuff makes you a better developer than lot's of people I worked with. Looking up trivial things is something we all do, the amount of information on any programming subject is too big to remember. One year is a very short time to become a good developer. It took me 10 years and I'm still learning.

I'd say try to broaden your focus a bit. Its easy to get stuck learning technical stuff with all the new technologies being released. For me learning to be a programmer took off when I started learning more about architecture, methodologies, patterns, language design etc.

If you're still struggling in 5 years it might be time to reconsider.

link|flag
vote up 60 vote down

I'd suggest the mere fact that you're self aware enough to question your own ability makes you a better than average programmer. Time will flesh out the details; the basics are already there.

link|flag
2  
A good programmer is one who is constantly questioning things, even if it is himself. – patricksweeney Feb 20 at 3:22
show 1 more comment
vote up 2 vote down

In addition to the many points about one year not being long, going back to docs being a good thing in many ways and that the very fact that you are trying to better yourself, and see lots of room for improvement is a good thing, I'd say an area you can really make progress on is to work with other people.

Ideally get a job working with a good team who have a collaborative spirit - if they do pair programming all the better!

Whether or not that's possible, get involved in communities like this one. Oh you already are :-) - keep at it! Join the ACCU (or at least the accu-general mailing list, which is open to non-members). While they have a focus on C++ and other C based languages, that's just a historical bias and anyone is welcome. The emphasis is on "professionalism in programming". www.accu.org

I'll also echo what at least one other person here has said - the fact that you are motivated to learn and try to keep current puts you above average - way above, if the people I have interviewed are anything to go by!

link|flag
vote up 1 vote down

Looking at the stuff you've done in a year, you seem to be doing pretty well. Considering your love for programming I'd suggest you carry on.

And if you have problems with your basics, you still should have plenty of years ahead for learning things again. Learning is a continuous process. It never stops.

But, If you think you cannot or do not have time to or do not want to learn the basics, I'd suggest otherwise.

link|flag
vote up 0 vote down
  1. Go do a Computer Science course at college/university with a decent rep. This will give you a set of underlying principles to hang the continual learning you will do throughout your career on. Make sure they cover database design!
  2. Get a job with a company that takes 'newbies' and has a solid training program. This probably means a big company.
  3. Then get a job with a small company where you do the full life-cycle of talkjing to users, designing, building, installing, supporting.

or 1 followed by 2 and 3.

Did you note the point about the continual learning? The rug will be pulled out from under you every 18 months - 3 years in terms of specific languages/technologies/libraries. If and when you get good, you will have to run very fast interms of learning (and a lot of it in your own time) to just stay 'as good'. If you do not like this concept, then development is NOT for you.

link|flag
vote up 5 vote down

Go to school.

That's not intended as a smart-alec, dismissive answer, but as a serious suggestion from someone who's learnd both in the classroom and on the job. Learning-by-doing is important, especially in programming. However, speaking from personal experience, it's easy to end up with very spotty coverage of the field. The value of a good educational program is that it forces you to see aspects of the discipline you might not encounter on your own, and presents a more systematic view of the field.

In my experience, some people learn more effectively "bottom-up" or "inductively", by taking lots of specifics and gradually forming their own higher concepts. Others learn more effectively "top-down" or "deductively", starting with a set of basic principles from which the specific details can be worked out. Neither is right or wrong, they're just different styles of learning and thinking.

It sounds to me as if your learning style and your experience to-date don't fit together well. You might very well benefit from putting yourself in a situation where experienced teachers may be able to present the material differently than you've encountered it before on your own.

But keep your head up and your eyes open. Not all teachers are equally good, nor equally good at working flexibly with different student's aptitudes. The first year will proabably be the hardest, because of the unfavorable student/teacher ratios. But as you progress through the curriculum, that problem will solve itself. Talk to students a year or two ahead of yourself to find out which teachers to seek or avoid -- not because they're hard or easy graders, but because they understand their material and their students well (even if they work you hard!)

And good luck! The self-awareness reflected in your question is a great asset; don't lose it!

link|flag
vote up 2 vote down

Listen Friend, I had the same intuition about myself some years ago, today i am not too old but i do provide sufficient help and support to my clients in the way and time line they expect.

I have learned a simple lesson from my experience Never Give Up, if you like you will learn and if you learn you can do it best. so basically identify your interest don't mess up your mind with lot of good things, everything is useful and of equal importance in the world of computer science. so my suggestion choose the very interest of programming you like. start with it, and after some days you will find yourself very comfortable with it.

learning and working are two interdependent processes so they must go hand-in-hand.

so cheer up, reply me back when you are done with your homework and build up with good skill set, possibly this must be soon.

link|flag
vote up 7 vote down

If you want to be good, there is really only 2 things that you need to do.

  1. Read. Read LOTS of books on the things you want to be good at.
  2. Practice. You need to start a project outside of work.

You also need to have a passion, but it does come easier once you have achieved something that you can be proud of.

Don't give up. It's takes years to become good. And don't forget the 3 P's:

  • Practice
  • Practice
  • Practice... and Read!

You don't grow muscles without lifting weights and eating right. Becoming a good programmer is the same, except you need to "eat right" by reading books and "lift weights" by writing lots of code.

link|flag
1  
although it might be worth mentioning that exercise and good health will help you program in the long run too! – Zeus Feb 19 at 15:53
show 3 more comments
vote up 1 vote down

If you love it, then keep doing it. I reccomend that you take some classes on computer science, because you kind of sound like me, self-educated in the ways of programming.

If you love to do it, then keep trying, and get educated.

But, if not, then try something else. It's not like the programming community will hate you for it. Seriously.

link|flag
vote up 1 vote down

As a general rule in life, you should never give up on something you are interested in or care about. The way I see it, if there is a long road ahead to get to where you want to be (becoming a "good" programmer), then that's a positive thing. It means you have so much more interesting things to learn and the best part about accomplishing your goals in life is the journey getting there, not just the end result. Strive to improve you abilities and knowledge everyday, never give up, and enjoy the ride! =)

link|flag
vote up 0 vote down

It's hard to get a read on where you really at right now. Are you/did you get negative feedback at work? Are you working? How did you learn all those technologies, but have only worked a year? What were you doing previously?

Cutting an pasting isn't necessarily a bad thing. In fact, the ability to identify a good solution and implement it can save a lot of time, rather than writing from scratch, as far to many developers often do. Going to the docs is normal. If you are curious about it, and want to be good at it, those are both good signs.

The big danger is if you really don't have an aptitude for it. Then you will be throwing good time after bad. One idea is to take some kind aptitude test for programming. It will probably ask a lot of logical questions, like select the next item in this series of diagrams. Not mathematical stuff, just logic. If you do ok on that, then I would stick with it.

link|flag
show 2 more comments
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.