What is the one programming skill you have always wanted to master but haven't had time? - Stack Overflow most recent 30 from stackoverflow.com2009-12-09T10:59:00Zhttp://stackoverflow.com/feeds/question/121351http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha178What is the one programming skill you have always wanted to master but haven't had time?KevDog2008-09-23T14:30:38Z2009-11-20T21:54:54Z
<p>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.</p>
<p>Learning a specific technology or language always seems to bubble up ahead of this. </p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121356#12135692Answer by jjnguy for What is the one programming skill you have always wanted to master but haven't had time?jjnguy2008-09-23T14:31:14Z2008-09-23T14:31:14Z<p>Learn a scripting language like Ruby or Python. A nice scripting language under your sleeve can really increase productivity.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121369#12136918Answer by Will Robertson for What is the one programming skill you have always wanted to master but haven't had time?Will Robertson2008-09-23T14:32:31Z2008-09-23T14:32:31Z<p>Infallibility.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121380#121380281Answer by Ferruccio for What is the one programming skill you have always wanted to master but haven't had time?Ferruccio2008-09-23T14:33:49Z2008-09-25T04:02:16Z<p>Functional Programming.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121383#12138318Answer by Jeff Hillman for What is the one programming skill you have always wanted to master but haven't had time?Jeff Hillman2008-09-23T14:34:04Z2008-09-23T14:34:04Z<p>Becoming better at finding and fixing memory leaks.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121388#121388114Answer by Mendelt for What is the one programming skill you have always wanted to master but haven't had time?Mendelt2008-09-23T14:34:13Z2008-09-23T14:34:13Z<p>Multithreaded programming is something that I sometimes have to use but know next to nothing about. </p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121389#121389108Answer by torial for What is the one programming skill you have always wanted to master but haven't had time?torial2008-09-23T14:34:15Z2008-09-23T14:34:15Z<p>This is crazy, but writing device drivers :-)</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121394#12139453Answer by Jeff Hillman for What is the one programming skill you have always wanted to master but haven't had time?Jeff Hillman2008-09-23T14:34:49Z2008-09-23T14:34:49Z<p>Become a <a href="http://en.wikipedia.org/wiki/WinDbg" rel="nofollow">WinDbg</a> ninja.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121395#1213954Answer by Patcouch22 for What is the one programming skill you have always wanted to master but haven't had time?Patcouch222008-09-23T14:34:56Z2008-09-23T14:34:56Z<p>I think it would be great to master stored procedures in SQL Server. I used them on a few projects a lot when I first discovered them but haven't really gone any further than that. I think mastering SQL in any way is an invaluable skill to have.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121399#121399193Answer by Wayne for What is the one programming skill you have always wanted to master but haven't had time?Wayne2008-09-23T14:35:13Z2008-09-23T14:35:13Z<p>Getting fully into automated unit testing</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121402#121402173Answer by Rick for What is the one programming skill you have always wanted to master but haven't had time?Rick2008-09-23T14:35:43Z2008-09-23T14:35:43Z<p>Games programming... 3d graphics particularly.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121403#12140376Answer by ChronoPositron for What is the one programming skill you have always wanted to master but haven't had time?ChronoPositron2008-09-23T14:35:49Z2008-09-23T14:35:49Z<p>Finding more free time to work on personal programming projects.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121410#1214105Answer by Korbin for What is the one programming skill you have always wanted to master but haven't had time?Korbin2008-09-23T14:36:25Z2008-09-23T14:36:25Z<p>Faster at cranking out unit tests (so I don't have to put off writing them when time gets tight as it always does in a project).</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121419#12141918Answer by Adam J. Forster for What is the one programming skill you have always wanted to master but haven't had time?Adam J. Forster2008-09-23T14:37:09Z2008-09-23T14:37:09Z<p>It has to be unit and regression testing. I know the theory behind them, but not always when and how best to implement them.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121425#12142512Answer by Joel Martinez for What is the one programming skill you have always wanted to master but haven't had time?Joel Martinez2008-09-23T14:37:59Z2009-05-13T18:55:33Z<p>Distributed Communication (such as WCF) ... I've used my share of soap web services, et al, but I don't feel that I've mastered the art of having systems talk to each other over the wire.</p>
<p><em>Edit: Since I've written this, I have gone on to learn and use WCF successfully ... quite happy with it :-)</em></p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121430#12143039Answer by Len Holgate for What is the one programming skill you have always wanted to master but haven't had time?Len Holgate2008-09-23T14:38:27Z2008-09-23T14:38:27Z<p>Non-trivial assembly language programming.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121431#12143166Answer by Gordon Bell for What is the one programming skill you have always wanted to master but haven't had time?Gordon Bell2008-09-23T14:38:41Z2008-09-23T14:38:41Z<p>For sure, Regular Expressions. Have you ever seen the 6,343 character RegEx pattern for RFC822 validating email addresses? Abusive...</p>
<p><a href="http://www.codinghorror.com/blog/archives/000214.html" rel="nofollow">http://www.codinghorror.com/blog/archives/000214.html</a></p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121442#1214428Answer by Kuvo for What is the one programming skill you have always wanted to master but haven't had time?Kuvo2008-09-23T14:39:54Z2009-05-13T19:05:49Z<p>Decent recursion</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121444#121444136Answer by Mark Cidade for What is the one programming skill you have always wanted to master but haven't had time?Mark Cidade2008-09-23T14:40:00Z2008-09-23T14:40:00Z<ul>
<li>Fully implementing a language (lexer + parser + (compiler|interpreter) [+ runtime])</li>
<li>Assembler/bytecode (it's as close to the [virtual] metal as it gets!) </li>
</ul>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121446#12144610Answer by Seb Nilsson for What is the one programming skill you have always wanted to master but haven't had time?Seb Nilsson2008-09-23T14:40:11Z2008-09-23T14:40:11Z<p>Inversion of Control and Dependency Injection... <strong>truly</strong>, not just the theoretical part.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121451#12145111Answer by MikeJ for What is the one programming skill you have always wanted to master but haven't had time?MikeJ2008-09-23T14:41:24Z2008-09-23T14:41:24Z<p>Silverlight and WPF</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121463#1214633Answer by Prakash for What is the one programming skill you have always wanted to master but haven't had time?Prakash2008-09-23T14:42:26Z2008-09-23T14:42:26Z<p>Assembly language for 80386, 80486 processors.</p>
<p>Really, Thought i'll learn for just the thrill.</p>
<p>Havent gone further than 8085 in college </p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121468#1214683Answer by kmilo for What is the one programming skill you have always wanted to master but haven't had time?kmilo2008-09-23T14:43:53Z2008-09-24T13:33:41Z<p>Learn to use a php framework.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121469#1214693Answer by Rui Vieira for What is the one programming skill you have always wanted to master but haven't had time?Rui Vieira2008-09-23T14:44:12Z2008-09-23T14:44:12Z<p>Concurrency</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121471#1214715Answer by KevDog for What is the one programming skill you have always wanted to master but haven't had time?KevDog2008-09-23T14:44:29Z2008-09-23T14:44:29Z<p>On the advice of jjnguy, here is my answer:</p>
<p>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.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121488#121488100Answer by TcKs for What is the one programming skill you have always wanted to master but haven't had time?TcKs2008-09-23T14:46:27Z2009-06-09T14:43:45Z<p>Artificial Intelligence -- specifically <strong>Neural networks</strong>.</p>
<ul>
<li><a href="http://aigamedev.com/" rel="nofollow">http://aigamedev.com/</a></li>
<li><a href="http://www.ai-blog.net/" rel="nofollow">http://www.ai-blog.net/</a></li>
<li><a href="http://www.aiwisdom.com/" rel="nofollow">http://www.aiwisdom.com/</a></li>
<li><a href="http://en.wikipedia.org/wiki/Game%5FAI" rel="nofollow">http://en.wikipedia.org/wiki/Game_AI</a></li>
</ul>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121501#1215015Answer by kitsune for What is the one programming skill you have always wanted to master but haven't had time?kitsune2008-09-23T14:48:59Z2008-09-23T14:48:59Z<p>Objective C 2.0</p>
<p>sigh... I really really really can't get into it because my personal sense of aesthetics is violated by its syntax.</p>
<p>I promise to try harder tho.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121509#1215090Answer by satishmotwani for What is the one programming skill you have always wanted to master but haven't had time?satishmotwani2008-09-23T14:50:23Z2008-09-23T14:50:23Z<p>I agree, Regex really.. </p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121514#12151422Answer by MattC for What is the one programming skill you have always wanted to master but haven't had time?MattC2008-09-23T14:50:49Z2008-09-23T14:50:49Z<p>Python. Also motivation to do my own personal projects after 8 hours of programming at work.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121516#1215165Answer by JK for What is the one programming skill you have always wanted to master but haven't had time?JK2008-09-23T14:50:58Z2008-09-23T14:50:58Z<p>Embarrassingly, really learning regular expressions.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121518#1215180Answer by Baltimark for What is the one programming skill you have always wanted to master but haven't had time?Baltimark2008-09-23T14:51:01Z2008-09-23T14:51:01Z<p>I've never written an app that interfaces with a real DB. </p>
<p>I'm learning to do so on a web app that I'm writing. Everything I've done for work or fun has just used binary and text files for IO. </p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121542#1215421Answer by Bob Moore for What is the one programming skill you have always wanted to master but haven't had time?Bob Moore2008-09-23T14:54:32Z2008-09-23T14:54:32Z<p>Learn to write a recursive descent parser. I trained as an electronic engineer, and these uppity CS graduates with their compiler skills get right up my nose :-)</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121548#1215485Answer by moonshadow for What is the one programming skill you have always wanted to master but haven't had time?moonshadow2008-09-23T14:55:31Z2008-09-23T14:55:31Z<p>Designing clean interfaces that are usable enough to actually survive past prototyping.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121549#1215490Answer by CobolGuy for What is the one programming skill you have always wanted to master but haven't had time?CobolGuy2008-09-23T14:55:39Z2008-09-23T14:55:39Z<p>I've always wanted to get into gaming programming. It would be a far stretch from the COBOL I work with on a daily basis now, but I would still like to. I've written a few simple games in the past, but nothing like the 3d wonders they create today. I'm not really sure if I'd like it or not, but I would like to learn it.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121558#1215580Answer by Adrian for What is the one programming skill you have always wanted to master but haven't had time?Adrian2008-09-23T14:57:50Z2008-09-23T14:57:50Z<ul>
<li><p>Assembly
Not sure it relevant anymore generally, but someone has to write to the metal....
looks neat to but I realise you have to so much little stuff to get the big stuff done.</p></li>
<li><p>RegEx
I wonder if another language would be better suited though. I don't think it is productive to edit or debug something that looks like random ascii characters. </p></li>
</ul>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121560#12156032Answer by grok for What is the one programming skill you have always wanted to master but haven't had time?grok2008-09-23T14:58:17Z2008-09-23T14:58:17Z<p>For me it would be writing compilers.</p>
<p>I'm surprised aku hasn't closed this thread yet.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121570#1215708Answer by BlueGene for What is the one programming skill you have always wanted to master but haven't had time?BlueGene2008-09-23T15:00:39Z2008-09-23T15:00:39Z<p>Delivering on schedule.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121591#1215911Answer by cretzel for What is the one programming skill you have always wanted to master but haven't had time?cretzel2008-09-23T15:05:26Z2008-09-23T15:05:26Z<p>Learning as many of the new (mostly dynamic) languages for the JVM as possible, e.g. Groovy, JRuby, Scala, Jython, Newspeak, ...</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121594#1215947Answer by Jason Dufair for What is the one programming skill you have always wanted to master but haven't had time?Jason Dufair2008-09-23T15:05:46Z2008-09-23T15:05:46Z<p>Lisp macros. Meta-programming is my holy grail, to be able to have my code be exactly isomorphic to the problem I'm trying to solve.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121604#12160431Answer by GateKiller for What is the one programming skill you have always wanted to master but haven't had time?GateKiller2008-09-23T15:07:17Z2008-09-23T15:07:17Z<p><strong>C++</strong></p>
<p>Never learned it and always wanted to.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121609#12160972Answer by Daren Thomas for What is the one programming skill you have always wanted to master but haven't had time?Daren Thomas2008-09-23T15:08:35Z2008-09-23T15:08:35Z<p>Lisp / Scheme. I hear you feel enlightened after grokking it.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121617#1216174Answer by shifoz for What is the one programming skill you have always wanted to master but haven't had time?shifoz2008-09-23T15:10:18Z2008-09-23T15:10:18Z<p>test-driven programming and scrum</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121670#1216702Answer by K4emic for What is the one programming skill you have always wanted to master but haven't had time?K4emic2008-09-23T15:19:27Z2008-09-23T15:19:27Z<p>I never got the hang of C# and .NET and I know I'll have to catch up on it if I want to see myself as a webdev in a few years.</p>
<p>To all the people out there who wants to learn regular expressions, go look for "Sam's teach yourself regular expressions in 10 minutes", it's a good place to pick up the basics of it. I learned regex from that book in less than a week.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121709#12170942Answer by Spear for What is the one programming skill you have always wanted to master but haven't had time?Spear2008-09-23T15:25:04Z2008-09-23T15:25:04Z<p><strong>Haskell</strong></p>
<p>I would like to become proficient in functional programming. Coming from an OO background this would provide me with another perspective to solving coding problems.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121735#1217350Answer by Kyle Burton for What is the one programming skill you have always wanted to master but haven't had time?Kyle Burton2008-09-23T15:28:11Z2008-09-23T15:28:11Z<p>For me this is currently the application of machine learning techniques: the application of conditional probabilities, creating and using classifiers (eg: bayesean spam filtering), and genetic algorithms. I think I see a wide variety of situations where I see these being applicable, I just don't have the same internalized instinctual feel for how to apply them.</p>
<p>I also am working through getting better at SDLC basics (planning, estimation, creating specifications), and better engineering practices (test driven development, being diligent about using coverage analysis and profiling tools).</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121769#1217690Answer by bLu for What is the one programming skill you have always wanted to master but haven't had time?bLu2008-09-23T15:33:11Z2008-09-23T15:33:11Z<p>i know web dev
but can't understand <strong>C / C# / C++</strong></p>
<p>nice topic :)</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121778#1217780Answer by somedude for What is the one programming skill you have always wanted to master but haven't had time?somedude2008-09-23T15:34:23Z2008-09-23T15:34:23Z<p>AJAX frameworks and alternative architectures such as MVC</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121783#12178317Answer by Trevor Redfern for What is the one programming skill you have always wanted to master but haven't had time?Trevor Redfern2008-09-23T15:34:59Z2008-09-23T15:34:59Z<p>Manipulating audio data. I love music and it would be fun to figure out how to generate effects, or generate algorithms to create music.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121876#1218760Answer by Kelly Adams for What is the one programming skill you have always wanted to master but haven't had time?Kelly Adams2008-09-23T15:48:29Z2008-09-23T15:48:29Z<p>I have always wanted learn enough about cryptography to build my own encryption/decryption scheme. Unfortunately, members of System.Security.Cryptography are just too darn easy to implement.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121879#1218794Answer by Mike Post for What is the one programming skill you have always wanted to master but haven't had time?Mike Post2008-09-23T15:49:15Z2008-09-23T15:49:15Z<p>ASP.NET: I do all sorts of application programming in .NET, but have just never ventured into the web world.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121885#1218851Answer by JB King for What is the one programming skill you have always wanted to master but haven't had time?JB King2008-09-23T15:49:31Z2008-09-23T15:49:31Z<p>Parallel programming computational complexity. I'm curious how this gets measured and what techniques are there for determining optimal efficiency of sorting n elements over m processors and other fun theoretical problems.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121909#1219094Answer by Mayowa for What is the one programming skill you have always wanted to master but haven't had time?Mayowa2008-09-23T15:53:07Z2008-09-23T15:53:07Z<p>Functional Programming</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121923#1219236Answer by Karl for What is the one programming skill you have always wanted to master but haven't had time?Karl2008-09-23T15:55:12Z2008-09-23T15:55:12Z<p>I'd like to learn neural networks and learning algorithms. It's something magic about them that I love and hate at the same time.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121926#12192635Answer by Serhat Özgel for What is the one programming skill you have always wanted to master but haven't had time?Serhat Özgel2008-09-23T15:56:12Z2008-09-23T15:56:12Z<p>Distributed computing. Being able to design & implement systems like <a href="http://www.worldcommunitygrid.org/" rel="nofollow">world community grid</a> or <a href="http://folding.stanford.edu/" rel="nofollow">folding@home</a>.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121928#1219281Answer by dbrien for What is the one programming skill you have always wanted to master but haven't had time?dbrien2008-09-23T15:56:27Z2008-09-23T15:56:27Z<p>I would like to fully understand the standard library in C++.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121949#1219491Answer by Zeus for What is the one programming skill you have always wanted to master but haven't had time?Zeus2008-09-23T15:59:03Z2008-09-23T15:59:03Z<p>Ruby, also delving into F#. Even javascript I'd like to master.</p>
<p>wait... that's 3. oops!</p>
<p>I'll stick with Ruby.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121953#1219530Answer by mslot for What is the one programming skill you have always wanted to master but haven't had time?mslot2008-09-23T15:59:18Z2008-09-23T15:59:18Z<p>To use KISS, Keep It Simple Stupid. I'll like to use that phrase some more when I'm writing code or refactoring.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/121972#1219725Answer by J.J. for What is the one programming skill you have always wanted to master but haven't had time?J.J.2008-09-23T16:01:46Z2008-09-23T16:01:46Z<p>Compiler Construction. I have built parts of a compiler(syntax tree's, and such), but never the whole thing.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/122008#1220080Answer by Jurassic_C for What is the one programming skill you have always wanted to master but haven't had time?Jurassic_C2008-09-23T16:07:02Z2008-09-23T16:07:02Z<p>Assembly, FTW. I really dig those demo programs that can do wicked 3d stuff with audio and whatnot, but they only take up but a few K. Its awesome. I wish I had time!</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/122054#1220542Answer by zvrba for What is the one programming skill you have always wanted to master but haven't had time?zvrba2008-09-23T16:16:44Z2008-09-23T16:16:44Z<p>Haskell, monads. Hacking the GPUs and/or Cell processor. Programming a FPGA in VHDL or Verilog. Ah, you asked for THE ONE. Mathematics (category theory, abstract algebra).</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/122059#1220593Answer by glenatron for What is the one programming skill you have always wanted to master but haven't had time?glenatron2008-09-23T16:16:57Z2008-09-23T16:16:57Z<p>Functional Programming - from time to time I pick up Paul Graham's LISP book and then shortly afterwards I discover it's simply too hard and give up for a year or two.</p>
<p>One day I'll be in a place when I'm ready for it, no question.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/122147#12214726Answer by eswald for What is the one programming skill you have always wanted to master but haven't had time?eswald2008-09-23T16:31:17Z2008-09-23T16:31:17Z<p>Unit testing for a web application.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/122170#1221701Answer by bruceatk for What is the one programming skill you have always wanted to master but haven't had time?bruceatk2008-09-23T16:36:46Z2008-09-23T16:36:46Z<p>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.</p>
<p>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?</p>
<p>Actually it's probably documentation, but I'll never get better at that. :)</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/122195#12219525Answer by palmsey for What is the one programming skill you have always wanted to master but haven't had time?palmsey2008-09-23T16:39:51Z2008-09-23T16:39:51Z<p>Write a natural language parser. </p>
<p>You could do a lot of cool stuff with it and I think you would learn a lot.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/122281#1222814Answer by Tons0fun for What is the one programming skill you have always wanted to master but haven't had time?Tons0fun2008-09-23T16:56:16Z2008-09-23T16:56:16Z<p>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.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/122321#1223213Answer by shoosh for What is the one programming skill you have always wanted to master but haven't had time?shoosh2008-09-23T17:04:08Z2008-09-23T17:04:08Z<p>COM<br />
Well, I guess its too late now.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/122432#1224321Answer by John Cocktoastan for What is the one programming skill you have always wanted to master but haven't had time?John Cocktoastan2008-09-23T17:25:02Z2008-09-23T17:25:02Z<p>I always wanted to get really good at matrix-math and do some hot 3d programming. I'm too busy programming banking software. Boo!</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/122567#1225675Answer by Giovanni Galbo for What is the one programming skill you have always wanted to master but haven't had time?Giovanni Galbo2008-09-23T17:45:48Z2008-09-23T17:45:48Z<p>I've always wanted to master Operating System programming... one day I'll get to it.....</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/122808#1228084Answer by Adam Gibbins for What is the one programming skill you have always wanted to master but haven't had time?Adam Gibbins2008-09-23T18:25:32Z2008-09-23T18:25:32Z<p>Regex, hate the damn things :(</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/122830#1228301Answer by ilitirit for What is the one programming skill you have always wanted to master but haven't had time?ilitirit2008-09-23T18:28:52Z2008-09-23T18:28:52Z<p>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.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/122961#1229610Answer by max for What is the one programming skill you have always wanted to master but haven't had time?max2008-09-23T18:46:09Z2008-09-23T18:46:09Z<p>The ability to turn mathematical definitions easily into working code.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/123016#1230161Answer by Electrons_Ahoy for What is the one programming skill you have always wanted to master but haven't had time?Electrons_Ahoy2008-09-23T18:55:44Z2008-09-23T18:55:44Z<p>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.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/123071#1230711Answer by Crank for What is the one programming skill you have always wanted to master but haven't had time?Crank2008-09-23T19:03:22Z2008-09-23T19:03:22Z<p>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.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/123145#12314518Answer by Brian G for What is the one programming skill you have always wanted to master but haven't had time?Brian G2008-09-23T19:14:05Z2008-09-23T19:14:05Z<p>Multi-threaded programming... Seems easy but very tricky to do it properly.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/123223#1232234Answer by richard.fantozzi for What is the one programming skill you have always wanted to master but haven't had time?richard.fantozzi2008-09-23T19:26:59Z2008-09-23T19:26:59Z<p>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. </p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/123246#1232463Answer by Scott for What is the one programming skill you have always wanted to master but haven't had time?Scott2008-09-23T19:31:00Z2008-09-23T19:31:00Z<p>JAVASCRIPT!!!!</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/123272#1232724Answer by Jerry for What is the one programming skill you have always wanted to master but haven't had time?Jerry2008-09-23T19:36:07Z2008-09-23T19:36:07Z<p>For fun & adolescent nostalgia: <strong>6502 assembly</strong>.</p>
<p>To expand how I think about programming, and finally get some of those Paul Graham essays: <strong>Lisp or Scheme</strong>. I want to have that <a href="http://www.catb.org/~esr/faqs/hacker-howto.html#skills1" rel="nofollow">profound enlightenment experience</a> that ESR was talking about.</p>
<p>To better myself professionally: <strong>Defensive and security-minded programming</strong>, 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 <em>actually getting things done</em>. 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.</p>
<p>Also professionally: I've been avoiding <strong>SQL Server Integration Services</strong>, and I really should ramp up on that.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/123278#12327841Answer by apathetic for What is the one programming skill you have always wanted to master but haven't had time?apathetic2008-09-23T19:37:58Z2008-09-23T19:37:58Z<p>Anger management. Yes, that is a programming skill.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/123288#1232880Answer by Nathan Koop for What is the one programming skill you have always wanted to master but haven't had time?Nathan Koop2008-09-23T19:40:05Z2008-09-23T19:40:05Z<p>Specific patterns & practices, IE Dependency Injection</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/123548#1235486Answer by GreenO for What is the one programming skill you have always wanted to master but haven't had time?GreenO2008-09-23T20:12:10Z2008-09-23T20:12:10Z<p>Object Oriented programming.. I can go line for line scripting all day but the whole OOP concept seems lost on me..</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/123744#1237449Answer by Sukhbir S. Dadwal for What is the one programming skill you have always wanted to master but haven't had time?Sukhbir S. Dadwal2008-09-23T20:44:41Z2008-09-23T20:44:41Z<p>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.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/123929#1239299Answer by Tim for What is the one programming skill you have always wanted to master but haven't had time?Tim2008-09-23T21:15:32Z2008-09-23T21:15:32Z<p>Artificial Intelligence and/or Genetic Programming</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/124080#1240800Answer by jmissao for What is the one programming skill you have always wanted to master but haven't had time?jmissao2008-09-23T21:41:29Z2008-09-23T21:41:29Z<p>Probably assembly...but that would demand a time I don't have right now.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/124233#1242334Answer by Andrew Ingram for What is the one programming skill you have always wanted to master but haven't had time?Andrew Ingram2008-09-23T22:08:51Z2008-09-23T22:08:51Z<p>Basic game programming, collision detection etc</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/124319#1243190Answer by Imran for What is the one programming skill you have always wanted to master but haven't had time?Imran2008-09-23T22:28:56Z2008-09-23T22:28:56Z<p>JavaScript</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/124491#1244910Answer by abronte for What is the one programming skill you have always wanted to master but haven't had time?abronte2008-09-23T23:07:29Z2008-09-23T23:07:29Z<p>unix C/C++ with inline ASM</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/124515#1245157Answer by mliesen for What is the one programming skill you have always wanted to master but haven't had time?mliesen2008-09-23T23:17:01Z2008-09-23T23:17:01Z<p>F# and Haskell</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/124566#1245661Answer by moffdub for What is the one programming skill you have always wanted to master but haven't had time?moffdub2008-09-23T23:37:47Z2008-09-23T23:37:47Z<p>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.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/124579#1245790Answer by origin for What is the one programming skill you have always wanted to master but haven't had time?origin2008-09-23T23:41:07Z2008-09-23T23:41:07Z<p>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).</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/124580#1245800Answer by Chris Ballance for What is the one programming skill you have always wanted to master but haven't had time?Chris Ballance2008-09-23T23:42:22Z2008-09-23T23:42:22Z<p>Developing application(s) that leverage collective intelligence of large groups of people with a common interest of set of interests.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/124620#1246203Answer by chickeninabiscuit for What is the one programming skill you have always wanted to master but haven't had time?chickeninabiscuit2008-09-23T23:57:38Z2008-09-23T23:57:38Z<p>Model Driven Architecture.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/124655#1246552Answer by dlamblin for What is the one programming skill you have always wanted to master but haven't had time?dlamblin2008-09-24T00:06:39Z2008-09-24T00:06:39Z<p>Stackless Python</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/124751#1247511Answer by codemeit for What is the one programming skill you have always wanted to master but haven't had time?codemeit2008-09-24T00:35:46Z2008-09-24T00:35:46Z<p>A language compiler and interpreter.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/124917#1249171Answer by docgnome for What is the one programming skill you have always wanted to master but haven't had time?docgnome2008-09-24T01:39:03Z2008-09-24T01:39:03Z<p>At the moment, Django and Catalyst. I've been becoming more interested in web frameworks lately.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/124945#1249451Answer by Shiny for What is the one programming skill you have always wanted to master but haven't had time?Shiny2008-09-24T01:47:35Z2008-09-24T01:47:35Z<p>It's F# and dynamic language.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/124955#1249550Answer by Bruce Aldridge for What is the one programming skill you have always wanted to master but haven't had time?Bruce Aldridge2008-09-24T01:51:27Z2008-09-24T01:51:27Z<p>unit testing</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/125104#1251040Answer by Coder Blues for What is the one programming skill you have always wanted to master but haven't had time?Coder Blues2008-09-24T02:39:08Z2008-09-24T02:39:08Z<p>There's so many...wait a minute...I guess I already know everything. :)</p>
<p>I would really like to study more about linux and other unix based systems like OS X. Kind of bored of the MS world.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/125110#1251106Answer by interstar for What is the one programming skill you have always wanted to master but haven't had time?interstar2008-09-24T02:41:04Z2008-09-24T02:41:04Z<p>Monads, Combinators, higher-order functional programming black-magic.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/125247#1252471Answer by DanielHonig for What is the one programming skill you have always wanted to master but haven't had time?DanielHonig2008-09-24T03:23:39Z2008-09-24T03:23:39Z<p>I wold definetly say that after watching simon-peyton jones speak via google video a few times I'm quite inspired to learn Haskell. Not because I think it would lead to higher paying work, but because I believe it would help become a better programmer all around.</p>
<p>I'm learning a bit of Erlang at the moment and find it a bit easier to grasp than my first forays into learning Haskell, but with either of them the difficulty isn't the language, it is finding time to dedicate to learning these languages.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/125396#1253960Answer by tjjjohnson for What is the one programming skill you have always wanted to master but haven't had time?tjjjohnson2008-09-24T04:18:41Z2008-09-24T04:18:41Z<p>Learn unit testing.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/125425#1254250Answer by ggervais for What is the one programming skill you have always wanted to master but haven't had time?ggervais2008-09-24T04:30:25Z2008-09-24T04:30:25Z<p>That's an excellent question!</p>
<p>I'd like to improve my OO skills. But that's likely to happen with my next internships and that's where my career is leading me. I have a Perl and Bash.</p>
<p>I would love to be able to think about an idea, out of nowhere, and be able to implement it. Like : "Wouldn't it be nice to have a program that can process and output ?", and then implement it.</p>
<p>I also would like to take the time to look into the source code of some OSS, like GNOME, Firefox, Pidgin, etc.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/125456#1254561Answer by sobbayi for What is the one programming skill you have always wanted to master but haven't had time?sobbayi2008-09-24T04:44:56Z2008-09-24T04:44:56Z<p>game engine programming</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/125550#1255501Answer by MusiGenesis for What is the one programming skill you have always wanted to master but haven't had time?MusiGenesis2008-09-24T05:24:45Z2008-09-24T05:24:45Z<p><a href="http://en.wikipedia.org/wiki/D_programming" rel="nofollow">D</a></p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/125727#1257270Answer by Ian Suttle for What is the one programming skill you have always wanted to master but haven't had time?Ian Suttle2008-09-24T06:42:50Z2008-09-24T06:42:50Z<p>Being a design pattern ninja.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/125792#1257924Answer by Andrew Hedges for What is the one programming skill you have always wanted to master but haven't had time?Andrew Hedges2008-09-24T07:16:02Z2008-09-24T07:16:02Z<p>COBOL (Just kidding)</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/126120#1261204Answer by wheleph for What is the one programming skill you have always wanted to master but haven't had time?wheleph2008-09-24T09:03:48Z2008-09-24T10:00:42Z<p>To improve algorithmic skills.
(By reading Donald Knuth's "The Art of Computer Programming" (TAOCP))</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/126214#1262140Answer by Kenjuudo for What is the one programming skill you have always wanted to master but haven't had time?Kenjuudo2008-09-24T09:32:34Z2008-09-24T09:32:34Z<p>I've always dug C++ because of it's insane flexibility, but I never got around to actually learn it since I've always had Delphi and C# jobs.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/126416#1264161Answer by zms for What is the one programming skill you have always wanted to master but haven't had time?zms2008-09-24T10:35:59Z2008-09-24T10:35:59Z<p>Functional Programming</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/126558#1265581Answer by Anders Sandvig for What is the one programming skill you have always wanted to master but haven't had time?Anders Sandvig2008-09-24T11:18:54Z2008-09-24T11:18:54Z<p>Find a practical use for functional programming.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/126561#1265613Answer by Anders Sandvig for What is the one programming skill you have always wanted to master but haven't had time?Anders Sandvig2008-09-24T11:19:28Z2008-09-24T11:19:28Z<p>Find a practical use for <a href="http://en.wikipedia.org/wiki/GPGPU" rel="nofollow">GPGPU programming</a> and true parallel programming.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/126563#12656346Answer by Anders Sandvig for What is the one programming skill you have always wanted to master but haven't had time?Anders Sandvig2008-09-24T11:20:01Z2008-09-24T11:20:01Z<p>Read <a href="http://www-cs-faculty.stanford.edu/~uno/taocp.html" rel="nofollow">The Art of Computer Programming</a>, and say I understood everything without lying.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/126564#1265643Answer by Anders Sandvig for What is the one programming skill you have always wanted to master but haven't had time?Anders Sandvig2008-09-24T11:20:30Z2008-09-24T11:20:30Z<p>Program a mechanical robot.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/126571#1265710Answer by Mauro for What is the one programming skill you have always wanted to master but haven't had time?Mauro2008-09-24T11:23:05Z2008-09-24T11:23:05Z<p>the .Net GDI+ and accessing hardware through the HAL for device access (ever tried to write your own cd burning app?)</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/126572#12657225Answer by Gordon Mackie JoanMiro for What is the one programming skill you have always wanted to master but haven't had time?Gordon Mackie JoanMiro2008-09-24T11:23:38Z2008-09-24T11:23:38Z<p>Don't laugh...<br/>
...XSLT</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/126873#1268737Answer by Vacant Space for What is the one programming skill you have always wanted to master but haven't had time?Vacant Space2008-09-24T12:36:52Z2008-09-24T12:36:52Z<p>Javascript looks like it is going to take over the world. I guess it's time to start learing it properly rather than just copying examples off blogs.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/127059#1270590Answer by DaveF for What is the one programming skill you have always wanted to master but haven't had time?DaveF2008-09-24T13:15:39Z2008-09-24T13:15:39Z<p>Got to agree with KevDog, Regular Expressions!
I can do the very basics but there are times when I need something more heavy duty and usually end up emailing my friendly Regular Expression guru.</p>
<p>So many things to learn, so little time!</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/127065#1270655Answer by Ryan Thames for What is the one programming skill you have always wanted to master but haven't had time?Ryan Thames2008-09-24T13:17:44Z2008-09-24T13:17:44Z<p>I've always wanted to write or learn how to write my own compiler.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/127135#1271351Answer by DeeCee for What is the one programming skill you have always wanted to master but haven't had time?DeeCee2008-09-24T13:30:56Z2008-09-24T13:30:56Z<p>Learning LUA (and become a famous WoW-Addons author) :)</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/127161#1271610Answer by for What is the one programming skill you have always wanted to master but haven't had time?2008-09-24T13:35:57Z2008-09-24T13:35:57Z<p>3d game programming.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/127431#1274311Answer by fernandogarcez for What is the one programming skill you have always wanted to master but haven't had time?fernandogarcez2008-09-24T14:16:51Z2008-09-24T14:16:51Z<p>JavaScript would help me a lot in my actual work. With the todays web we can do almost anything with javascript.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/127848#1278485Answer by j0rd4n for What is the one programming skill you have always wanted to master but haven't had time?j0rd4n2008-09-24T15:23:16Z2008-09-24T15:23:16Z<p>Finishing reading 'Code Complete' by McConnell - this book is brilliant but finding time to sit down and digest it all is difficult. I also would love to get into socket programming and distributed architectures.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/127921#1279210Answer by Jérôme Radix for What is the one programming skill you have always wanted to master but haven't had time?Jérôme Radix2008-09-24T15:35:59Z2008-09-24T15:35:59Z<p><a href="http://en.wikipedia.org/wiki/Constraint_programming" rel="nofollow">Constraint Programming</a> / <a href="http://en.wikipedia.org/wiki/Constraint_satisfaction_problem" rel="nofollow">Constraint Satisfaction Problems</a></p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/127924#1279240Answer by IanW for What is the one programming skill you have always wanted to master but haven't had time?IanW2008-09-24T15:36:22Z2008-09-24T15:36:22Z<p>Like many previous posters I want to learn LISP as despite having both the Graham and the Seibel books I just haven't had the time to do anything with them. Also ARM7 assembly language programming as there are just so many powerful cheap microprocessors out there using this core that I really should be using.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/127987#1279871Answer by Rayne for What is the one programming skill you have always wanted to master but haven't had time?Rayne2008-09-24T15:48:46Z2008-09-24T15:48:46Z<p>Functional programming.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/128071#1280713Answer by Mark Stock for What is the one programming skill you have always wanted to master but haven't had time?Mark Stock2008-09-24T16:04:28Z2008-09-24T16:04:28Z<h2>Making better use of my <strong>time</strong></h2>
<p>Making <strong>time</strong> is the one programming skill I've always wanted to master but haven’t had time. ;)</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/128170#1281700Answer by MADMap for What is the one programming skill you have always wanted to master but haven't had time?MADMap2008-09-24T16:20:59Z2008-09-24T16:20:59Z<p>JavaSript :) I'm a little bit disgusted by this language, but I think to really learn it, might help me.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/128230#1282300Answer by Jack Bolding for What is the one programming skill you have always wanted to master but haven't had time?Jack Bolding2008-09-24T16:32:06Z2008-09-24T16:32:06Z<p><strong><em>SQL/Databases</em></strong> -- figuring out how to optimize reliably, how to work well with the very large datasets that are part of my day to day working life</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/128296#1282964Answer by kae for What is the one programming skill you have always wanted to master but haven't had time?kae2008-09-24T16:45:51Z2008-09-24T16:45:51Z<p>MVC!</p>
<p>I've seen enough to know the basics but I haven't had time to run through a simple implementation to see all the pieces together.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/128673#1286734Answer by KW for What is the one programming skill you have always wanted to master but haven't had time?KW2008-09-24T17:51:42Z2008-09-24T17:51:42Z<p>Time management!</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/128791#1287911Answer by Iwasakabukiman for What is the one programming skill you have always wanted to master but haven't had time?Iwasakabukiman2008-09-24T18:05:23Z2008-09-24T18:05:23Z<p>I've been wanting to learn Ruby on Rails for a while now, but I never have the free time to do it.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/128960#1289601Answer by dysfunctor for What is the one programming skill you have always wanted to master but haven't had time?dysfunctor2008-09-24T18:35:32Z2008-09-24T18:35:32Z<p>I'm already fluent in SQL, Javascript, RegExps, ASM, machine-learning algorithms, multi-threading and Unit Testing. I once wrote a compiler in Haskell, just for fun, dammit!</p>
<p>So what's missing? COBOL!</p>
<p>First I learn COBOL, <strong>then</strong> I get a life.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/128987#12898744Answer by GertGregers for What is the one programming skill you have always wanted to master but haven't had time?GertGregers2008-09-24T18:39:23Z2008-09-24T18:39:23Z<p>10-finger keyboard typing</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/128992#1289920Answer by for What is the one programming skill you have always wanted to master but haven't had time?2008-09-24T18:39:53Z2008-09-24T18:39:53Z<p>Scripting languages such as Python, Perl, and Lua.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/129002#1290022Answer by MSN for What is the one programming skill you have always wanted to master but haven't had time?MSN2008-09-24T18:41:06Z2008-09-24T18:41:06Z<p>LISP.</p>
<p>MSN</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/131565#1315650Answer by Chinmay for What is the one programming skill you have always wanted to master but haven't had time?Chinmay2008-09-25T05:10:58Z2008-09-25T05:10:58Z<p>Regular Expressions...Damm always need google for it</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/131663#1316630Answer by Dan Harper - Leopard CRM for What is the one programming skill you have always wanted to master but haven't had time?Dan Harper - Leopard CRM2008-09-25T05:58:58Z2008-09-25T05:58:58Z<p>Rspec. I've got the handle on Ruby unit/functional tests, but Rspec syntax does my head in.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/131697#1316970Answer by Krirk for What is the one programming skill you have always wanted to master but haven't had time?Krirk2008-09-25T06:15:12Z2008-09-25T06:15:12Z<p>I want to develop some web clawing application.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/131700#1317001Answer by Keith Nicholas for What is the one programming skill you have always wanted to master but haven't had time?Keith Nicholas2008-09-25T06:17:08Z2008-09-25T06:17:08Z<p>meta template programming in C++</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/132059#1320590Answer by Hershi for What is the one programming skill you have always wanted to master but haven't had time?Hershi2008-09-25T08:06:15Z2008-09-25T08:06:15Z<p>Software reverse engineering, which means (for me):</p>
<ol>
<li>Better understanding of assembly</li>
<li>Using IDA</li>
<li>Enhanced debugging skills</li>
</ol>
<p>This is very useful even when you don't really need to reverse engineer anything in your work, because it hones your debugging skills and furthers your understanding of program behavior, debugging, compilation, etc. to a very high level.</p>
<p>Plus, it's a fun challenge</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/132173#1321732Answer by David Waters for What is the one programming skill you have always wanted to master but haven't had time?David Waters2008-09-25T08:45:10Z2008-09-25T08:45:10Z<h3>Perl</h3>
<p>I can read some perl and 2 or 3 times I have got good enough to write with out constant reference to the book, but I do not use frequently enough to be able to use easily. (Less then once a year). </p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/132292#1322920Answer by Presidenten for What is the one programming skill you have always wanted to master but haven't had time?Presidenten2008-09-25T09:21:56Z2008-09-25T09:21:56Z<p>I would like to fully master how to program the grafics cards shaders.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/134037#1340374Answer by Johan Pelgrim for What is the one programming skill you have always wanted to master but haven't had time?Johan Pelgrim2008-09-25T15:33:49Z2008-09-25T15:33:49Z<p><a href="http://www.erlang.org" rel="nofollow">Erlang</a></p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/134794#1347940Answer by Yaraher for What is the one programming skill you have always wanted to master but haven't had time?Yaraher2008-09-25T17:44:28Z2008-09-25T17:44:28Z<p>I'd have to say writing compilers and parse systems. Never had those courses back in college and haven't been able to take the time to read through some of the bibliography I've been building since then about the topic. But, alas, there is always a new day tomorrow. </p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/135164#1351641Answer by s_t_e_v_e for What is the one programming skill you have always wanted to master but haven't had time?s_t_e_v_e2008-09-25T18:45:42Z2008-09-25T18:45:42Z<p>I've wanted to hack into my car's ECU to be able to capture diagnostic codes, etc. I guess this falls under device driver programming.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/136134#1361341Answer by Simon West for What is the one programming skill you have always wanted to master but haven't had time?Simon West2008-09-25T21:05:29Z2008-09-25T21:05:29Z<p>3D graphics programming.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/136322#1363222Answer by Christian Vest Hansen for What is the one programming skill you have always wanted to master but haven't had time?Christian Vest Hansen2008-09-25T21:36:02Z2008-09-25T21:36:02Z<p>I spend so much time <em>finding</em> stuff I want to learn more about, that I have hardly any left to actually sit down and <em>learn</em> them.</p>
<p>For the time being, I have these things on my mind:</p>
<ul>
<li><strong>Touch-typing.</strong> I type 50 wmp when I'm going fast... and yet I fell I'm not. It feels like my typing speed is holding me back at times, and I'd really like to improve on that.</li>
<li><strong>Haskell.</strong> I'm drawn to this language; the syntax, the concepts, the power, the elegance. Still, the compiler keeps taunting my feeble attempts. But if learning a language isn't hard, then you wouldn't be learning, right?</li>
<li><strong>Speed-reading.</strong> Much down the same line of touch-typing. Typing isn't even half the story of what programmers do; most of the time we read more than we type.</li>
<li><strong>Join-calculous.</strong> A newcomer to the list. I think concurrency is an interesting problem domain, and I'm always interested in learning new abstractions that make dealing with concurrency easier.</li>
</ul>
<p>Granted that list is fleeting and it is probably that I'll succeed in learning most of those items. But I also have one thing that I'd like to try but I'll probably never succeed at: <em>Designing a general-purpose programming language</em>.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/136606#1366061Answer by CheeZe5 for What is the one programming skill you have always wanted to master but haven't had time?CheeZe52008-09-25T22:30:54Z2008-09-25T22:30:54Z<p>A functional language.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/137306#1373060Answer by rickumali for What is the one programming skill you have always wanted to master but haven't had time?rickumali2008-09-26T01:46:44Z2008-09-26T01:46:44Z<p>I wish I could "master" the programming involved for hand-held devices (cell phones, Palm Pilots, BlackBerrys).</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/137570#1375701Answer by Landy for What is the one programming skill you have always wanted to master but haven't had time?Landy2008-09-26T03:17:30Z2008-09-26T03:17:30Z<p>Haskell, of course. I hope I can understand functional programming and ... become a computer scientist...</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/137576#1375762Answer by shiva for What is the one programming skill you have always wanted to master but haven't had time?shiva2008-09-26T03:19:14Z2008-09-26T03:19:14Z<p>javascript. The pace of growth in this scripting language has been impossible to keep track of. Every day there's something new out there</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/137768#1377680Answer by Dan for What is the one programming skill you have always wanted to master but haven't had time?Dan2008-09-26T04:22:55Z2008-09-26T04:22:55Z<p>I've always wanted to know a protocal such as HTTP or TCP/IP inside out. I can get by on either one, but not an expert.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/138037#1380370Answer by eatmytag for What is the one programming skill you have always wanted to master but haven't had time?eatmytag2008-09-26T06:30:04Z2008-09-26T06:30:04Z<p>Unit tests - makes scaling up projects so much easier.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/138427#1384270Answer by Simon West for What is the one programming skill you have always wanted to master but haven't had time?Simon West2008-09-26T09:16:21Z2008-09-26T09:16:21Z<p>I've always wanted to improve my time management. Once I get that super efficient I guess I'd be able to learn whatever new programming skills I need.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/139318#1393180Answer by Sindri Traustason for What is the one programming skill you have always wanted to master but haven't had time?Sindri Traustason2008-09-26T12:56:23Z2008-09-26T12:56:23Z<p><a href="http://en.wikipedia.org/wiki/Brainfuck" rel="nofollow">Brainfuck</a>! Mastery I guess is writing a brainfuck compiler in brainfuck.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/145777#1457776Answer by jnancheta for What is the one programming skill you have always wanted to master but haven't had time?jnancheta2008-09-28T12:36:18Z2008-09-28T12:36:18Z<p>Using <a href="http://r-project.org/" rel="nofollow">R</a> instead of coding statistics in C++.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/149083#1490834Answer by Jeremy Reagan for What is the one programming skill you have always wanted to master but haven't had time?Jeremy Reagan2008-09-29T15:08:14Z2008-09-29T15:08:14Z<p>3D graphics, not just for video games but for Geographic Mapping.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/154084#1540840Answer by Knobloch for What is the one programming skill you have always wanted to master but haven't had time?Knobloch2008-09-30T17:23:49Z2008-09-30T17:23:49Z<p>I would like to get much better at exception handling - actually coming up with a way to gracefully handle exceptions rather than giving an error message to the end user that something bad happened. In many of my past projects, my manager was pushing me so hard to get the project done that all I "had time" to do was to notify that an error had happened and let the user try again...</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/157176#1571763Answer by Rob Sanders for What is the one programming skill you have always wanted to master but haven't had time?Rob Sanders2008-10-01T11:24:08Z2008-10-01T11:24:08Z<p>Probably PowerShell</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/165318#1653180Answer by Michael Petrotta for What is the one programming skill you have always wanted to master but haven't had time?Michael Petrotta2008-10-03T01:15:04Z2008-10-03T01:15:04Z<p>I've always wanted to develop a tool with a really well-thought-out, clean, beautiful user interface. Take some time and get it right.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/168058#1680583Answer by nona92 for What is the one programming skill you have always wanted to master but haven't had time?nona922008-10-03T17:45:33Z2008-10-03T17:45:33Z<p>The concept of Monads in functional programming.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/168090#1680904Answer by Kip for What is the one programming skill you have always wanted to master but haven't had time?Kip2008-10-03T17:52:19Z2008-10-03T17:52:19Z<p><strong>Linux</strong></p>
<p>OK so it's not exactly a programming skill but I've never taken the time to build and use a Linux system. All I know are the basic command-line commands.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/168130#1681301Answer by CodeDemon for What is the one programming skill you have always wanted to master but haven't had time?CodeDemon2008-10-03T18:04:57Z2008-10-03T18:04:57Z<p>For me it would be JavaScript, coming from a Java, C++, C# background I just have a hard time wrapping my head around it.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/168839#1688391Answer by rshimoda for What is the one programming skill you have always wanted to master but haven't had time?rshimoda2008-10-03T20:49:50Z2008-10-03T20:49:50Z<p>Working with prolog and building AI applications</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/169545#1695452Answer by OnesimusUnbound for What is the one programming skill you have always wanted to master but haven't had time?OnesimusUnbound2008-10-04T01:58:31Z2008-10-04T01:58:31Z<p>monad: it looks wonderful but I could not grasp the concept :(</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/171680#1716801Answer by jlouis for What is the one programming skill you have always wanted to master but haven't had time?jlouis2008-10-05T08:20:08Z2008-10-05T08:20:08Z<p>Become a master of either theorem proving, model checking or concurrency calculi.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/171696#1716962Answer by Ismael for What is the one programming skill you have always wanted to master but haven't had time?Ismael2008-10-05T08:28:22Z2008-10-05T08:28:22Z<p><a href="http://en.wikipedia.org/wiki/Functional_programming" rel="nofollow">Functional programming</a> and <a href="http://en.wikipedia.org/wiki/Haskell_(programming_language)" rel="nofollow">Haskell</a></p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/211113#2111130Answer by JB King for What is the one programming skill you have always wanted to master but haven't had time?JB King2008-10-17T04:53:12Z2008-10-17T04:53:12Z<p>The proof of what is the relationship between P and NP would be an awesome thing to master and answer conclusively once and for all... mwahahahahaha....</p>
<p>After all, this is what we haven't mastered, right?</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/211130#2111300Answer by Vijay Dev for What is the one programming skill you have always wanted to master but haven't had time?Vijay Dev2008-10-17T05:03:57Z2008-10-17T05:03:57Z<p>Python. I know a fair bit of Python and can understand well written programs easily with a bit of reference by my side. But I am yet to write some good Python code without referring to the manuals now and then. But yes, I consider reading manuals as part of the learning process and will master the <i>snake</i> one day sooner than later !</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/229839#2298393Answer by Morgan Cheng for What is the one programming skill you have always wanted to master but haven't had time?Morgan Cheng2008-10-23T14:04:43Z2009-10-10T18:12:24Z<p>I always want to learn F#, a functional program language on .NET.</p>
<p>I'm surprised that so many people share same mind with me.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/255197#2551973Answer by Yes Fish... for What is the one programming skill you have always wanted to master but haven't had time?Yes Fish...2008-10-31T22:52:55Z2008-10-31T22:52:55Z<p>Shaders, shadows, lighting and making the graphics look pretty. The concepts are easy to grasp but the code takes a lot more work. I'm a wannabe game developer and it's always demoralizing to see the next indie game looking as smooth and colorful as say, Mario Galaxy. I just keep telling myself that my stuff will sell as long as it's fun enough! <em>paranoia</em> <em>paranoia</em></p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/356653#3566531Answer by Cygwin98 for What is the one programming skill you have always wanted to master but haven't had time?Cygwin982008-12-10T16:24:31Z2008-12-10T16:24:31Z<p>Erlang and use it to do large-scale cloud computing stuff</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/356665#3566652Answer by Nathan Feger for What is the one programming skill you have always wanted to master but haven't had time?Nathan Feger2008-12-10T16:28:18Z2008-12-10T16:28:18Z<p>Take the algorithms course, I never took in school.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/356685#3566850Answer by MadKeithV for What is the one programming skill you have always wanted to master but haven't had time?MadKeithV2008-12-10T16:34:25Z2008-12-10T16:34:25Z<p>The scary thing is that I've done almost all of the top 10 items mentioned here! <BR>
One skill I'd like to master is writing good requirements - this is important when communicating with both the customer and the development team, and stuff that goes wrong there costs a LOT of money and time.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/387357#3873570Answer by Gerardo Contijoch for What is the one programming skill you have always wanted to master but haven't had time?Gerardo Contijoch2008-12-22T21:06:02Z2008-12-22T21:06:02Z<p>I always wanted to learn Ruby, C++ and WPF (sooner or later I will learn this).</p>
<p>I would like to master regular expressions and xslt too (I know a little about each but I always end up looking on internet about them because I don't know enough to do what I need to do).</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/387423#3874236Answer by too much php for What is the one programming skill you have always wanted to master but haven't had time?too much php2008-12-22T21:35:59Z2008-12-22T21:35:59Z<p>C</p>
<p>Enough said ...</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/403288#4032880Answer by Frank for What is the one programming skill you have always wanted to master but haven't had time?Frank2008-12-31T15:57:18Z2008-12-31T15:57:18Z<p><strong>Pretty much anything in programming or computer science.</strong> .NET, C++, SQL, Sql Server, Functional programming, JavaScript, Unit Testing, Source Control, Object Oriented Analysis & Design, Design Patterns, <strong>Anything</strong>. <strong>I've learned a lot, but I've never mastered any of it.</strong> Even if I focused on just one, I don't think that I could ever <strong>truly master</strong> it... no matter how much time I spent on it...</p>
<p>Regards,<br>Frank</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/403327#4033271Answer by Brian for What is the one programming skill you have always wanted to master but haven't had time?Brian2008-12-31T16:08:41Z2008-12-31T16:08:41Z<p>It's a toss-up between learning to code for Apple platforms and learning the x86 instruction set.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/403330#4033305Answer by George Jempty for What is the one programming skill you have always wanted to master but haven't had time?George Jempty2008-12-31T16:12:20Z2008-12-31T16:12:20Z<p>Mental telepathy</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/403359#4033591Answer by Rob for What is the one programming skill you have always wanted to master but haven't had time?Rob2008-12-31T16:21:17Z2008-12-31T16:21:17Z<p>Learn PHP and python.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/403432#4034324Answer by Xaisoft for What is the one programming skill you have always wanted to master but haven't had time?Xaisoft2008-12-31T16:44:25Z2008-12-31T16:44:25Z<p>Design Patterns.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/403852#4038522Answer by Sgan for What is the one programming skill you have always wanted to master but haven't had time?Sgan2008-12-31T19:27:21Z2008-12-31T19:27:21Z<p>Creating an OS like Windows Vista.......</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/403901#4039012Answer by David A for What is the one programming skill you have always wanted to master but haven't had time?David A2008-12-31T19:47:20Z2008-12-31T19:47:20Z<p>Get hot and heavy into JavaScripting and using Web frameworks to do cool things with Web pages. That would be FUN!</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/403910#4039101Answer by Jim Blizard for What is the one programming skill you have always wanted to master but haven't had time?Jim Blizard2008-12-31T19:50:09Z2008-12-31T19:50:09Z<p>Compiler building...particularly for building external DSLs</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/407289#4072891Answer by arshad for What is the one programming skill you have always wanted to master but haven't had time?arshad2009-01-02T16:16:06Z2009-01-02T16:16:06Z<p>actionscript and Adobe AIR</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/407368#4073682Answer by Ubersoldat for What is the one programming skill you have always wanted to master but haven't had time?Ubersoldat2009-01-02T16:44:35Z2009-01-02T16:44:35Z<p>C and hack into the Minix, Linux or BSD kernels.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/407373#4073733Answer by endian for What is the one programming skill you have always wanted to master but haven't had time?endian2009-01-02T16:46:02Z2009-01-02T16:46:02Z<p>Politics. Seriously.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/407385#4073852Answer by Brent.Longborough for What is the one programming skill you have always wanted to master but haven't had time?Brent.Longborough2009-01-02T16:48:49Z2009-01-02T16:48:49Z<p>Designing, coding, and implementing a high-performance, high-function file system.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/477329#4773293Answer by david for What is the one programming skill you have always wanted to master but haven't had time?david 2009-01-25T07:35:50Z2009-01-25T07:35:50Z<p>I want to do <strong>LINUX KERNEL PROGRAMMING</strong> but couldnt find time for it.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/500725#5007251Answer by Jonas Kölker for What is the one programming skill you have always wanted to master but haven't had time?Jonas Kölker2009-02-01T12:41:38Z2009-02-01T12:41:38Z<p>Four years after learning C++ and Java (and even more years after learning python) and being able to be quite productive in all these languages, understand (1) what OOP <em>really</em> is; (2) whether it's everything it's been hyped up (in my life) to be; (3) what the real benefits of OOP are.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/500764#5007641Answer by Sorskoot for What is the one programming skill you have always wanted to master but haven't had time?Sorskoot2009-02-01T13:09:44Z2009-02-01T13:09:44Z<p>There's a long list of languages I used, but for some reason I never got my head around assembler. I always wanted to learn assembler. I used it a little when coding graphics stuff in c/c++ on DOS, but only small portions to speed things up. I've always wanted to do my own operating system. Not with other bootstrappers and such others wrote, but my own. Just to learn how it works. Another thing I always liked where those 4k intros. They're another reason to learn assembler. </p>
<p>I'm planning on learning F# and Python this year. I've worked with python a bit about 6 or 7 years ago and I believe it's improved a lot. I think a lot can be done with Python and Silverlight. </p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/500786#5007861Answer by Jonik for What is the one programming skill you have always wanted to master but haven't had time?Jonik2009-02-01T13:24:46Z2009-02-01T13:24:46Z<p>Not really a skill I've <em>always</em> wanted to master, but something that <em>occasionally</em> would be the perfect technique, and when that happens I really hope I mastered it:</p>
<p>XPath<br />
...as well as XSLT, regular expressions, and fluent Python scripting.</p>
<p>The thing is, I have learned a bit of these to solve some particular problems, but <em>I don't use them regularly enough</em> to keep them in my head. So, the next time I need them, I usually have to <a href="http://www.w3schools.com/XPath/xpath_syntax.asp" rel="nofollow">re-learn</a> even the basics, which sucks.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/500788#5007886Answer by Oyubi for What is the one programming skill you have always wanted to master but haven't had time?Oyubi2009-02-01T13:26:20Z2009-02-01T13:26:20Z<p>Understanding OpenGL</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/704095#7040952Answer by dacanetdev for What is the one programming skill you have always wanted to master but haven't had time?dacanetdev2009-04-01T04:42:37Z2009-04-01T04:42:37Z<p>CAB for Winforms and now Prism for WPF</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/704107#7041070Answer by Justice for What is the one programming skill you have always wanted to master but haven't had time?Justice2009-04-01T04:49:24Z2009-04-01T04:49:24Z<p>Just getting the darn thing done.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/732415#7324153Answer by Cory McCarty for What is the one programming skill you have always wanted to master but haven't had time?Cory McCarty2009-04-09T00:46:57Z2009-04-09T00:46:57Z<p>Test Driven Development. This is one of those things where it's <strong>really easy</strong> to learn the basic concepts, but <strong>much</strong> harder to get the hang of applying them in a real-world application. I think I'm right on the edge of it, but not there yet.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/775617#7756171Answer by RN for What is the one programming skill you have always wanted to master but haven't had time?RN2009-04-22T03:48:33Z2009-04-22T03:48:33Z<p>shell scripting</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/775629#7756291Answer by Ronnie for What is the one programming skill you have always wanted to master but haven't had time?Ronnie2009-04-22T03:57:44Z2009-04-22T03:57:44Z<p>Sitting down and coding without having a reference (google).</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/775701#7757011Answer by dehmann for What is the one programming skill you have always wanted to master but haven't had time?dehmann2009-04-22T04:37:45Z2009-04-22T04:37:45Z<p>Finally learning Python! I'm still doing scripting in Perl, but I had wanted to make the switch a long time back ...</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/824681#8246811Answer by Jon Harrop for What is the one programming skill you have always wanted to master but haven't had time?Jon Harrop2009-05-05T12:37:33Z2009-05-05T12:37:33Z<p>Web programming.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/860942#8609421Answer by Norbert Hartl for What is the one programming skill you have always wanted to master but haven't had time?Norbert Hartl2009-05-13T23:35:19Z2009-05-13T23:35:19Z<p>virtual machine design</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/877323#8773233Answer by Nicolas Dorier for What is the one programming skill you have always wanted to master but haven't had time?Nicolas Dorier2009-05-18T11:47:46Z2009-05-18T11:47:46Z<p>Artificial Intelligence, not the theory, but the practice... one can use a physic engine without knowing anything about physic (or with minimal knowledge). I want to work with AI the way I use physic engine.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/877340#8773401Answer by Ridcully for What is the one programming skill you have always wanted to master but haven't had time?Ridcully2009-05-18T11:53:27Z2009-05-18T11:53:27Z<p>My bold answer is ... an operating system! I already bought the book of A. Tanenbaum, but didn't come much further than to read some of it. I think it's way too much to do for just one person and I don't want to end it like the hundreds of half-finished hobby OSes I found on the web. Although ...</p>
<p>Another topic would be to write some Android application, but here I'm missing any good idea on what that app. should do. If you have any ideas, let me know ...</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/877354#8773541Answer by Mike Dunlavey for What is the one programming skill you have always wanted to master but haven't had time?Mike Dunlavey2009-05-18T11:56:39Z2009-05-18T11:56:39Z<p>Theorem proving applied to software. I've tried many times, and gotten decent success, but it seems like it should be a lot easier than it is.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/887244#8872442Answer by AB Kolan for What is the one programming skill you have always wanted to master but haven't had time?AB Kolan2009-05-20T10:41:44Z2009-05-20T10:41:44Z<p>Objective C and some iPhone programming</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/983450#9834503Answer by Chris B. Behrens for What is the one programming skill you have always wanted to master but haven't had time?Chris B. Behrens2009-06-11T20:25:21Z2009-06-11T20:25:21Z<p>Continuous Integration / automated builds.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/983610#9836100Answer by Mark for What is the one programming skill you have always wanted to master but haven't had time?Mark2009-06-11T20:53:57Z2009-06-11T20:53:57Z<p>I keep trying to master Emacs and throw away all other text editors, but I just can't do it. </p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1006421#10064210Answer by Jahanzeb Farooq for What is the one programming skill you have always wanted to master but haven't had time?Jahanzeb Farooq2009-06-17T11:17:12Z2009-06-17T11:17:12Z<p>One thing I always wanted to do:</p>
<ul>
<li>Writing a compiler or a simple operating system.</li>
</ul>
<p>A few others:</p>
<ul>
<li>Writing programs purely in C. C++ did not let me do so.</li>
<li>Applying design patterns.</li>
</ul>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1006465#10064650Answer by ev2000 for What is the one programming skill you have always wanted to master but haven't had time?ev20002009-06-17T11:31:00Z2009-06-17T11:31:00Z<p>Regular Expressions</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1090925#10909253Answer by Mike from Shreveport for What is the one programming skill you have always wanted to master but haven't had time?Mike from Shreveport2009-07-07T07:58:09Z2009-07-07T07:58:09Z<p>REALLY learning Emacs.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1247885#12478851Answer by TatMing for What is the one programming skill you have always wanted to master but haven't had time?TatMing2009-08-08T03:25:29Z2009-08-08T03:25:29Z<p>microsoft Silverlight</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1247907#12479070Answer by Vivek for What is the one programming skill you have always wanted to master but haven't had time?Vivek2009-08-08T03:39:17Z2009-08-08T03:39:17Z<p>I always wanted to master the 3d games programming language...i also started once but due to my hectic schdule.earlier college and now job i never made it up yet!!..but i will master it one day</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1247949#12479490Answer by PTBNL for What is the one programming skill you have always wanted to master but haven't had time?PTBNL2009-08-08T04:11:08Z2009-08-08T04:11:08Z<p>Mathematical Modeling</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1247955#12479553Answer by PTBNL for What is the one programming skill you have always wanted to master but haven't had time?PTBNL2009-08-08T04:15:48Z2009-08-08T04:15:48Z<p>Real-time programming</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1368694#13686941Answer by Felixyz for What is the one programming skill you have always wanted to master but haven't had time?Felixyz2009-09-02T16:15:48Z2009-09-02T16:15:48Z<p>Array programming: <a href="http://en.wikipedia.org/wiki/APL%5F%28programming%5Flanguage%29" rel="nofollow">APL</a> and/or <a href="http://en.wikipedia.org/wiki/J%5F%28programming%5Flanguage%29" rel="nofollow">the J language</a>.
It's very cool that Philippe Mougin worked some of the concepts into <a href="http://www.fscript.org/" rel="nofollow">F-Script</a>.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1368715#13687150Answer by Reuben Mallaby for What is the one programming skill you have always wanted to master but haven't had time?Reuben Mallaby2009-09-02T16:19:35Z2009-09-02T16:19:35Z<p>Bug-free programming</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1368772#13687721Answer by Andrew Lewis for What is the one programming skill you have always wanted to master but haven't had time?Andrew Lewis2009-09-02T16:27:44Z2009-09-02T16:27:44Z<p>more Design Patterns</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1368844#13688441Answer by Ken for What is the one programming skill you have always wanted to master but haven't had time?Ken2009-09-02T16:44:07Z2009-09-02T16:44:07Z<p>Forth.</p>
<p>Both on its own merits, and because I've also wanted to write my own operating system and I think Forth looks like a better foundation than C.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1449352#14493520Answer by asdi for What is the one programming skill you have always wanted to master but haven't had time?asdi2009-09-19T19:48:36Z2009-09-19T19:48:36Z<p>Its programming itself. I read a quote somewhere I do not remember exactly as it was
but meant:</p>
<p>If you have a funny feeling sometime in life that "I know how to program ",
probably its time to retire "</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1491867#14918670Answer by systempuntoout for What is the one programming skill you have always wanted to master but haven't had time?systempuntoout2009-09-29T10:57:55Z2009-09-29T10:57:55Z<p>Master any languages i use daily without the need of copy and paste from others' code.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1491877#14918770Answer by mnml for What is the one programming skill you have always wanted to master but haven't had time?mnml2009-09-29T11:01:18Z2009-09-29T11:01:18Z<p>developp apps in c99 faster than it takes to developp them in java</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1513830#15138300Answer by canadiancreed for What is the one programming skill you have always wanted to master but haven't had time?canadiancreed2009-10-03T14:11:13Z2009-10-03T14:11:13Z<p>Knowing java well enough that I could land into a senior dev role and go to town from start of project to finish and know what I was doing.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1513844#15138440Answer by Olexiy for What is the one programming skill you have always wanted to master but haven't had time?Olexiy2009-10-03T14:15:49Z2009-10-03T14:15:49Z<p>Writing bugless code.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1513885#15138850Answer by stusmith for What is the one programming skill you have always wanted to master but haven't had time?stusmith2009-10-03T14:35:43Z2009-10-03T14:35:43Z<p>Time management. Just never had the time to learn it.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1546323#15463231Answer by Phil for What is the one programming skill you have always wanted to master but haven't had time?Phil2009-10-09T22:14:29Z2009-10-09T22:14:29Z<p>Parallel programming. It is the future. However, I am tied up trying to master ASP.NET's huge API in .NET 3.5 (.NET 4 is coming soon while .NET 5.0 is in the early stages.) Plus, it is hard to convince people that matter to drive towards parallel computing when many customers' computers cannot support it. </p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1546330#15463300Answer by mikez302 for What is the one programming skill you have always wanted to master but haven't had time?mikez3022009-10-09T22:17:02Z2009-10-09T22:17:02Z<p>I am not sure if this counts as a programming skill, but I would say vi or emacs.</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1546340#15463400Answer by yelinna for What is the one programming skill you have always wanted to master but haven't had time?yelinna2009-10-09T22:20:34Z2009-10-09T22:20:34Z<p>Binary Trees, Hashtables, coding in Bash for Linux,
Threading and Haskell
:(</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1546384#15463841Answer by fortran for What is the one programming skill you have always wanted to master but haven't had time?fortran2009-10-09T22:35:10Z2009-10-09T22:35:10Z<p>Hardware description languages: VHDL or Verilog...</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1548652#15486520Answer by Jack Lloyd for What is the one programming skill you have always wanted to master but haven't had time?Jack Lloyd2009-10-10T18:07:58Z2009-10-10T18:07:58Z<p>Can't give one answer to this question, these are just off the top of my head:</p>
<ul>
<li>Logic programming</li>
<li>3d graphics (more for visualization than for games)</li>
<li>Machine learning</li>
<li><a href="http://en.wikipedia.org/wiki/Dynamic%5Fprogramming" rel="nofollow">Dynamic programming</a></li>
<li>Graph theory and algorithms (my knowledge about stops at A*)</li>
<li>FPGA development</li>
<li>OS programming</li>
<li>And finally, while I've used emacs for at least a decade, and read the info files on a regular basis, I'm sure there are at least 50 features of emacs I don't know about that I would find very useful if I did. Really learning an editor is always a good investment.</li>
</ul>
<p>"The lyf so short, the craft so long to lerne" - Chaucer</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1638436#16384362Answer by presario for What is the one programming skill you have always wanted to master but haven't had time?presario2009-10-28T16:34:14Z2009-10-28T16:34:14Z<p>starting earlier...</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1748836#17488361Answer by unknown (google) for What is the one programming skill you have always wanted to master but haven't had time?unknown (google)2009-11-17T13:22:58Z2009-11-17T13:22:58Z<p><a href="http://en.wikipedia.org/wiki/Game%5Ftheory" rel="nofollow">Game theory</a>. It's not exactly a programming skill, but its applications are amazings</p>
http://stackoverflow.com/questions/121351/what-is-the-one-programming-skill-you-have-always-wanted-to-master-but-havent-ha/1773484#17734840Answer by Sergey for What is the one programming skill you have always wanted to master but haven't had time?Sergey2009-11-20T21:54:54Z2009-11-20T21:54:54Z<p>I'd like to learn C++ deeply.</p>