vote up 297 vote down star
378

Looking back at my career and life as a programmer, there were plenty of different ways I improved my programming skills - reading code, writing code, reading books, listening to podcasts, watching screencasts and more.

My question is: What is the most effective thing you have done that improved your programming skills? What would you recommend to others that want to improve?

I do expect varied answers here and no single "one size fits all" answer - I would like to know what worked for different people.

Edit: Wow - what great answers! Keep 'em coming people!!!

flag
3  
always a great question to ask of others! – therealhoff Sep 18 '08 at 23:14

363 Answers

prev 1 5 6 7 8 9 13 next
vote up 1 vote down

I grabbed a development site and just started churning out web sites that would just pop into my head. This helped me learn several new languages and a vast amount of technology pretty quickly.

I still buy a programming book a month to read and learn from. I have expanded my knowledge a great amount over the last year just by doing this.

link|flag
vote up 1 vote down

Maintaining other peoples code. Having to dig through 1000's of lines of undocumented, under/over designed code will do more to teach you about code structure, re-use, and documentation than any class or any amount of code writing. Being able to write clear easily understandable code is the best thing I've ever done to improve my skills.

link|flag
vote up 1 vote down

Learning how to write short, understandable comments.

link|flag
vote up 0 vote down

Being Passionate

I'm not talking about the kind of passion where you're annoying and saying, "Hey everyone look at me.... I'm passionate!"

What I'm talking about is possessing an energy that makes you want to do the tasks that everyone else shies away from. It's a sacrifice for the greater good of the company and this will get noticed... it's unavoidable.

Examples might be:

  1. Working on the build system (or being the one who spear heads it)
  2. Digging into legacy code to figure out a nasty bug
  3. Doing more QA type services that are not necessarily expected of you
  4. Etc...

When one can do these types of tasks without making a big deal out of it, it tends to go much further then if one tells everyone about all the great things one's done. All of this seems to start with passion.

link|flag
vote up 1 vote down

Undoublty learning assembly (or should I say assembler, as I started coding in hexadecimal? :-)

Once you know how the processor executes code, you realize what really an "if", an "while" a "struct" and any other language construct really are, and you start to appreciate these language constructs exist. Also, once you know assembly, the speed in which you learn a new language is so fast that this for its own is worth the effort.

Just to help people realize how great is learning assembly, it's like when Neo starts to see the Matrix how it really is by the end of the movie. Someone will come and show you this "new great framework" and how it works, and you'll just say "is this just it?"

link|flag
vote up 0 vote down

Jump into something I don't know, try to code. If I don't know how to do something, look it up, then ask questions of others. Looking to coworkers for pair programming or asking why certain things are coded the way they are helps you out by finding the history and trying to think of how to rework the way their code works.

All in all, experiment and don't be afraid to make a mistake... especially in a test environment. It's there for you to wipe out every now and then

link|flag
vote up 1 vote down

Knowing the business of software and understanding how to become profitable. You become very adept at managing clients, requirements, and quality. From a technical perspective you apply appropriate architectures, patterns, and methodologies that lend itself toward simple, pragmatic solutions.

link|flag
vote up 1 vote down

Reading Code Complete

link|flag
vote up 0 vote down

Give trainings. You wouldn't believe how much new stuff you end up learning when the pressure of being an "expert" for a day hits :D

link|flag
vote up 19 vote down

The basic things that helped me as a programmer:

  • Learned Touch Typing.
  • Learned to overcome shyness and ask question.

Typing for a programmer is essential. Everyone has had a "programmer" coworker who typed using exactly two fingers and had to look at the keyboard for everything. Not fun. Learning to touch type give a huge boost to your productivity as a programmer.

And if you don't ask, no one is gonna tell you.

link|flag
2  
Touch Typing is the most important skill. The greatest crimes in programming have been committed by those trying to save a few keystrokes. – James Curran Sep 23 '08 at 16:45
3  
This beats all the other answers, in my opinion. Typing saves tons of time, which means you can spend more time entering code and trying it out. It means you can type in the examples in a book instead of just nodding your head, moving on, and forgetting. Trying to be a programmer with hunt-and-peck is like trying to be a concert pianist by tickling the ivories with your feet. – Kyralessa Aug 26 at 18:22
2  
I have seen people hit 15 up arrows to recover a 2 character command. Pretty sad. It's like some kids without an IDE... completely incompetent. – xcramps Sep 2 at 16:09
show 2 more comments
vote up 0 vote down

1) Write code.
2) Read Code Complete.
3) Write code.
4) Keep reading and learning.
5) Write code.

link|flag
vote up 0 vote down

personally i could not answer. However, as a group learning techniques, we've implemented weekly coding dojos and weekly lightining technical talks - be it about a particular library, language, tool, whatever is pertinent to our skillset.

link|flag
vote up 0 vote down

