vote up 179 vote down star
83

For me, I've always wanted to finish the O'Reilly "Mastering Regular Expressions" book. When I need a Regexp, I manage to get the one I need eventually, but it takes more effort than it should.

Learning a specific technology or language always seems to bubble up ahead of this.

flag
show 6 more comments

230 Answers

prev 1 2 3 4 5 8 next
vote up 26 vote down

Unit testing for a web application.

link|flag
vote up 1 vote down

I have to admit that I upvoted about 6 of the answers here. I guess there is a lot that I would like to master and haven't spent the time.

My #1 would probably be Class Library Design. I feel like such a hack when it comes to designing a set of classes that work together. Is anyone ever happy with what they come up with?

Actually it's probably documentation, but I'll never get better at that. :)

link|flag
vote up 25 vote down

Write a natural language parser.

You could do a lot of cool stuff with it and I think you would learn a lot.

link|flag
3  
ooff, that's a hard one baby. Good luck with that. – KevDog Sep 23 '08 at 18:30
vote up 4 vote down

I would really like the ability to create and fully implement a programming language. Not because I would want it to become the next big language but just for the invaluable experience it would provide.

link|flag
vote up 3 vote down

COM
Well, I guess its too late now.

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

I always wanted to get really good at matrix-math and do some hot 3d programming. I'm too busy programming banking software. Boo!

link|flag
vote up 5 vote down

I've always wanted to master Operating System programming... one day I'll get to it.....

link|flag
vote up 4 vote down

Regex, hate the damn things :(

link|flag
vote up 1 vote down

I still haven't mastered any aspect of programming. I'm good at some things, better at others, but I'm not a master in any discipline.

link|flag
vote up 0 vote down

The ability to turn mathematical definitions easily into working code.

link|flag
vote up 1 vote down

Perl. It seems like I constantly need to whip together some essentially disposable script to manipulate a text file, which Perl is more or less perfect for, but I always have to knock something together in C or Java since I've never found the time to grasp what Perl has going on. I've even had the Larry Wall Perl book sitting on my shelf for the last year, but just haven't had the time.

link|flag
vote up 1 vote down

Ability to understand low level properly. I was experimenting with assembler and processor instructions, but never developed something really useful although I was quite fascinated.

link|flag
vote up 18 vote down

Multi-threaded programming... Seems easy but very tricky to do it properly.

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

This is one of those, yea it would be nice, but will not happen. I always wanted to get back into the math behind programming, for those of you who toiled through Comp Sci all that discrete mathematics, linear algebra and the likes actually has some bearing on what we do on a day to day basis and actually helps quite a bit.

link|flag
vote up 3 vote down

JAVASCRIPT!!!!

link|flag
vote up 4 vote down

For fun & adolescent nostalgia: 6502 assembly.

To expand how I think about programming, and finally get some of those Paul Graham essays: Lisp or Scheme. I want to have that profound enlightenment experience that ESR was talking about.

To better myself professionally: Defensive and security-minded programming, particularly as it relates to web programming. I can make C#, Python or PHP do whatever I need it to, but sometimes my paranoia/obsession with security sometimes gets in the way of actually getting things done. In my own mind, I never reach a point where I think my systems are secure enough, and I keep researching for that next exploit which I wasn't previously aware of or is just out of my technical depth. Dog chasing tail kinda thing.

Also professionally: I've been avoiding SQL Server Integration Services, and I really should ramp up on that.

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

Anger management. Yes, that is a programming skill.

link|flag
6  
+5 Insightful? :) – Christian Vest Hansen Sep 24 '08 at 7:28
show 1 more comment
vote up 0 vote down

Specific patterns & practices, IE Dependency Injection

link|flag
vote up 6 vote down

Object Oriented programming.. I can go line for line scripting all day but the whole OOP concept seems lost on me..

link|flag
vote up 9 vote down

Design Patterns, there are many of em, and knowing the ins and outs is really helpful for any developer. My favorite book on the subject is Head First Design Patterns.

link|flag
vote up 9 vote down

Artificial Intelligence and/or Genetic Programming

link|flag
vote up 0 vote down

Probably assembly...but that would demand a time I don't have right now.

link|flag
vote up 4 vote down

Basic game programming, collision detection etc

link|flag
vote up 0 vote down

JavaScript

link|flag
vote up 0 vote down

unix C/C++ with inline ASM

link|flag
vote up 7 vote down

F# and Haskell

link|flag
vote up 1 vote down

Smalltalk, the original OO language, would be nice to learn. I'd like someone to explain Ruby to me, because just reading about it, I don't see why I'd want to switch. Also, multi-threading, which is just plain hard. And of course, I'd like to learn how to make awesome 3D games.

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

Unit testing. Seems really useful and required for lots of jobs, but I'm worried that it could make my coding even slower (I can rarely write over 200 lines of Java/C# a day).

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

Developing application(s) that leverage collective intelligence of large groups of people with a common interest of set of interests.

link|flag
vote up 3 vote down

Model Driven Architecture.

link|flag
prev 1 2 3 4 5 8 next

Your Answer

Get an OpenID
or

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