How can you determine objectively, over time, that you are getting any better at producing code? For example, I may sit here and feel that "I know <language> now, and I use <technique> now, so I must be better." But this does not account for my own bias, or the fact that I may be getting better at a slower rate than intended, or I may actually suck at <technique> and not realize it. What methods are available for one to objectively rate one's own abilities? What about to objectively compare them to their peer groups?
|
|
||||
|
|
|
You can take a look at the Programmer Competency Matrix and see where you are on that and where there might be room for improvement. Getting involved with the local development scene can be beneficial as well, since you'll be in a position to compare yourself against developers from different environments (i.e. not just your co-workers). To see what your options are for finding fellow local developers, you can start by looking for a user group in your area. Some are focused on a particular languages, some are more general. For example, where I live, there's a .NET user group, a recurring demo camp, a Perl group, etc. Dev House Waterloo is an example of a more general interest group in my area. I found these first by Googling for a .NET user group (I was primarily a .NET developer at the time) and then through talking to people there to find out what else was happening in the area. If all else fails, you can always try getting a group going yourself. |
|||||||||||||||
|
|
|||
|
|
|
As I age, I become less satisfied checking off items from lists of skill, technologies, and concepts. These days, what really matters is what I ship. Is my ability to ship improving?:
It doesn't matter how many checks you have on your list if you don't ship. |
|||
|
|
|
Here's a formula i devised for calculating how good of a programmer you are years of programming experience * 1/(1+how good you think you are)where how good you think you are is a scale from 1 to 5. The more experienced you get the less you realize you know and the better programmer you are, warning though that knowledge of this rule might severly lower your skill. |
|||||||
|