I started to read and do things similar to development, but NOT development. eg

  • Joel On Software.
  • Managing Humans (Rands FTW!!).
  • photography (creative outlet which isn't software, but uses a LOT of software)
  • mountain biking (same - technical, but not development)

Worked for me :) the last two are great ways for me to work thru a problem - esp MTB.

that, and learned a new language, or atleast looked at new stuff, often. I can atleast read C#, java, VB.NET, Ruby, Python (well, getting there), Pascal, x86 ASM, Obj-C etc, even if I can't WRITE all of them well.

link|flag
vote up 3 vote down

SQL - it changes your view of the world to data-centric rather than process-centric.

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

I learned to read other people's code.

This might seem overly simple at first, but being able to understand the subtleties in code before modifying it is a great asset. When you work on a project for a couple of years, code gets old, so you're bound to have to modify code you're not so familiar with. I too often see young programmers who have a lot of trouble understanding the big picture when going through code they didn't personally write.

link|flag
vote up 0 vote down

Some of the effective ways to improve your programming skills

  1. Make sure you have set of good developer's blog feeds in your feed reader and make sure you browse through them atleast once a day.
  2. Listen to good podcasts.
  3. Mentor people !! (surprisingly it does improve your programming skill)
  4. Make sure you always work on a pet project apart from your normal project work.
link|flag
vote up 3 vote down

Learn Regex, as early as possible. Every tiny little string problem becomes a no-brainer later.

link|flag
vote up 0 vote down

A programmer needs only to solve 'unsolved problem'.

Do not reinvent wheel.

link|flag
vote up 0 vote down

I took a developer job in a field I didn't have any particular interest in prior to being hired.

The specific issues encountered in this line of business that I had to solve changed the way I approach solving programming problems.

I think the lesson here is that I was taken out of my comfort zone and had to tackle issues I would never have had to solve in programming projects in fields I've already worked on in the past.

link|flag
vote up 0 vote down

Take up a role where you are purely testing for a few months / or do a significant body of testing on someone elses application.

This will give you a much better perspective on what a user wants\needs\worrys about when using an application.

Apply this when you develop your own applications.

(yes I know testing is not popular/fun, but I've found that ex-testers make the best coders from the point of view of giving the customer what they want)

link|flag
vote up 11 vote down

Learning regular expressions .

link|flag
vote up 0 vote down

Always try to imagine what is going on inside the software I see running. What is the compiler doing? How does the app server implement that connection pool? What is the version control system doing with my file?

Then when something breaks I have somewhere to start to look for problems.

link|flag
vote up 1 vote down

Taking courses. This might not be what you referred to but there have been three courses that helped me immensely.

  • AI - A course that helps learn suitable algorithms for problems you may encounter as a programmer. Don't let the title scare you. AI courses are broad which makes them easier than they sound. These courses are more practical than generic algorithm courses.

  • Programming paradigms - Courses that explores different ways to program. You should expect a lot of haskell, lisp and regexp. Beware that functional programming is like a drug that is hard to get rid of once you've mastered the wonderful world of one-liners.

  • Computer architecture - Any courses that teaches you assembler and "behind the scenes" stuff. You are then forced to learn about memory, cache, DMA, floating-point calculation and the like. Some might say that C++ must be learned to be a good programmer, but it only forces you to learn about pointers and how classes are built internally (if even that).

link|flag
vote up 0 vote down

What helped me significantly which I feel is relevant was pushing myself out of my comfort zone as often as I could.

Just because you can do something doesn't necessarily mean your getting better at it. Think of it like working out in the gym only using your mind. Break a mental sweat as often as possible.

link|flag
vote up 0 vote down

Fresh out of university I got some of my C++ (a language I thought I knew) reviewed by someone who really did know the language. He completely took it apart and spent a long time explaining why it was awful. Up until then no-one had ever criticised my code, so I thought I was pretty hot, but after that day I realised I still had it all to learn. Getting taken down a peg or ten was absolutely essential and I'm so glad it happened early in my career by someone knowledgeable enough to set me on the right path.

Since then I've always been prepared (even eager) to give up "my" way of doing something in place of a better way.

link|flag
vote up 1 vote down

Reviewed Code and let my Code get reviewed

link|flag
vote up 1 vote down

Studying the best books on our profession. (E.g. the GangOfFour book about Design Patterns). Working on projects gives you experience but there is no substitute for the good old learning.

link|flag
vote up 1 vote down

Learning C++ was the single greatest thing that has helped me in my programming life! It just makes everything else so much easier

OR

Learned how to type!

link|flag
vote up 4 vote down

Sleep!

Don't underestimate this!

Without a certain amount of sleep my programming skills vanish like a sandcastle in the waves. If your goal is a contant output of good code, do not work when you're tired, and don't try to fight sleepiness off using coffee, coke, candy or cocaine!

link|flag
vote up 0 vote down

creating games was the best thing I ever did. now competing on spoj.pl and topcoder.com is the best thing I am doing ;P

link|flag
prev 1 5 6 7 8 9 13 next

Your Answer

Get an OpenID
or

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