What is the single most effective thing you did to improve your programming skills? - Stack Overflow most recent 30 from stackoverflow.com2009-11-21T14:45:19Zhttp://stackoverflow.com/feeds/question/76364http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill278What is the single most effective thing you did to improve your programming skills?Oded2008-09-16T20:07:25Z2009-11-12T02:03:52Z
<p>Looking back at my career and life as a programmer, there were plenty of different ways I improved my programming skills - reading code, writing code, reading books, listening to podcasts, watching screencasts and more.</p>
<p>My question is: What is the most effective thing you have done that improved your programming skills? What would you recommend to others that want to improve?</p>
<p>I do expect varied answers here and no single "one size fits all" answer - I would like to know what worked for different people.</p>
<p><b>Edit:</b> Wow - what great answers! Keep 'em coming people!!!</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76384#7638422Answer by Oded for What is the single most effective thing you did to improve your programming skills?Oded2008-09-16T20:08:54Z2008-09-16T20:08:54Z<p>Writing code and lots of it.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76388#7638889Answer by kodecraft for What is the single most effective thing you did to improve your programming skills?kodecraft2008-09-16T20:09:05Z2008-09-16T20:09:05Z<p>Programming. Working on interesting projects. There is NOTHING like getting in and working on stuff. Especially under pressure. I always tell anyone who asks me how to program - just find a cool project (even if you have to make it up) and work on it.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76390#7639041Answer by Heath Borders for What is the single most effective thing you did to improve your programming skills?Heath Borders2008-09-16T20:09:15Z2008-09-16T20:09:15Z<p>Pair-programmed with very diverse and opinionated people</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76396#7639635Answer by Grant Johnson for What is the single most effective thing you did to improve your programming skills?Grant Johnson2008-09-16T20:10:02Z2008-09-16T20:10:02Z<p>Looking back at old things I wrote and realizing just how bad they were.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76406#764060Answer by Andrew Jahn for What is the single most effective thing you did to improve your programming skills?Andrew Jahn2008-09-16T20:11:16Z2009-07-23T16:10:19Z<p>Subscribing to <a href="http://www.codinghorror.com/blog/" rel="nofollow">Coding Horror</a> lol. Actually I found that getting a new job on a project that interested me helped the most. Mind numbing web programming for the great state of NY was kinda depressing and was holding back my coding potential.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76407#764072Answer by pmlarocque for What is the single most effective thing you did to improve your programming skills?pmlarocque2008-09-16T20:11:17Z2008-09-16T20:11:17Z<p>Writing code, I tend to read too many books,it's good to know the theory but the practice is really where you can become a master.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76421#7642142Answer by docgnome for What is the single most effective thing you did to improve your programming skills?docgnome2008-09-16T20:12:53Z2008-09-16T20:12:53Z<p>Many people have suggested writing code. I'd have to say that reading other people's code is much more beneficial.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76422#7642220Answer by Magsol for What is the single most effective thing you did to improve your programming skills?Magsol2008-09-16T20:12:59Z2008-09-16T20:12:59Z<p>Go all out: create your own project, your milestones, your resources, dependencies, requirements, and test plan. It will force you not only to improve your programming skills to operate within specific parameters, but will also serve to highlight exactly where you most need to improve. Make regular updates about your progress, whether through a blog or more formal project updates, so that you can see exactly where you've been and where you hope to go.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76425#7642515Answer by Paul Reiners for What is the single most effective thing you did to improve your programming skills?Paul Reiners2008-09-16T20:13:17Z2008-09-16T20:13:17Z<p>Competing in <a href="http://www.topcoder.com/tc" rel="nofollow">TopCoder Algorithm contests</a>.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76428#7642824Answer by mbishop for What is the single most effective thing you did to improve your programming skills?mbishop2008-09-16T20:13:36Z2008-09-16T20:13:36Z<p>Learned Scheme.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76429#7642945Answer by Christopher Cashell for What is the single most effective thing you did to improve your programming skills?Christopher Cashell2008-09-16T20:13:42Z2008-09-18T15:04:10Z<p>I think the most important thing you can do is make a conscious effort to improve. There's no single silver bullet, you have to keep looking for new sources of information, new experiences, and more practice.</p>
<p>And the second most important thing, think about what you're doing, why you're doing it, and how you can do it better. Same thing with previous projects. Look back at what you've done, and how you might do it differently now. Think about what could have been done better, or where you could still improve on it.</p>
<p>I see two great examples of this at work every day. I have one coworker who loves to learn, and wants to be the best developer he can. He's uses any downtime to read blogs, read books, discuss programming techniques, and ask tons of questions. He's also very noticeably improved in just the past year. Another coworker does his job, and does it fairly well. But that's all he does. He sticks with what he knows, doesn't make much effort to improve, doesn't work on any projects outside of his existing ones, and after 4 years, he has the exact same skill set and programming ability that he had when I met him.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76432#764320Answer by kitsune for What is the single most effective thing you did to improve your programming skills?kitsune2008-09-16T20:13:59Z2008-09-16T20:13:59Z<p>Finally starting to work again in the field after excruciating years at college, at the Swiss Federal Institute of Technology in Zurich (ETHZ). I had worked as a web developer / graphic designer for a large company during the dot com boom after high school, prior to college and the mandatory army service here, and missed these days while my brain was being hammered with endless lessons on Eiffel, Prolog, compiler design, algebraic set theory etc...</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76433#764331Answer by metadave for What is the single most effective thing you did to improve your programming skills?metadave2008-09-16T20:14:00Z2008-09-16T20:14:00Z<p>I enjoy picking up any language that I can get my hands on. Then I can decide what the language would best be applied to and throw it in my "toolbox". I really like being able to pick the right tool for the job. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76450#764507Answer by stephbu for What is the single most effective thing you did to improve your programming skills?stephbu2008-09-16T20:15:45Z2008-09-16T20:15:45Z<p>Pair programming with other folk by far raised my quality, broadened my horizons, and helped me understand the practical issues of day to day development. Couple of big points:<br/></p>
<ul>
<li>it doesn't matter how elegant your
code is - if someone else can't
understand it you're already sunk.</li>
<li>be ready to divorce your code in a
heartbeat. The romance is in the
"doing" not the "outcome".</li>
</ul>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76457#7645794Answer by Swati for What is the single most effective thing you did to improve your programming skills?Swati2008-09-16T20:16:14Z2008-09-17T02:56:59Z<p>Two things:</p>
<ol>
<li><strong>Read code written by different people.</strong> </li>
<li><strong>Write documentation for code written by other people.</strong> </li>
</ol>
<p>Writing code is extremely easy; every other person I know can do that. But reading someone else's code and figuring out what it does was a whole new world to me. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76460#764600Answer by Alexandre Victoor for What is the single most effective thing you did to improve your programming skills?Alexandre Victoor2008-09-16T20:16:23Z2008-09-16T20:16:23Z<p>I think you will learn a lot by reading books and taking a look on the code of open source projects.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76466#76466290Answer by cranley for What is the single most effective thing you did to improve your programming skills?cranley2008-09-16T20:16:41Z2009-09-12T15:19:07Z<p>In no specific order...</p>
<ol>
<li><p>learning other frameworks/languages, and seeing how they do things, and compare that to stuff that I already know</p></li>
<li><p>reading about patterns, best practices, and then examining my old stuff and applying those patterns where necessary</p></li>
<li><p>pair programming</p></li>
<li><p><strong>working with people far smarter than I</strong></p></li>
<li><p><strong>Always listening to what others have to say, regardless if they're junior, intermediate, senior or guru. title means shit all</strong></p></li>
<li><p>Disagreeing with everything Joel says. ;)</p></li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76476#764761Answer by Joe Corkery for What is the single most effective thing you did to improve your programming skills?Joe Corkery2008-09-16T20:17:26Z2008-09-16T20:17:26Z<p>Working as a programming lab teaching assistant -- having to teach another person to code, particularly through example, really made a big difference in the quality of the code I wrote.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76480#764800Answer by JMack for What is the single most effective thing you did to improve your programming skills?JMack2008-09-16T20:18:05Z2008-09-16T20:18:05Z<p>I believe that reading and experience are the most important in improving.</p>
<p>When I first start a language, I like to read a couple quick start tutorials, then I work with it a bit. After I have a better feel for the language, I read a more complete book cover to cover. In order to use whatever language you choose to it's full potential, you need to know everything about the language, including it's strengths and weaknesses.</p>
<p>Reading books about general programming has helped me out as well. A lot of the most important concepts of programming are not language specific. A book about a single language doesn't cover the same areas since learning a language and learning to program are different things.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76485#764853Answer by Jason Etheridge for What is the single most effective thing you did to improve your programming skills?Jason Etheridge2008-09-16T20:18:36Z2008-09-16T20:18:36Z<p>Ensured that no matter what role I was in (e.g., currently software architect of a large project), I would be writing code. I've seen too many former developers stop coding entirely and they went up the technical or management hierarchy, and gradually lose touch with the reality of building software. The only solution to that is to keep writing code.</p>
<p>Learning new languages, writing in different environments, doing different kinds of applications... as much diversity as possible helps to round out your programming skills.</p>
<p>But the bottom line is that the only way to get better at something is practise, and to continually challenge yourself with projects of ever-increasing difficulty.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76486#764861Answer by benefactual for What is the single most effective thing you did to improve your programming skills?benefactual2008-09-16T20:18:39Z2008-09-16T20:18:39Z<p>Used them.</p>
<p>Seriously though, I often find myself repeatedly implementing the same sort of functionality in new ways. Each is an adventure that always raises new questions. Answering those questions allows my skills to grow.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76491#764911Answer by jfm3 for What is the single most effective thing you did to improve your programming skills?jfm32008-09-16T20:19:19Z2008-09-16T20:19:19Z<p>I spent the first several years of my career maintaining other people's code.</p>
<p>(The second most effective thing would be spending a few weeks grokking Common Lisp.)</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76492#7649270Answer by Bill the Lizard for What is the single most effective thing you did to improve your programming skills?Bill the Lizard2008-09-16T20:19:22Z2008-09-16T20:19:22Z<p>Took a part-time job tutoring CS students at my university. It really forces you to understand something at a completely different level when you have to explain it to someone else.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76516#7651630Answer by smartcoder165 for What is the single most effective thing you did to improve your programming skills?smartcoder1652008-09-16T20:20:39Z2008-09-16T20:20:39Z<p>Contributing to/participating in open-source projects was by far the biggest thing for me.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76521#765210Answer by JosephStyons for What is the single most effective thing you did to improve your programming skills?JosephStyons2008-09-16T20:21:09Z2008-09-16T20:21:09Z<p>1 - Read about a specific, narrow topic in a book like Code Craft, or Code Complete</p>
<p>2 - Apply just that one lesson to a project I'm working on</p>
<p>3 - repeat</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76535#765350Answer by Lost in Alabama for What is the single most effective thing you did to improve your programming skills?Lost in Alabama2008-09-16T20:22:00Z2008-09-16T20:22:00Z<p>The most effective thing I did to improve my programming skills was while I was in college I learned to teach myself any subject and not to rely on an instructor or a course to learn somthing.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76540#765405Answer by Aston for What is the single most effective thing you did to improve your programming skills?Aston2008-09-16T20:22:26Z2008-09-16T20:22:26Z<p><strong>Deciding NOT to be a 'Jack-of-all-Trades'</strong></p>
<p>If you're serious about programming as a long term career, understand that you'll likely never be hired because of your versatility, but rather your expertise. To make an analogy, the least popular character in Everquest (at least when I played) was the Bard, who was good at nearly every skill but wasn't excellent at any of them. Pick a specialty and devote your time and energy at mastering fewer technologies rather than being so-so at many. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76545#76545-1Answer by ima for What is the single most effective thing you did to improve your programming skills?ima2008-09-16T20:22:39Z2008-09-16T20:22:39Z<p>The obvious answer is:</p>
<p>Learned my first programming language.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76593#765931Answer by Pascal for What is the single most effective thing you did to improve your programming skills?Pascal2008-09-16T20:26:05Z2008-09-16T20:26:05Z<p>Learn another programming language, possibly one that has a fundamentally different approach. Scheme, D, Scala, JavaScript. It will open up your mind at what can be done with each of them, even if you do not get to any level of procifiency.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76610#7661011Answer by hellweaver666 for What is the single most effective thing you did to improve your programming skills?hellweaver6662008-09-16T20:27:44Z2008-09-16T20:27:44Z<p>Working with other great developers has taught me a lot over the years, that and actually doing stuff just for the hell of it from time to time.</p>
<p>For instance, I wanted to learn how to draw charts in GD so i wrote a simple <a href="http://squarerobot.com/bio/" rel="nofollow">biorhythm generator</a> just for the fun of it. Not rocket science and I don't really believe in the pseudo-science behind it, but it was a good chance to learn what I wanted to do.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76634#766340Answer by Chris Ballance for What is the single most effective thing you did to improve your programming skills?Chris Ballance2008-09-16T20:29:11Z2008-09-16T20:29:11Z<p>Get your feet wet doing some basic "hello world" programs. Read programming books, read blogs, get to an intermediate level and do a lot of programming in different things, keep yourself challenged, pair program as often as possible, contribute to an open source project. Next, read "code-complete" Write more code, start to write good code.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76660#766600Answer by Marc Gear for What is the single most effective thing you did to improve your programming skills?Marc Gear2008-09-16T20:30:31Z2008-09-16T20:30:31Z<p>Reading what other people had to say about good practices. Writing more code will only get you so far. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76670#7667016Answer by Bill K for What is the single most effective thing you did to improve your programming skills?Bill K2008-09-16T20:31:17Z2008-09-16T20:31:17Z<p>I think constantly questioning what you are doing is the biggest thing. Never think that your code is perfect, always strive to improve it. </p>
<p>It seems like I've had 2 or 3 times when I thought my code was perfect, then realized I had a long way to go.</p>
<p>I guess the biggest thing was when I started seeing my code itself as consumed by other programmers and not a machine. It's easy to write code your machine can process, but it's tough writing DRY, understandable code.</p>
<p>And I don't mean just understanding "What does this line do", I mean making it trivial to figure out "How does this class fit in with all the other classes" while making the classes interface so well-formed that it's virtually impossible to misuse it.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76672#766720Answer by Sparr for What is the single most effective thing you did to improve your programming skills?Sparr2008-09-16T20:31:28Z2008-09-16T20:31:28Z<p>I switched to an editor with syntax highlighting, contextual autocomplete ("intellisense", etc), and automatic indentation. This has had a greater positive effect on the efficiency of my code production and the readability and maintainability of my code than any other single thing that I have done or learned.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76685#766851Answer by Loren Segal for What is the single most effective thing you did to improve your programming skills?Loren Segal2008-09-16T20:32:25Z2008-09-16T20:32:25Z<p><strong>Answer questions on StackOverflow, of course!</strong></p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76695#766950Answer by Daniel for What is the single most effective thing you did to improve your programming skills?Daniel2008-09-16T20:33:12Z2008-09-16T20:33:12Z<p>To learn how to ride a bike you have to ride the bike. To learn how to program you have to program. The more you program the better you become IF... if you always try to improve yourself and you always strive to create good code. And this brings us to what good code is and what good programmers are. There are so many answers to this. But some basic guidelines are: clarity, simplicity, generalization.
The reality is practice alone doesn't make perfect. Perfect practice makes perfect. You need to code and also have your code reviewed by some other eyes. You need to read code written by others - good code and bad code. You need to understand how code rots and good code yesterdays becomes mushy bad smelling code tomorrow when the conditions, requirements, constraints change.
It seems I can go on and on forever... Okay the gist is code a lot in various areas with various languages and think critically about it while exposing your code to others' opinions.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76704#767041Answer by someone for What is the single most effective thing you did to improve your programming skills?someone2008-09-16T20:33:58Z2008-09-16T20:33:58Z<p>I read books that have nothing to do with programming and everything to do with what my product will be used for.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76729#767290Answer by kristof for What is the single most effective thing you did to improve your programming skills?kristof2008-09-16T20:35:48Z2008-09-16T20:46:27Z<p>Working in the team which used <a href="http://en.wikipedia.org/wiki/Extreme_programming" rel="nofollow">Extreme Programming</a><br />
Especially the following aspects of this approach</p>
<ul>
<li>Pair programming – the best way to
learn biggest and smallest things from your fellow programmers
that improve your programming
skills, from advanced programming
methods to using editor shortcuts
that you would never be aware of
otherwise </li>
<li>Continuous Testing </li>
<li>Writing self explanatory code that
does not require comments</li>
</ul>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76750#767500Answer by Brad8118 for What is the single most effective thing you did to improve your programming skills?Brad81182008-09-16T20:37:09Z2008-09-16T20:37:09Z<p>Find something outside of work that you can develop. I'm just starting to jquery and there are heaps of JavaScripts people have written that simplify tasks. I've been looking at these javascript files and learning how they work. I broad answer I was trying to get at was to use other people's work and incorporate it into your own (following copyright laws) Then understand how they they do. Good hunting.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76753#767530Answer by Darko Veberic for What is the single most effective thing you did to improve your programming skills?Darko Veberic2008-09-16T20:37:30Z2008-09-16T20:37:30Z<p>As of c++: strict const correct code.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76761#767611Answer by John Kellar for What is the single most effective thing you did to improve your programming skills?John Kellar2008-09-16T20:38:22Z2008-09-16T20:38:22Z<p>Being open to languages or approaches that were outside my comfort zone. I would say another major player was sharing what I learned with others. When you have to explain why, it pushes you to be certain you know it.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76766#767660Answer by SarekOfVulcan for What is the single most effective thing you did to improve your programming skills?SarekOfVulcan2008-09-16T20:38:41Z2008-09-16T20:38:41Z<p>Typically, I didn't really get into languages until I dived in and started actually working with the code -- preferably, other people's code, so I could see how things actually fit together.</p>
<p>Also, from the first day in college classes, legibility was emphasized almost over functionality. Write code you can make sense of the next day. :-)</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76779#767790Answer by Levi for What is the single most effective thing you did to improve your programming skills?Levi2008-09-16T20:39:53Z2008-09-16T20:39:53Z<p>I found reading Code Complete 2 by Steve McConnell from cover to cover (and actually trying to follow most of his advice) has drastically improved my programming skills, especially since I don't get the benefit of working with other programmers in a large corporate environment.</p>
<p>Also, <strong>practicing</strong> good design (explained in the book) and analyzing other people's design is important to moving in the right direction, skills-wise.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76792#7679256Answer by callingshotgun for What is the single most effective thing you did to improve your programming skills?callingshotgun2008-09-16T20:40:53Z2008-09-16T20:40:53Z<ol>
<li><p>I'm a big fan of the "learn one programming language every year" system. One year gives you enough time to get past the "okay, I know the syntax, so now I know the language" bias, and forces you to go a little farther and understand what's beneficial in that language, and program in a style native to that language (By which I mean, you don't end up writing java applications using Ruby syntax). Each language will change the way you think about programming- I knew how to use recursion, but <em>thinking</em> in recursion didn't happen until I took a class on prolog (I imagine a functional language like ML would have the same effect).</p></li>
<li><p>Start a Pet project. My personal equation for a good pet project is, something you have experience with + something you don't = app you would find useful. For instance, Migratr (my own caffeinated-weekend-turned-ongoing project) started out as "I know c#, but I've never coded against a web API. And I want to move all my photos to Zooomr". It could just as easily have been "I've coded against web API's before, but I don't know C#"</p></li>
</ol>
<p>Publishing your pet project is an amazing educational experience in itself. Suddenly all the things practically nobody teaches but everybody's supposed to know (for me it was setting up your own testing system, getting the most out of version control systems, how to pace yourself when nobody else is setting your deadlines, how to interact with your users and how to know when to say "no" to feature requests), all that stuff bubbles to the surface and forces you to self-educate on a level you weren't before- at least not by idly reading flamewars on dzone about the pros/cons of the "foo" vs "bar" way of doing things.</p>
<p>Doing these two things covers both ends of the spectrum. Learning a new language will make you a better coder. The pet project will make you a better developer:P</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76827#768270Answer by flxkid for What is the single most effective thing you did to improve your programming skills?flxkid2008-09-16T20:43:22Z2008-09-16T20:43:22Z<p>I think the single most effective thing I've done is to force myself to use various languages and alternative tools on projects based on what fits best. IOW I tried to look at the capabilities of the language to see if it is a better fit than one of my standard choices. This has forced me to learn and use various tools based on their individual merits.</p>
<p>I try VERY hard to never stuff square pegs into round holes when it comes to my programming style also. We have many languages available to use because there are many different ways of doing things. The more I can understand about other styles the better!</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76843#768431Answer by gbjbaanb for What is the single most effective thing you did to improve your programming skills?gbjbaanb2008-09-16T20:45:13Z2008-09-16T20:45:13Z<p>lol. typing in code from magazine articles (yup, back in the day we used to do that for full-page Amstrad and Atom code listings). It may be like rote learning, but it got me from nothing to something, everything I've done since is incremental to that initial bump.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76898#768980Answer by ElectricDialect for What is the single most effective thing you did to improve your programming skills?ElectricDialect2008-09-16T20:49:03Z2008-09-16T20:49:03Z<p>One way to improve programming skills is to learn different business domains and how software is used to solve problems in those domains. For example, if you only work on business web applications, you may gain substantial knowledge of HTML, CSS, and relational databases, but not necessarily ever have an opportunity to master concepts like concurrency or 3D graphics programming. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/76966#769660Answer by sal for What is the single most effective thing you did to improve your programming skills?sal2008-09-16T20:55:48Z2008-09-16T20:55:48Z<p>Write a non-trivial app in multiple languages/systems. I've written a betting pool app in VB6, common lisp, java/jsp, java/spring/struts, rails, grails and django. I am now writing it in ruby/cocoa OSX</p>
<p>Each implementation is different. And I've learned how the systems differ from each other.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77007#77007235Answer by W. Craig Trader for What is the single most effective thing you did to improve your programming skills?W. Craig Trader2008-09-16T20:58:42Z2008-09-19T14:07:41Z<p><strong>Deciding <em>TO</em> be a 'Jack-of-all-Trades'</strong></p>
<p>Fairly early in my career, I was an expert with a particular database and programming language. Unfortunately, that particular database lost the 'database wars', and I discovered that my career options were ... limited. After that I consciously decided that I would never let myself become boxed in like that again. So I studied everything I could get my hands on: Windows, Unix, C, C++, Java, C#, Perl, Python, Access, SQL Server, Oracle, Informix, MySQL, etc. Whatever tools and technologies are new or unusual, I became the 'go-to-guy' -- "Ask Craig, if he doesn't know it, he'll learn it." As a result I've worked on all sorts of projects, from embedded systems for environmental telemetry to command and control systems for missile defense.</p>
<p>The only problem I've ever had is with companies that insist on pidgeon-holing me into a specialty, when my specialty is being a generalist. <strong>[EDIT:</strong> Also known as a <a href="http://en.wikipedia.org/wiki/Polymath" rel="nofollow">Polymath</a> or Renaissance Man or multi-specialist.<strong>]</strong></p>
<p>Something to keep in mind ... what's the half-life of knowledge in high tech? It tracks with Moore's Law: half of everything you know will be obsolete in 18-24 months. An expert who chooses the wrong discipline can easily be undermined by the press of technology; a generalist only has to add some more skills and remember the lessons of the past in applying those skills.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77043#770431Answer by Martin A for What is the single most effective thing you did to improve your programming skills?Martin A2008-09-16T21:02:20Z2008-09-16T21:02:20Z<p>Stopped writing procedural code and started creating objects.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77046#770461Answer by Ross A for What is the single most effective thing you did to improve your programming skills?Ross A2008-09-16T21:02:30Z2008-09-16T21:02:30Z<p>Teach the concepts to someone else. Then you quickly realise which parts you don't truly understand.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77088#770881Answer by eriklane for What is the single most effective thing you did to improve your programming skills?eriklane2008-09-16T21:05:57Z2008-09-16T21:05:57Z<p>Coming to the realization that you can't rely on your company or the 8 hours you spend "at work" to keep your skill set up. Being a better developer is an ongoing process that never stops.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77151#771510Answer by rawicki for What is the single most effective thing you did to improve your programming skills?rawicki2008-09-16T21:10:34Z2008-09-16T21:10:34Z<p>If you want to learn a one, specific technology, a very good way of extending your horizons will be learning a functional language, especially Haskell (which is really interesting, different than other technologies you probably met due to its purity and extensively used as a research tool - for example STM developed at Microsoft Research, which is a very interesting way of solving traditional concurrency issues).
As an alternative to Haskell, I can recommend Erlang, a less strict functional language developed at Ericsson in order to solve concurrency problems in a better way and becoming very trendy last times.</p>
<p>I would also advise you starting in a algorithmic competitions like http://topcoder.com or http://www.spoj.pl/, which, even though you had something similar during your CS course on University, are very good intelectual exercises and allow you to solve, not only algorithmical, problems in a much easier way.</p>
<p>If you'd like to develop your skills in a technology you working on look for the conferences or user groups' meetings in your area and attend them. Contact with the real men is always better than reading everything you can find on the net :)
Be active. Sometimes I learn from the problem more than a person who is asking me for help.</p>
<p>Working in pairs/bigger company/reading somebody's code are also good idea, but only when you are sure that you won't acquire also bad habits which many programmers have.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77157#771571Answer by Lincoln Johnson for What is the single most effective thing you did to improve your programming skills?Lincoln Johnson2008-09-16T21:11:00Z2008-09-16T21:11:00Z<p>Told my boss "yeah I can fix that for you, give me two days." Then had to learn a new language to do it.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77168#771681Answer by Bob Moore for What is the single most effective thing you did to improve your programming skills?Bob Moore2008-09-16T21:12:08Z2008-09-16T21:58:03Z<p>Taking part in code reviews. This really combines the idea of reading other people's code with having to think about presenting your own. Seeing other people's mistakes is just as valuable as seeing their whizzy clever stuff, and the pressure of having other people see your code really concentrates your mind on making your code as comprehensible as possible. </p>
<p>I now think about the ease of maintenance of code as being WAAAY more important than its efficiency, and I choose an easily comprehensible design over a super-efficient but incomprehensible one every single time. Of course it helps that the poor maintenance programmer figuring it out may well turn out to be me :-)</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77177#771770Answer by Geekoid for What is the single most effective thing you did to improve your programming skills?Geekoid2008-09-16T21:13:07Z2008-09-16T21:13:07Z<p>Working with a diverse set of more experienced and intelligent programmers.</p>
<p>People who say 'just write code' are being short sighted. I have seen many a project where someone 'just wrote code'. That doesn't give anyone insight to good habits and practical programming, nor does it help develop solid skills in the secondary parts of coding. Specs, documentation, clearly getting ideas across.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77274#772740Answer by Marijn for What is the single most effective thing you did to improve your programming skills?Marijn2008-09-16T21:23:35Z2008-09-16T21:23:35Z<ol>
<li><p>Reading the source of whatever (open-source) software is brilliant and important in your area of expertise.</p></li>
<li><p>Learning and appreciating different programming paradigms (i.e. OO isn't the answer to everything)</p></li>
<li><p>Writing libraries/components rather than monolithic 'systems', learning the value of interface design, documentation, conceptual simplicity.</p></li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77319#773191Answer by Eyesno for What is the single most effective thing you did to improve your programming skills?Eyesno2008-09-16T21:28:03Z2008-09-16T23:21:45Z<p>One of the most effective things I've ever done is positioned myself with those who knew more than I did and <strong>listened</strong>. Get on a project where you know the senior developer is working and pay attention to his/her code and way of doing things. When you don't understand, ask (when time allows). When you become a senior developer yourself things change a little and you enter constant discourse with your fellow developers on the best way to do things or fresh new ideas. But once again, you do a lot of <strong>listening</strong>. </p>
<p>Styrofoam Head Theory:</p>
<p>Often while explaining a problem to someone else, you explain yourself right into a solution. This happens frequently and is a fantastic exercise. The reason is because in order to communicate an issue to someone else you're forced to break it down to its simplest parts to make it easier to understand. So try writing an email to a jr. co-worker to explain the problem. </p>
<p>Hint: You've also just written some documentation. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77339#773391Answer by RobT for What is the single most effective thing you did to improve your programming skills?RobT2008-09-16T21:30:51Z2008-09-16T22:35:19Z<p>Worked with other more experienced programmers. Helped other less experienced programmers.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77344#773441Answer by marc for What is the single most effective thing you did to improve your programming skills?marc2008-09-16T21:31:26Z2008-09-16T21:31:26Z<p>Wrote code on my own time, just for the fun of it. Not just any code, but deliberately concentrating on low-level reusable objects and modeling the relationships between them.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77354#7735415Answer by Rob for What is the single most effective thing you did to improve your programming skills?Rob2008-09-16T21:33:13Z2008-09-16T21:33:13Z<p>Hack on some open source project for a few months; the larger the better. When you're interacting with some highly opinionated, geographically diverse people who don't know you, you can't help but learn from your mistakes far faster - I think it's a certain embarassment factor. Plus, if you identify one or two really smart people, then you can glean valuable insight, if not pure knowledge, from them.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77495#774951Answer by testpro_sea for What is the single most effective thing you did to improve your programming skills?testpro_sea2008-09-16T21:45:56Z2008-09-16T21:45:56Z<p>Math degree.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77520#775201Answer by terminus for What is the single most effective thing you did to improve your programming skills?terminus2008-09-16T21:47:57Z2008-09-16T21:47:57Z<p>1) Writing code. Lots of code. Most of it were only fun little dinky programs to solve a special problem, but since I've been on the workforce, I've written some production code. Every time I've seen something that I have done wrong, so next time I did it in a different way. In one word: experience.</p>
<p>2) Reading code. Before I only wrote code, but recently this is changing. I've been doing some code reviews, reading and evaluating open source stuff, sometimes even modifying some of it. This gave me a lot of tips, know-hows. Also, I can handle open source stuff with bad documentation somewhat better.</p>
<p>3) Show your code to someone. Other points of views can show you stuff you never tought about. A programmer on embedded systems may recognise something that can be done with less resources, a security programmer can point out failures, etc.</p>
<p>4) Tutor someone. Despite what some people say, programmers have to maintain human contact. Also, it gives something back to the community. I've met some of my friends during tutoring sessions. It makes you a better programmer because you'll be able to communicate better (which is realy important if you want to write good documentation).</p>
<p>5) Learn a wide range of languages at least to some degree. The difference between them is not just syntax. ASM needs different thinking than Java. Lisp programmers program different than PHP developers. Knowing a lot of languages at least to some degree gives a perspective.</p>
<p>6) Work on something for a while. If you have a cool idea, work it out. Try getting your peers involved. It's realy fun to work in a small group, solving your own problems. The company I work for started this way. But before you begin your career, it will help you understand teamwork. Also, you'll get to see how an application is designed, implemented and maintained.</p>
<p>There are more reasons, but these helped me a lot.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77545#7754522Answer by typicalrunt for What is the single most effective thing you did to improve your programming skills?typicalrunt2008-09-16T21:50:31Z2008-09-16T21:50:31Z<p>You can read all the books, code, and open source projects you like, but you need to understand the end-user aspect of software development. You need to step out of the echo chamber. So I'll address a couple non-technical points that will help your technical career.</p>
<p>1) Step away from the keyboard and interact with the end-user and see, through their eyes, how they use the software. End users are typically not technical, so they see software as a magical piece of work, while you see software as a logical set of steps. The two worlds are completely different. So what seems easy and logical to you may seem cryptic and intimidating to others.</p>
<p>2) Test, test, test. A lot of the software I've seen in large corporations use test cases. Hell, they use JUnit, xUnit, and all the other unit testing languages out there. But the problem I've seen is that most programmers never see what their software looks like in Production. Learn how users (or systems, if these are batch jobs) interact with your application, library, or interface to find out what kind of abhorrent information they throw at it. This will help you generate good test cases and stop assuming your program will always be fed the correct set of data.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77560#775601Answer by Joe Skora for What is the single most effective thing you did to improve your programming skills?Joe Skora2008-09-16T21:51:52Z2008-09-16T21:51:52Z<p>Program all you can and associate with people that are smarter than you who program.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77564#775640Answer by Adam for What is the single most effective thing you did to improve your programming skills?Adam2008-09-16T21:52:15Z2008-09-16T21:52:15Z<p>Programming with at least one other (experienced) person, ideally in an Extreme Programming environment. Debating alternative approaches will assist in hashing out the pro's and con's of each.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77573#775731Answer by aramiswyler for What is the single most effective thing you did to improve your programming skills?aramiswyler2008-09-16T21:53:07Z2008-09-16T21:53:07Z<p>Learning different coding paradigms can really open your mind up to a higher level of thought. Looking at your standard diagramming vs the COBOL VTOC for example. Reading the Extreme Programming tenants. Actually trying to do a program with a top down programming method, then a bottoms up method.</p>
<p>Understanding your standard OO theories is helpfull - Overloading, Inheritance, Polymorphism, etc.</p>
<p>I used to think, before I learned so many languages, that if I only learned enough languages that would make me a great programmer, because every language has something special - Pascal has set notation, COBOL has extrodinarily efficient memory allocation for multidimensional arrays, BASIC is... basic. But chances are that simply learning a small set of languages that are radically different, like (COBOL, C++, and LISP) will be an improvement. I cannot verify that though.</p>
<p>Knowing that every language is just syntax - especially if your not going to take the time to learn what a language is really good at.</p>
<p>Digesting the grim reality that documentation really does matter.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77589#775890Answer by epatel for What is the single most effective thing you did to improve your programming skills?epatel2008-09-16T21:54:22Z2008-09-16T21:54:22Z<p>Write lots of code as many already have written here. </p>
<p>But, write so much that you don't want to write so much more, get <a href="http://cranked.me/2008/07/laziness-impatience-hubris-three-great.html" rel="nofollow">lazy basically, the first of the three great virtues</a>.</p>
<p>"Brevity is the soul of wit" -- Shakespeare</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77608#776080Answer by Vin for What is the single most effective thing you did to improve your programming skills?Vin2008-09-16T21:55:36Z2008-09-16T21:55:36Z<p>I saw a huge improvement after I started learning how others (best programmers) code. One of the things I did is started watching "How do I" <strong>videos by the experts/gurus</strong> of any technology I am interested in. </p>
<p>I see great benefit in Learning Videos compared to reading a book. Not to discount the fact that reading books is a great way too. But videos are more interactive, quick and make a great visual impression (that is if the videos are good)</p>
<p>Tech Podcasts, dnrtv are my other favorites. Read this <a href="http://stackoverflow.com/questions/14490/how-can-i-continue-to-stay-current-on-the-latest-and-maybe-greatest-tools-techn">SO thread.</a></p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77618#776187Answer by japollock for What is the single most effective thing you did to improve your programming skills?japollock2008-09-16T21:56:48Z2008-09-16T21:56:48Z<p>Top thing: worked with other smart people and learned</p>
<p>Others, in no particular order:</p>
<ul>
<li>active reading (books, blogs, nerd sites)</li>
<li>trying out new development
concepts/methods</li>
<li>learned everything regex</li>
</ul>
<p>Still want to try: contributing to an open source project.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77627#776271Answer by phreakre for What is the single most effective thing you did to improve your programming skills?phreakre2008-09-16T21:57:07Z2008-09-16T21:57:07Z<p>There is nothing that will do more for coding skill than writing code. I would go so far as to say there is limited utility to be gained from anything that does not directly involve crafting code. If you are fortunate enough to work in a job where you are not constantly hammered by deadlines, stepping back and working through your section of the project with another programmer then doing the same with their section of code will do more for your programming skill and understanding of how to make engineering decisions than ten books [unless those books have Stroustrup, McConnell, or the likes on their spines]. </p>
<p>.. the same could easily be said for software engineering students. Be brave, let others read your code and read theirs. Constantly be working. You will be much better for it.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77629#776295Answer by Phunchak for What is the single most effective thing you did to improve your programming skills?Phunchak2008-09-16T21:57:33Z2008-09-16T21:57:33Z<p>stopped reading books and blogs and sat down and actually coded something</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77647#776470Answer by cmreigrut for What is the single most effective thing you did to improve your programming skills?cmreigrut2008-09-16T21:59:04Z2008-09-16T21:59:04Z<p>I always have a list of "small" project in my head. Every time I think of a "there oughta be..." I file it away for future use. Then, any time I come across a technology that looks interesting and I want to play with, I compare its features against my project list. If one seems like a good fit, I'm off to the races.</p>
<p>This allows me to always have something more practical than "Hello, World!" to work towards.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77706#7770637Answer by snogfish for What is the single most effective thing you did to improve your programming skills?snogfish2008-09-16T22:04:01Z2008-09-16T22:04:01Z<p>Taught myself assembly. Did it on an old 6502 chip when I was 13? 14? Too long ago. But I can't think of anything that will improve your development more than getting down to the bit level. </p>
<p>Learning assembly gives you insight into the way computers 'think' on a fundamentally lower level, and the elegance at this level is surprising... there are no wasted motions, no 'disposing' of data. Developing at this level will teach you efficiency and hone your critical thinking and logic skills. It will also cure you of any sloppy habits you have fairly quickly!</p>
<p>The 65xx chip had three registers (the accumulator, X, and Y) and no machine level instructions for multiply or divide. I remember coding a routine to calculate battle damage, looking through the book, and suddenly realizing that I would have to write my own math library. Spent a couple of weeks scribbling 1's and 0's all over my notebook, trying to figure out what 'divide' and 'decimal places' really meant. </p>
<p>I've studied C++, pascal, .NET, many others since then... but none of them have taught me as much, intrigued me as much, or left me with the sense of 'wow' that assembly on my old commodore did.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77719#777190Answer by thismat for What is the single most effective thing you did to improve your programming skills?thismat2008-09-16T22:04:47Z2008-09-16T22:04:47Z<p>Not believing every tutorial I've ever read. Being critical of "good" code and questioning "bad" code.</p>
<p>Learning to think more object minded, getting into custom collections.</p>
<p>Most of all, the greatest things I think you can possibly do is: </p>
<ul>
<li>love your craft and surround
yourself with the kind of
programmers you would like to be.</li>
<li>Never stop re-educating yourself and
never think your way is the very
best way.</li>
<li>There is and always will come, a
better more effective way, and a lot
of times you will just be flat wrong
in the first place.</li>
<li>Digging through libraries and tinkering around with methods and functions just to see what they can do.</li>
</ul>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77779#777790Answer by Peter GA. for What is the single most effective thing you did to improve your programming skills?Peter GA.2008-09-16T22:09:46Z2008-09-16T22:09:46Z<p>I think is important to improve your skill that you work on a proyect that really like you <br> an it's important share your knowledge you others. <bR> on the other site you need to make some research on a topic that you need to know more about. <br> Finally work on an open source project has been very usefull for me as programmer.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77876#778761Answer by CodeRot for What is the single most effective thing you did to improve your programming skills?CodeRot2008-09-16T22:19:24Z2008-09-16T22:19:24Z<p>Switching from a pseudo OO language to a fully OO language. It changed how I look at things.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77913#779131Answer by akramnik for What is the single most effective thing you did to improve your programming skills?akramnik2008-09-16T22:26:08Z2008-09-16T22:26:08Z<p>I found that when in the initial phases of my career, moving around often helped tremendously. This forces you to expose yourself to different ways of doings things. I've interviewed people twice the seniority of myself that have spent the last 10 years at the same company and was surprised by how little they've evolved since college with respect to their programming abilities. You can easily surprise yourself at how differently people do things when you move to a different company and how much better (or worse) their approaches are. Point being, you want to expose yourself to as many different ways of doing things as possible, especially while you have the luxury and the opportunity to move around often.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77929#779291Answer by clavijo for What is the single most effective thing you did to improve your programming skills?clavijo2008-09-16T22:28:11Z2008-09-16T22:28:11Z<p>Learning FORTH</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77967#779670Answer by Mogura for What is the single most effective thing you did to improve your programming skills?Mogura2008-09-16T22:31:42Z2008-09-16T22:31:42Z<p>Actually programming for a purpose. Once I started working and writing programs that would actually be used by users and not just handed in for a grade I started to get a better understanding of the impact my programs had. I was able see the big picture.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77988#779880Answer by Lahur for What is the single most effective thing you did to improve your programming skills?Lahur2008-09-16T22:33:56Z2008-09-16T22:33:56Z<p>Let others review my code and criticize it. I regret didn't do enough of this.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/77999#7799915Answer by Harold Bamford for What is the single most effective thing you did to improve your programming skills?Harold Bamford2008-09-16T22:34:58Z2008-09-16T22:34:58Z<p>They say that 70% of good code is error checking and handling. When I started programming that way, my code got a lot better. Thinking about what can go wrong and then handling it right away has made a huge difference. It <em>feels</em> like doing all that checking is just getting in the way of getting the code up and running, but it shortens the time from start to finish by a factor of 2 to 4.</p>
<blockquote>
<p>Just who are these people "they" and where do "they" live?</p>
</blockquote>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78088#780880Answer by Aethylred for What is the single most effective thing you did to improve your programming skills?Aethylred2008-09-16T22:47:13Z2008-09-16T22:47:13Z<p>Doing fundamental computer science and learning that it's all the same. It all comes down to the same concepts and it's all built on logic and turing machines, and you can do it all the same.</p>
<p>Applying OOP to Assembly and Digital Logic is entertaining...</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78097#780970Answer by Jesper Hertel for What is the single most effective thing you did to improve your programming skills?Jesper Hertel2008-09-16T22:48:20Z2008-09-16T22:48:20Z<p>When I began to write code that looked "beautiful" and very clean, my programs started to work almost at first run, with very few bugs. If there are bugs, they tend to be very easy to find.</p>
<p>So I simply look for simplicity, cleanness, and beauty. :-)</p>
<p>Don't ever write code in a "clever" or complex way. Write as clean and readable as possible, and the programs just work and are easily maintainable.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78105#781050Answer by A Non for What is the single most effective thing you did to improve your programming skills?A Non2008-09-16T22:49:14Z2008-09-16T22:49:14Z<p>Reading good books like Effective C++. Mind you, I had already programmed in C++ for several years, but it wasn't until I started reading good C++ and other programming books that I felt a jump in knowledge, which translated into becoming a better programmer.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78136#781360Answer by A Non for What is the single most effective thing you did to improve your programming skills?A Non2008-09-16T22:52:42Z2008-09-16T22:52:42Z<p>Doing lots of code reviews with the principle that I wasn't done with the review until I found at least one piece to critique.</p>
<p>Incidentally, in many cases to be able to do such a code review I needed to sit next to the original author and ask them to explain the code to me line by line until I understood it. If you happen to be lucky enough to be asked to review code from great programmers, you will quickly ramp up your skills too.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78148#781480Answer by noah for What is the single most effective thing you did to improve your programming skills?noah2008-09-16T22:53:39Z2008-09-16T22:53:39Z<p>For language proficiency, digging though the core API and writing code that utilizes each method/class. This has 2 benefits:</p>
<ol>
<li>You learn the API, so you can stop reinventing the wheel.</li>
<li>More importantly, you get a good grasp of the major idioms of the language. This keeps your code clean and readable. Like when you finally stop trying to code procedurally in Lisp.</li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78186#781860Answer by knight0323 for What is the single most effective thing you did to improve your programming skills?knight03232008-09-16T23:02:40Z2008-09-16T23:02:40Z<p>reading, working with others, and general get in and play with it :)</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78205#782050Answer by deworde for What is the single most effective thing you did to improve your programming skills?deworde2008-09-16T23:05:18Z2008-09-16T23:05:18Z<p>Anything that encourages you to write more code. I'm currently working through <a href="http://projecteuler.net/" rel="nofollow">Project Euler</a> to improve my skills, but I've also learnt a lot in the last year, just through looking at the codebase I'm dealing with at work.
Also, reading more books doesn't hurt, although it's best to focus on Software Engineering ones until you know what languages you actually want to program in.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78244#782440Answer by Mike for What is the single most effective thing you did to improve your programming skills?Mike2008-09-16T23:12:31Z2008-09-16T23:12:31Z<p>1) I made a lot of mistakes and learned from them by asking others or reading <BR>
1) Had a mentor<BR>
2) Listened to a lot of podcasts and then read up on the subject matters that I heard about<BR>
3) Paired programming<BR>
4) Reviewing open source projects for style and techniques (and investigating pieces I didn't understand)</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78402#784020Answer by Jeremy for What is the single most effective thing you did to improve your programming skills?Jeremy2008-09-16T23:40:36Z2008-09-16T23:40:36Z<p><a href="http://www.pythonchallenge.com/" rel="nofollow">Python Challenge</a></p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78417#784173Answer by dclaysmith for What is the single most effective thing you did to improve your programming skills?dclaysmith2008-09-16T23:45:08Z2008-09-16T23:45:08Z<p>Write code-generation software. Create a simple database with a few related tables. Then write a web interface to interact with it using whatever tools you can find. Then, using the same language, write software that will write what you have just written.</p>
<p>You'll see that a well designed relational database, with well thought out field definitions (type, length, nullable, default, etc), contains all the information your code generation software will need. Write a code generator to generate your data abstraction layer. Then write one to create a web interface (list view, add form, edit form, etc).</p>
<p>The more you write, the further you realize you can go. It gets addictive and you get better...</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78420#784200Answer by afgallo for What is the single most effective thing you did to improve your programming skills?afgallo2008-09-16T23:45:22Z2008-09-16T23:45:22Z<p>Writing code not only at my job but also at home. This has given me the time I don't have at work to find out very interesting and useful things.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78574#785740Answer by akauppi for What is the single most effective thing you did to improve your programming skills?akauppi2008-09-17T00:12:49Z2008-09-17T00:12:49Z<p>Painfully copying the printed samples from computer magazines in the 1980's. Line by line. Only to figure out there was an error somewhere.</p>
<p>In general, reading other peoples' samples and modifying them; finding bugs in them; extrapolating from them.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78579#785790Answer by shoosh for What is the single most effective thing you did to improve your programming skills?shoosh2008-09-17T00:13:16Z2008-09-17T00:13:16Z<p>Moving from the team I was lead programmer in to a new team which deal with a widely different technology I know nothing about.</p>
<p>And then doing it again after 2 years.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78662#786620Answer by Josh Segall for What is the single most effective thing you did to improve your programming skills?Josh Segall2008-09-17T00:28:30Z2008-09-17T00:28:30Z<p>Wrote a Scheme compiler in C. Not only did I have to learn Scheme inside and out, but I learned all about compilers, how code is executed on hardware, how garbage collectors work, among other things.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78705#787050Answer by Sean for What is the single most effective thing you did to improve your programming skills?Sean2008-09-17T00:41:26Z2008-09-17T00:41:26Z<p>As a lot of others have said, write A LOT of code, and ensure that you learn languages of a few different styles. By that, I mean don't limit yourself to languages that are similar. For example, if you know Java then learning C# will not be too difficult because there are quite a few similarities (automatic garbage collection, etc) but learning c++ after Java or C# will improve your skills much more because if forces you to think about your app differently.
Also, learn to use the correct tool for the job. There is no point writing a simple file transform in Java when you can do the same thing with half of the code in Perl or with standard tools like awk</p>
<p>Doing things that were a challenge for me helped the most</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78727#787270Answer by mislav for What is the single most effective thing you did to improve your programming skills?mislav2008-09-17T00:45:51Z2008-09-17T00:45:51Z<p>In my experience:</p>
<ul>
<li>Practice heavy test-driven development (TDD) until you feel comfortable writing tests before actual implementation. It will make you a better programmer.</li>
<li>Have pet-projects on the side or simply participate in open-source projects.</li>
<li>Try to team-up with people better than you. Observe what tools they use and how they approach problems.</li>
<li>Always find new things that keep you excited about programming. Be passionate.</li>
<li>Create. If you're in just for the money, you can forget about being a programming guru.</li>
</ul>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78879#788791Answer by griefer123 for What is the single most effective thing you did to improve your programming skills?griefer1232008-09-17T01:17:37Z2008-09-17T01:17:37Z<p>Learning to learn from the mistakes of others.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78908#789080Answer by David L Morris for What is the single most effective thing you did to improve your programming skills?David L Morris2008-09-17T01:24:11Z2008-09-17T01:24:11Z<ul>
<li>Making mistakes and learning from them - One of these was writing a prototype in three weeks which 12 years later I am still maintaining, because I allowed it to go into release, instead of re-witting it correctly.</li>
<li>Doing algorithms 300 and especially order of complexity. In someways it is the bleeding obvious, but it crystallized in my mind concepts that I use everyday.</li>
<li>Going back to basics and witting code to the OS and in 'C'. (This was partly a reaction in part to putting a a prototype into production.). Makes code so much faster and more robust. I think that as the improvement in the performance of computers flattens out, this will become more important in the future. I am not a big fan of frameworks. I suspect I am in the minority here, and might post this as a question later.</li>
<li>Reading 'Code Complete'. From that the biggest thing was the layout of my code and the focus on simplicity.</li>
</ul>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/78934#789340Answer by Mitchel Sellers for What is the single most effective thing you did to improve your programming skills?Mitchel Sellers2008-09-17T01:28:21Z2008-09-17T01:28:21Z<p>Working on a variety of technologies and programs. The key is to continue trying new things, so I guess the ONE thing is challenging myself to do things that I have not done!</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79014#790140Answer by Babak Ghahremanpour for What is the single most effective thing you did to improve your programming skills?Babak Ghahremanpour2008-09-17T01:41:41Z2008-09-17T01:41:41Z<p>If I had to pick a single thing, it would be <strong>code reviews</strong>. You need to be disciplined about it. Have your code reviewed and review other people's code as well.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79029#790290Answer by siegel.darren for What is the single most effective thing you did to improve your programming skills?siegel.darren2008-09-17T01:43:14Z2008-09-17T01:43:14Z<p>The singular thing that I did to improve my general programming ability was to read and apply the principles, guidelines, and suggestions in Steve McConnell's book "Code Complete". The improvement that it fostered in areas such as readability and maintainability has helped me immeasurably over the years.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79046#790460Answer by Craig for What is the single most effective thing you did to improve your programming skills?Craig2008-09-17T01:45:08Z2008-09-17T01:45:08Z<p>I read Effective Java by Josh Bloch. Overnight I was a better programmer.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79056#790560Answer by Alex Gartrell for What is the single most effective thing you did to improve your programming skills?Alex Gartrell2008-09-17T01:47:08Z2008-09-17T01:47:08Z<p>A lot of people have said to program, and I agree. Specifically, I like to:</p>
<p>1) Do programming Competitions! I just did my first one this summer and it was actually pretty worthwhile (although I admit, I didn't do phenomenally). It forces you to work on interesting problems quickly. Google Code Jam is excellent for this.</p>
<p>2) Write algorithms I know well (sorts are awesome for this) in languages I've just picked up using the helpful features of that language to do it. It just doesn't make since to write an imperative sort in ML when the elegance comes from doing it functionally.</p>
<p>3) Talk to people who LOVE particular languages about WHY they love those languages. Rather than picking a side in the Perl/Python debate, I'd rather talk to a person from each side about why they like their language of choice and grab the useful bits for future reference.</p>
<p>4) Read Tech Blogs. You'll discover a lot about different languages by reading the blogs of the people who know about them. Of course, this applies to a lot more than programming.</p>
<p>Of course, these things tend to do more to make you a better programmer and may or may not help you with Software Engineering.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79060#790601Answer by mike511 for What is the single most effective thing you did to improve your programming skills?mike5112008-09-17T01:47:39Z2008-09-17T01:47:39Z<p>in order of effectiveness, the ways I've found to learn something are:</p>
<ul>
<li>learn by reading</li>
<li>have someone teach you</li>
<li>learn by doing</li>
<li>teach someone</li>
<li>present to a group</li>
</ul>
<p>There is no substitute for having to teach someone or present on a subject to
get on top of something. I guess the list is in order of passive vs active
involvement.</p>
<p>So for programming, presenting what I did is definitely a level above actually
doing it.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79147#791470Answer by Steven A. Lowe for What is the single most effective thing you did to improve your programming skills?Steven A. Lowe2008-09-17T02:00:02Z2008-09-17T02:00:02Z<ol>
<li><p>read research papers [ACM, IEEE] on topics that interest you</p></li>
<li><p>try to solve hard problems; even if you fail, you will learn from it</p></li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79164#791641Answer by cole for What is the single most effective thing you did to improve your programming skills?cole2008-09-17T02:04:13Z2008-09-17T02:04:13Z<ul>
<li>Join a community (Stackoverflow is a great example)</li>
<li>Have an opinion. Don't just take what others say as gospel, question them.</li>
</ul>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79190#791901Answer by Shelley for What is the single most effective thing you did to improve your programming skills?Shelley2008-09-17T02:11:06Z2008-09-17T02:11:06Z<p>When you look at a new or different piece of code, you may be faced with a lot of unfamiliar stuff. </p>
<p>It's tempting to make changes to existing code without understanding what all those moving parts are doing, and <em>how</em>. But I think that making the effort is important and ultimately pays off. </p>
<p>It can be difficult to do this when you're under pressure to produce results fast. But it gives you the experience to say, "I've seen this pattern before."</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79196#791960Answer by OldGreyTroll for What is the single most effective thing you did to improve your programming skills?OldGreyTroll2008-09-17T02:12:48Z2008-09-17T02:12:48Z<p>Figured out my learning style (or maybe my learning disability.) </p>
<p>I discovered that listening to people talk is the hardest way for me to learn. So classroom lectures, podcasts and videos are the least good way for me to learn and I don't waste my time even trying them if I can help it. I'm way better at learning by reading. So I buy and read lots of books and web articles. (You know. Sort of like this site.)</p>
<p>Just as there is more than one way to solve a problem, there is more than one way to learn. Optimizing what works for me has been the best way for me to improve my craft.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79200#792001Answer by D Gove for What is the single most effective thing you did to improve your programming skills?D Gove2008-09-17T02:13:56Z2008-09-17T02:13:56Z<p>Always remember two things.<br>
1. Bits is bits.<br>
2. Nothing is impossible - we just haven't figured out how to do it yet.<br>
<br>
(1) must of course be credited to William Verts of the University of Massachusetts - Amherst. His lectures instilled the realization that although we may be working with different languages, techniques, technologies all we are really doing is moving bits from one location to another.<br>
<br>
(1) feeds directly into (2). If all we are doing is moving bits around then we can move those bits around in any way to accomplish any goal. The second part of (2) really says it all - having not yet figured something out has absolutely no baring on our ability to figure it out. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79211#792110Answer by fiyarburst for What is the single most effective thing you did to improve your programming skills?fiyarburst2008-09-17T02:17:40Z2008-09-17T02:17:40Z<p>I tried to apply good programming technique to a language such as TI-83+ BASIC.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79234#792340Answer by setatakahashi for What is the single most effective thing you did to improve your programming skills?setatakahashi2008-09-17T02:21:31Z2008-09-17T02:21:31Z<p>Writing and knowing exactly what each command you typed do</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79247#792470Answer by SammyO for What is the single most effective thing you did to improve your programming skills?SammyO2008-09-17T02:23:44Z2008-09-17T02:23:44Z<p>It is easy to get caught up in coding marathons. It is critical to stand back once and a while, look at how other people have implemented similar projects. </p>
<p>Read books written by excellent authors. Go through books such as "C: A Programming Language", "The Perl CookBook", or any of the best for your favorite languages. Read about the problems they solve, don't look at the code samples, write them up yourself, and then compare your code with theirs. Figure out why theirs/yours is better.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79260#792600Answer by hoyhoy for What is the single most effective thing you did to improve your programming skills?hoyhoy2008-09-17T02:25:39Z2008-09-17T02:25:39Z<p>Used different frameworks, IDEs, operating systems, and languages. In general, if you're not confused you're not growing. The bad thing is not to be mediocre. The bad thing is to be mediocre when you think you're great.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79523#795230Answer by Mattew for What is the single most effective thing you did to improve your programming skills?Mattew2008-09-17T03:02:41Z2008-09-17T03:02:41Z<p>In order to become a better programmer, you need to step away from the computer and work on your communication skills. You need to develop and hone these communication skills to ensure that you are programming the right thing. If you don't understand what it is your customer is trying to accomplish you will not be a very good programmer, no matter what your technical skills are. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79543#795430Answer by Coda for What is the single most effective thing you did to improve your programming skills?Coda2008-09-17T03:07:04Z2008-09-17T03:07:04Z<ol>
<li>I joined developer centric communities web and physically</li>
<li>Read/Try to read other people's code.</li>
<li>Write code.</li>
<li>Read read read (Blogs, podcasts, books etc.) and do do do what you've read read read.</li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79575#795750Answer by Dinesh Simkhada for What is the single most effective thing you did to improve your programming skills?Dinesh Simkhada2008-09-17T03:13:20Z2008-09-17T03:13:20Z<p>Reading lots of books and articles..</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79596#795960Answer by William for What is the single most effective thing you did to improve your programming skills?William2008-09-17T03:18:26Z2008-09-17T03:18:26Z<p>Read more books, and write more codes.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79652#796520Answer by jim.grinsfelder for What is the single most effective thing you did to improve your programming skills?jim.grinsfelder2008-09-17T03:27:17Z2008-09-17T03:27:17Z<p>Learning to read other peoples' code. You'd be surprised how many programmers cannot or will not do this. They'll spend hours and hours polishing arguments on why it would be more efficient to throw out the old code and rewrite from scratch simply because they do not want to go through the pain of reading and understanding someone else's code.</p>
<p>Number one technique for finding problems in the code I've written is run the debugger and step through it.</p>
<p>Number two technique for finding stubborn problems in code I've written is explain the code to someone else. Another programmer is best. Almost anyone will do. Probably not my wife or mother.</p>
<p>Since 2003, I've learned that ALMOST nothing is new under the sun. Always look for an example on the web before setting out into new territory.</p>
<p>And read Code Complete twice.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79710#797100Answer by mattlant for What is the single most effective thing you did to improve your programming skills?mattlant2008-09-17T03:39:33Z2008-09-17T03:39:33Z<p>I think the biggest thing for me was when I took a step back from implementation and started looking at the bigger picture, and better understanding architecture, patterns, processes, requirements analysis etc. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79726#797261Answer by Matthew Cole for What is the single most effective thing you did to improve your programming skills?Matthew Cole2008-09-17T03:41:30Z2008-09-17T03:41:30Z<ol>
<li>Read. Books, Blogs, other people's code - anything you can. </li>
<li>Program. A lot. I won't say practice makes perfect, but it certainly helps.</li>
<li>Along with #2, keep an open mind. Be ready to accept criticism. Don't take offense; take it as a challenge. Admit and learn from your mistakes and get better.</li>
<li>Review others' code. Figure out how other people think about problems. It can be really eye opening. Perhaps they're doing something more efficiently than you are. (or perhaps less)</li>
<li>Challenge yourself. Take on crazy difficult projects that branch into the unknown. Try to learn something with every project you do.</li>
<li>Tinker. Never let work/school be your only development experience. Invest time in toy projects. </li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79822#798221Answer by McBit for What is the single most effective thing you did to improve your programming skills?McBit2008-09-17T03:57:44Z2008-09-17T03:57:44Z<ol>
<li>Complete a small project from A to Z, starting with documenting requirements and ending with UAT, production and support</li>
<li>Let a person with grater experience (an architect) analyze your work and give you feedback</li>
<li>Learn from your mistakes and apply the best of what you learned into the new projects</li>
<li>Concentrate on the INITIAL QUALITY of your code. Create metrics to measure it and assess it regularly.</li>
</ol>
<p>Programming is not only about coding skills, but also about processes, communications, time management, etc.</p>
<p>Live by the goal that you want to become best-of-the-best in your position at your organization.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79841#798410Answer by Matt for What is the single most effective thing you did to improve your programming skills?Matt2008-09-17T04:01:09Z2008-09-17T04:01:09Z<p>I'm sure this is simply reiterating previous comments:</p>
<p>1: Read code from numerous languages. Understand how the language handles a given situation. It may make you more enlightened in the language you are looking to become better at. </p>
<p>2: Teams...Debating programming practices, approaches, testing, planning, implementation, etc. </p>
<p>3: Use the above to focus on a smaller set of languages.</p>
<p>4: Never assume your 100% right, then you'll have no reason to question anything. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79879#798790Answer by Kevin for What is the single most effective thing you did to improve your programming skills?Kevin2008-09-17T04:07:46Z2008-09-17T04:07:46Z<p>working with people far smarter than I</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79909#799091Answer by Adisak for What is the single most effective thing you did to improve your programming skills?Adisak2008-09-17T04:15:02Z2008-09-17T04:15:02Z<p>Debugging other people's code. I work in the video game industry and we have hard deadlines to ship for the Christmas Holidays. In order to get out on time, at the end of the project we are forced to deal with squashing lots of bugs in short order while trying not to introduce new ones.</p>
<p>The ability to read through another person's code, understand what they did (and possibly what they did wrong) as well as fixing it in a way that won't introduce new bugs gives you insight into both other people's programming methods as well as how to extend your own.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79920#799204Answer by Jeff Thompson for What is the single most effective thing you did to improve your programming skills?Jeff Thompson2008-09-17T04:17:31Z2008-09-17T04:17:31Z<p>I definitely agree that programmers and writers have the same mantra. For writers, it is simply to write, there is no way around it. For programmers it is to well.. program. With that said I think there are a few things that all programmers should do.</p>
<p>Most of these areas are really about stripping away the mystery and getting you to think about what is really happening below the level you are operating at.</p>
<p>In no particular order:</p>
<p><strong>Learn several languages</strong>
Learn LISP/Scheme, asm language of your choice, C/C++, SmallTalk</p>
<p>Get yourself exposed to different programming languages for the same reasons it is worth learning other spoken languages. These expose you to totally different modes of thought and will get you to look at problems in an entirely new light.</p>
<p><strong>Write a language.</strong><br />
This will get you to think about languages at a deeper level. Just get something out and working before you try and create the next <strong>big</strong> language.</p>
<p><strong>Write an multi-threaded OS</strong>
Writing an OS will expose you directly to hardware, memory management, threading, protected memory, and get you to understand the machine. Be prepared for immense frustration, and deep satisfaction the first time you get a machine to boot to a prompt. :)</p>
<p><strong>Write a game</strong>
I'm a bit biased on this one. Game's are immensely practical applications that force you to not only dig into numerous computer science and code construction problems, but they force you to be practical. For real fun, try writing to an older platform such as the PS1 or even the Atari 2600 (Stella manuals can be found online). These are "tricky" architectures that will force you to really understand them before creating anything interesting.</p>
<p>There are clearly many other areas to work on and things to do in order to improve yourself as a programmer. Some will be very craft related, and others are going to push your boundaries of knowledge. The above list are great sets of projects to set out to accomplish. You will be forced to grow as a programmer when working on them, and they will also set your resume apart for the future.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79925#799250Answer by amadamala for What is the single most effective thing you did to improve your programming skills?amadamala2008-09-17T04:18:55Z2008-09-17T04:18:55Z<p>Use your computer and understand it thoroughly.<br/>
Write code for whatever you thought you can.<br/>
Read good code and learn how to write. Read bad code and learn how not to code.<br/></p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/79962#799626Answer by Michael J. Hardy for What is the single most effective thing you did to improve your programming skills?Michael J. Hardy2008-09-17T04:24:29Z2008-09-17T04:24:29Z<p>Going to a good university.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80055#800552Answer by unwieldy for What is the single most effective thing you did to improve your programming skills?unwieldy2008-09-17T04:37:37Z2008-09-17T04:37:37Z<p>I asked really smart colleagues "stupid" questions I was embarrassed to ask. As Einstein said, "If you can't explain it simply, you don't know it well enough."
I have also investigated the codebase at work on my own time. You have centuries of programming experience at your fingertips if you work for a decent sized programming outfit.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80087#800871Answer by da5id for What is the single most effective thing you did to improve your programming skills?da5id2008-09-17T04:47:12Z2008-09-17T04:47:12Z<p><strong>Worked in non-programming but related jobs</strong>, such as technical writing, producer, management, etc. The perspective you get is invaluable. </p>
<p><strong>Became busy</strong>. Having lots to do forces you to adapt efficient methodologies. </p>
<p><strong>Stuck with programming over the long-term</strong>. There is nothing as humbling as looking back on code you wrote ten years ago.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80131#801310Answer by azeemarif for What is the single most effective thing you did to improve your programming skills?azeemarif2008-09-17T04:55:41Z2008-09-17T04:55:41Z<p>There are many things but the following had great impact on making me a better programmer</p>
<p>1) During university days, I was in a continuous competition with a highly talented classmate for creating the best game/program judged by other classmates. It was like 2 small start-ups fighting for market share.</p>
<p>2) Reading "Deep C secrets"</p>
<p>3) Participating in Open Source projects where smart people can comment on your code. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80230#802300Answer by unknown (yahoo) for What is the single most effective thing you did to improve your programming skills?unknown (yahoo)2008-09-17T05:17:07Z2008-09-17T05:17:07Z<p>When you are programming alone, it is very easy to assume that the things that come easiest to you or which seem most obvious are therefore the best. However, when you are in active contact with a group of knowledgeable others (especially ones that have more experience than yourself) you will probably find many problems that you never considered, and solutions to them that might not have occurred to you either. It is much better to learn from someone else's experience than to make your own mistakes and by doing so screw up an important project (of your own or of your employer's). If you can learn these things from your peers before you are ever confronted with them yourself, you can avoid many early missteps that catch most programmers unaware. It is possible to become a programmer with a junior amount of experience but a senior's understanding of software development if you pay enough attention to what other more experienced people are doing.</p>
<p>Probably the most useful thing that I did was to spend a few years reading online forums such as comp.lang.c, comp.lang.c++, and comp.lang.java regularly (on a daily or at least weekly basis), and participating in forum discussions. (In the day when I actively frequented forums, most of them were on Usenet. Now, they tend to associate with specific websites and developer communities.)</p>
<p>In active discussion groups such as these which attract large numbers of professional developers (and in particular high-level professional developers, such as language authors and the implementors of important libraries) it is much easier to get a sense of which programming techniques are considered useful versus discouraged, and which programming languages, tools and libraries are coming into favor or out of favor. Also, it's useful to pay attention to what software engineering techniques other professionals are using, ranging from version control systems to visual modeling languages to programming methodologies and so forth. Learning which areas are controversial is important too -- Watching an extended debate between two high-level experienced developers with markedly different views can be a tremendously educational experience.</p>
<p>You may find after a while that your favorite language or programming approach is not as universally liked as you at first believed, and you may find you are starting to consider alternatives -- that is good! That means you are starting to become more nuanced and more realistic about your beliefs (rather than just adopting the latest fad), and hopefully expanding your horizons to include different ways of doing things.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80293#802930Answer by Paul for What is the single most effective thing you did to improve your programming skills?Paul2008-09-17T05:27:46Z2008-09-17T05:27:46Z<p>Spend some time actually thinking about it, rather than just doing it.</p>
<p>ie
<li> think about what skills you have.
<li> think about what skills you dont have.
<li> think about what skills you would like to have.
<li> think about what skills you think the industry would like you to have.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80316#803161Answer by fnCzar for What is the single most effective thing you did to improve your programming skills?fnCzar2008-09-17T05:34:46Z2008-09-17T05:34:46Z<p>I would say always try to come up with a model that solves a programming problem in its entirety and consistently. Once you nail the model then you can start to sketch out what this will look like code-wise. This applies to most disciplines.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80384#803841Answer by Friedrich for What is the single most effective thing you did to improve your programming skills?Friedrich2008-09-17T05:52:02Z2008-09-17T05:52:02Z<p>I think the question is not well phrased. the "one" thing, sounds to me like
"silver-bullet" and we should know it does not exist. However a few things were mentioned here. One of the most important things is that you really like programmming.
If you see what you do "just" as job you never will get far IMHO. The next really important thing is practicing. You must read and write a lot of programs. I for my part suggest programs in different "programming models". Programming has a lot in common with hand crafting. Everyone successfull in that area has "learned" and practiced. There usually some sort of "master" around, it's difficult to tell who'll be a programming master, the area is that bride. You just can find out while reading code, bad code, good code, exceptionel good good, extremly poor code. </p>
<p>Ask yourself what was good done and what seems bad. Try to improve it. Ask yourself, can one understand the code or was the programmer just lazy to spend time on it.</p>
<p>Regards
Friedrich</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80448#804487Answer by Kent Beck for What is the single most effective thing you did to improve your programming skills?Kent Beck2008-09-17T06:07:59Z2008-09-17T06:07:59Z<p>Wrote Smalltalk Best Practice Patterns and the Java version, Implementation Patterns. Thinking carefully about my habits lets me program more quickly and confidently and identify situations where the cookbook doesn't apply. I'm doing something similar with design right now and I find it really helps my effectiveness--productivity and quality.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80510#805101Answer by Jason Morrison for What is the single most effective thing you did to improve your programming skills?Jason Morrison2008-09-17T06:22:35Z2008-09-17T06:22:35Z<p>This is very subjective, but I find that teaching a concept to other people really helps me master it myself. I think this works for a few reasons:</p>
<ol>
<li>It puts some pressure on you to really take the time to understand what you're talking about (you usually can't just Google it in the middle of a lecture).</li>
<li>Explaining something really helps you find the gaps in your won knowledge.</li>
<li>Just adding a social element seems to help motivate me.</li>
</ol>
<p>Hope this helps.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80526#805260Answer by Robert Gould for What is the single most effective thing you did to improve your programming skills?Robert Gould2008-09-17T06:26:07Z2008-09-17T06:26:07Z<p>Learning a new language a year has been great (Although I learned 3 languages last year alone). I still prefer C++, but knowing different ways of solving things has improved my coding skills in many ways.
That and I have a series of "Katas" or small coding goals I keep trying out on my spare time, each time applying my new knowledge to them.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80545#805450Answer by Stuart Helwig for What is the single most effective thing you did to improve your programming skills?Stuart Helwig2008-09-17T06:29:35Z2008-09-17T06:29:35Z<p>Work with the smartest people I can and ask them questions. Don't be afraid to ask. </p>
<p>Someone should build a website to do that...;-)</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80568#805681Answer by kosoant for What is the single most effective thing you did to improve your programming skills?kosoant2008-09-17T06:37:19Z2008-09-17T06:37:19Z<p>1) Wrote a business aplication on Ruby on Rails. This <b>forced me to think</b> really hard on what's the <b>best way to do things</b> like organizing code, naming methods, etc. This lead me to <b>properly understand MVC</b> and adopt a proper "professional" attitude towards software engineering.
2) Progressed to programming business applications (web) with Java ande <b>applied my knowledge</b> from RoR development to Java web development. </p>
<p>These were probably the single most effective things that helperd improve my skills as a software engineer.</p>
<p>But amongst these the key thing has always been: <b>learn from others!</b> Read books, read articles, read blogs. Reading sites like c2 Wiki, Coding Horror and The Daily WTF have really helped me gather knwoledge and undestanding.</p>
<p>And these days also listen to podcasts, listen to presentations, wathc screencasts etc. RoR programming screencasts were probably the most impressive learning experience to me: somebody actually coded this just before my eyes and properly explained <b>what</b> he's doing and <b>why</b>.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80589#805890Answer by Anton Orlov for What is the single most effective thing you did to improve your programming skills?Anton Orlov2008-09-17T06:43:25Z2008-09-17T06:43:25Z<p>Participating several times in <a href="http://icfpcontest.org/" rel="nofollow">ICFP Programming Contest</a>.</p>
<p>There is no other programming competition like that! Every time I learned <strong>a lot</strong>.
Especially working in a team with people much smarter then I am.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80640#806400Answer by Serafeim for What is the single most effective thing you did to improve your programming skills?Serafeim2008-09-17T06:55:32Z2008-09-17T06:55:32Z<p>I read K&R2 for a 2nd time. And then read it again a 3rd time.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80667#806670Answer by simoncpu for What is the single most effective thing you did to improve your programming skills?simoncpu2008-09-17T07:00:34Z2008-09-17T07:00:34Z<p>Back in elementary, I wanted to create a fake login screen that would steal passwords from my dad's office PC. It was just a batch script that run on MS-DOS and there was nothing fancy. Then, in high school, I went on to write simple MSWord macro viruses because I found it fascinating to be able to "customize" MSWord according to my liking.</p>
<p>The programming skills that I learned then were just side-effects on doing something that I found fascinating.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80728#807281Answer by Nithin for What is the single most effective thing you did to improve your programming skills?Nithin2008-09-17T07:14:18Z2008-09-17T07:14:18Z<p>Learning vim</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80741#807410Answer by kiritsinh parmar for What is the single most effective thing you did to improve your programming skills?kiritsinh parmar2008-09-17T07:16:14Z2008-09-17T07:16:14Z<p>There is no single think you can think of to improve it. its a learned skill. it will make u better by practice. By practice i don't mean of single attribute. the most important attributes i can think of are 1. Write code 2. Pairing or collect persapactive from different ppl (activity like coding dojo -<a href="http://www.codingdojo.org/" rel="nofollow">http://www.codingdojo.org/</a>). 3. code review</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80786#807860Answer by Mario Ortegón for What is the single most effective thing you did to improve your programming skills?Mario Ortegón2008-09-17T07:25:08Z2008-09-17T07:25:08Z<p>Working in pair programming with a 50+ programmer who is an expert on Smalltalk. We were programming in java, but I really learned a lot about object oriented design and debugging techniques.</p>
<p>Pair programming with an experienced mentor is something to be recommended, as long as we keep an open mind.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80817#808171Answer by benPearce for What is the single most effective thing you did to improve your programming skills?benPearce2008-09-17T07:32:16Z2008-09-17T07:32:16Z<p>Podcasts such as <a href="http://www.dotnetrocks.com" rel="nofollow">DotNetRocks</a> and <a href="http://www.hanselminutes.com/" rel="nofollow">Hanselminutes</a> really opened my eyes to new concepts and ideas in development. This has lead me to many more resources, blogs and magazines that I was not aware of.<br><br>
I was also lucky enough to have had a couple of jobs where I was able to incorporate development without it being in my job role, I could learn at my own pace and do things my own way.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80852#808521Answer by Apocalisp for What is the single most effective thing you did to improve your programming skills?Apocalisp2008-09-17T07:39:35Z2008-09-17T07:39:35Z<p>Learn Haskell.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80921#809210Answer by FrankS for What is the single most effective thing you did to improve your programming skills?FrankS2008-09-17T07:50:39Z2008-09-17T07:50:39Z<p>Working with people who are smarter than I (not that hard) and being curious about how thy do stuff. Reading a lot helps, but you have to be able to find your own way on how to solve things.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/80991#809916Answer by Henrik Warne for What is the single most effective thing you did to improve your programming skills?Henrik Warne2008-09-17T08:04:58Z2008-09-17T08:04:58Z<p>The most effective thing I did to improve my programming skills was to read the book <a href="http://rads.stackoverflow.com/amzn/click/0735619670" rel="nofollow">Code Complete</a> by Steve McConnell. I had been programming for many years without paying a lot of attention to the craft of programming. Reading Code Complete was a real eye-opener.</p>
<p>Here there were whole chapters discussing the naming of variables, the lay-out of if-statements, and how to write good commnets. It was really nice to see how much there is to learn about these seemingly simple things.</p>
<p>I got the first edition about ten years ago, before there were any blogs. But the book contained a good reading-list at the end. That got me reading classics like The Mythical Man-Month and Peopleware. These days of course, you need to read blogs as well as books.</p>
<p>I would also recommend working with testing and support for a while, even if your main thing is development. It really helps to broaden your view, and in the case of large systems (in my case telephone exchanges) gives you a good understanding of the important areas of the working system.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/81026#810260Answer by Symbioxys for What is the single most effective thing you did to improve your programming skills?Symbioxys2008-09-17T08:11:59Z2008-09-17T08:11:59Z<p>Buying beginner books, it's like a kata keep rehearsing the basic so that your foundation is strong.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/81637#816371Answer by petr k. for What is the single most effective thing you did to improve your programming skills?petr k.2008-09-17T10:01:03Z2008-09-17T10:01:03Z<p>Probably digging into GoF design patterns, which certainly opened my mind in terms of source code reusabity and maintainability. Also, Martin Fowler's book and articles on refactoring made me a better programmer.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/81681#81681181Answer by Ville Laurikari for What is the single most effective thing you did to improve your programming skills?Ville Laurikari2008-09-17T10:09:20Z2009-07-19T05:28:09Z<p>I always thought of my self as a pretty hot-shot programmer. Then a new guy, call him Aaron, was hired into our team. Aaron was obviously much better than me in most areas. He was younger than me, too. He made me realize I hadn't really improved much in the past years. I was an ad-hoc hacker, and a mediocre one at that.</p>
<p>This alerted me to <strong>consciously try to improve</strong> myself and especially the quality of code I write.</p>
<p>Aaron lead me to learn a lot of things. He taught me how most of the code I write will have to be maintained and extended for at least several years, so I should write the code with that in mind. I should write automatic tests for my code. Aaron was always talking about how I should never stop at the first working version, but refactor and refine until the code is elegant. I've discovered that the languages and tools I was using had a lot of room for improvement. </p>
<p>The most important thing I learned from Aaron was to never stop learning. </p>
<p>After a couple of years, Aaron left the company. I felt empty. The past years with him had lifted me to whole new levels of skill, and I realized I was now much better than the rest of the team. They were still writing bad code, and doing the same mistakes as before. I tried to teach them, but they had no interest to learn. In fact, they were annoyed that someone would be so arrogant to tell them what mistakes they were doing.</p>
<p>So, a few months later, I left the company as well. I moved to a smaller company with a very talented team. Everyone there wanted to learn more, and I loved it.</p>
<p>I'm glad I met Aaron. Without him, I'd probably still be working at the old company with the old gang, going nowhere, and thinking too much of myself.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/81691#816911Answer by MBoy for What is the single most effective thing you did to improve your programming skills?MBoy2008-09-17T10:11:03Z2008-09-17T10:11:03Z<p>Spend at least one day a month researching new technologies and upcoming features of my chosen specialities.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/81987#819870Answer by Techboy for What is the single most effective thing you did to improve your programming skills?Techboy2008-09-17T10:57:12Z2008-09-17T10:57:12Z<p>Getting onto projects that I really enjoyed - gave me motivation to learn, innovate and develop new ways of doing things.</p>
<p>I have also found that working alongside other, more experienced people (having a mentor) is very useful as they pass on valuable bits of knowledge as well as different ways of doing things.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/82006#820060Answer by jnimo for What is the single most effective thing you did to improve your programming skills?jnimo2008-09-17T11:00:59Z2008-09-17T11:00:59Z<p>Reading about new ways of making things right<br>
Make other people look at my code <br>
read other people code</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/82024#820240Answer by zgoda for What is the single most effective thing you did to improve your programming skills?zgoda2008-09-17T11:04:25Z2008-09-17T11:04:25Z<p>Working with another people was the single thing that made my skills to explode. I started learning from their failures. :)</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/82073#820730Answer by reuven for What is the single most effective thing you did to improve your programming skills?reuven2008-09-17T11:11:29Z2008-09-17T11:11:29Z<p>code a lot
don't be afraid to learn new things</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/82083#820831Answer by Neil Burroughs for What is the single most effective thing you did to improve your programming skills?Neil Burroughs2008-09-17T11:13:17Z2008-09-17T11:13:17Z<p>My programming style improved immensely once I started to use unit testing. There's nothing like trying to instantiate an instance of one of your classes in order to run a unit test to truly see its dependencies on the rest of your code. Unit testing also gives you the confidence to refactor without breaking things too badly (unit tests are never perfect) which is a great way of taking advantage of some of those ah-if-only-i'd-done-it-that-way moments.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/82106#821060Answer by Scott and the Dev Team for What is the single most effective thing you did to improve your programming skills?Scott and the Dev Team2008-09-17T11:16:59Z2008-09-17T11:16:59Z<p>It is not something I did, rather, it is something I am doing constantly. I have a my.yahoo page that has, at this point, over 50 feeds that I read every day. I subscribe to 12 periodicals. I try to buy at least 2 programming books a year and read them from cover-to-cover.</p>
<p>As a wise man once said:</p>
<p><em>When you're green you're growing, when you're ripe you rot!</em> -Ray Kroc</p>
<p>This is something I live by.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/82186#821860Answer by Jason for What is the single most effective thing you did to improve your programming skills?Jason2008-09-17T11:29:37Z2008-09-17T11:29:37Z<p>I know most of these have been previously mentioned but I will reiterate them again as they have worked for me.</p>
<p>1) The most important thing is to have an interest in what you are doing. If you are interested in it you are half the way there. Nothing kills your desire to work/improve more than disinterest.</p>
<p>2) Find someone in your organization that is smarter/better/faster than you and absorb as much of their knowledge and expertise as you can. This applies to anyone, junior/senior/etc. Job titles are entirely meaningless as far as I am concerned. I've seen "junior" level developers who had far more expertise/knowledge than supposed senior level ones.</p>
<p>3) I've tried as best I can to follow my own Code of Coding. Write, Read, Analyze, Review, Discuss. Once you Write your code, Read it over. Is it maintainable? Is it commented well? Does it look like it does what it should? As part of this you need to
Analyze the code. Is this the best way you could have done this? Could it be improved in any way? Make changes accordingly. Next, Review it, test it out. Does it do what it should? Does it do anything it shouldn't? Do your best to try and break your code. Once you are happy with it, Discuss your code with others. What is their take on it? Do they or Don't they agree with your decisions? Have they any other ideas on what could have been done to improve it. </p>
<p>4) Always be willing to learn new things and/or idea's. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/82217#822170Answer by RWendi for What is the single most effective thing you did to improve your programming skills?RWendi2008-09-17T11:36:26Z2008-09-17T11:36:26Z<p>As per my moto: "Never stop learning" :)</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/82333#823330Answer by equanimous for What is the single most effective thing you did to improve your programming skills?equanimous2008-09-17T12:01:25Z2008-09-17T12:08:22Z<p>100 % unit test coverage.</p>
<p>Doing unit testing have really improved my programing.</p>
<p>But using a code coverage tool to measure the coverage of the unit test
takes it to another level. </p>
<p>A good exicise is to take a module and try to make a 100% unit test coverage.</p>
<p>You might even make a friendly competition with your coworkers by taking a module each
and see how can get the highest coverage. </p>
<p>--</p>
<p><a href="http://crowdnews.eu/users/addGuide/42/" rel="nofollow">Follow me on CrowdNews.eu</a></p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/82433#824330Answer by Lewis Baumstark for What is the single most effective thing you did to improve your programming skills?Lewis Baumstark2008-09-17T12:13:37Z2008-09-17T12:13:37Z<p>Started teaching programming and program design. I was mostly clueless about OO until I taught a Freshman-level Java course and a Junior-level Software Engineering course.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/82447#824470Answer by leppie for What is the single most effective thing you did to improve your programming skills?leppie2008-09-17T12:14:45Z2008-09-17T12:14:45Z<p>Using my brain, instead of hammering out pointless code. Code once, code correct.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/82461#824611Answer by RotHorseKid for What is the single most effective thing you did to improve your programming skills?RotHorseKid2008-09-17T12:16:37Z2008-09-17T12:16:37Z<p>All the advice here is nice, but you asked for a <strong>single thing</strong>:</p>
<p>Reading <a href="http://en.wikipedia.org/wiki/The_Pragmatic_Programmer" rel="nofollow">The Pragmatic Programmer</a>. After 9 years, still no other book is as relevant. <em>Religously live</em> the advice given.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/82815#828151Answer by Dirigible for What is the single most effective thing you did to improve your programming skills?Dirigible2008-09-17T12:52:59Z2008-09-17T12:52:59Z<p>All of these fail to hit the big one. No one is a good programmer until they learn how to debug. Especially other peoples code. Learn it/live it. Instead of reading the code from a good "Open Source" project, pick an existing bug on that same project and solve it. Try to solve another bug without your favorite debugger ... some errors do not manifest themselves in debug mode and a good developer has this skill. If you really want to know how not to design a system, or the intricacies of smart pointers versus garbage collection, or most other system complications, this is the single best way to go.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/82876#828760Answer by CobolGuy for What is the single most effective thing you did to improve your programming skills?CobolGuy2008-09-17T13:00:19Z2008-09-17T13:00:19Z<p>Started writing code for real. The code they have you write in school is nice, it teaches you some of the functions of the language. But, to really write code to business specs, it's different. I would say that I really didn't become a good coder until a couple years after I had to start writing stuff that other people had to maintain.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/83062#830620Answer by pro3carp3 for What is the single most effective thing you did to improve your programming skills?pro3carp32008-09-17T13:17:31Z2008-09-17T13:17:31Z<p>A lot of reading and learning assembly.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/83109#831090Answer by JD912864 for What is the single most effective thing you did to improve your programming skills?JD9128642008-09-17T13:22:32Z2008-09-17T13:22:32Z<p>couple of things..</p>
<ol>
<li>Reading others code.</li>
<li>Working with smarter people than you & learning from them...</li>
<li>Working on variety of different platforms and different domains. </li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/83247#832470Answer by Steve Karg for What is the single most effective thing you did to improve your programming skills?Steve Karg2008-09-17T13:34:06Z2008-09-17T13:34:06Z<p>I had a keen interest in software process improvement after completing a masters degree in computer information systems, and studying about the <a href="http://www.sei.cmu.edu/cmm/" rel="nofollow">Capability Maturity Model</a> in one of the courses on the Software Lifecycle. Since the company where I worked was located in Pittsburgh, I attended Software Engineering Process Group meetings that were held monthly at the <a href="http://www.sei.cmu.edu/" rel="nofollow">Software Engineering Institute</a>. Watts Humphrey came to one of the meetings and did a presentation on Personal Software Process shortly after writing the book, and so a work buddy (Jim) bought 2 PSP books (one for him and one for me) at the CMU bookstore. We started doing the excercises together during lunch, and started applying the stuff to my work.</p>
<p>Completing the programming exercises along with the process material from the <a href="http://amazon.com/gp/product/0201548097" rel="nofollow">Introduction to the Personal Software Process</a> book was the single most effective thing I did to improve my programming skills.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/83283#8328325Answer by lamcro for What is the single most effective thing you did to improve your programming skills?lamcro2008-09-17T13:36:20Z2008-09-17T13:50:03Z<h1>Read</h1>
<ul>
<li>books, not just websites</li>
<li>for self-improvement, not just for the latest project</li>
<li>about improving your trade, not just about the latest technology</li>
<li>read code, not just you are working on.</li>
</ul>
<p>Just develop the appetite for reading.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/83523#835230Answer by Mafti for What is the single most effective thing you did to improve your programming skills?Mafti2008-09-17T13:59:13Z2008-09-17T13:59:13Z<p>an open mind.</p>
<p>be critical at everything what has been written.
and perhaps the most important thing, sometimes it's better not to develop.</p>
<p>we are already implementing everything while a simple pencil and paper works better.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/83612#836121Answer by dblack for What is the single most effective thing you did to improve your programming skills?dblack2008-09-17T14:06:06Z2008-09-17T14:06:06Z<p>Practice.</p>
<p>I have a personality quirk that leads me to re-invent just about everything. I want to know how everything works, and that tends mean writing a huge amount of code. I've become very good at it.</p>
<p>Programming is a lot like playing the piano. The more you ACTUALLY WRITE CODE, the more skilled you will get at that. The more you debug code, the more skilled at debugging you will become.</p>
<p>I had a step-father who was a really amazing pianist. He told me that he estimated you needed to play about 10,000 songs on the piano and then you'd be excellent. He didn't think it mattered much what kind of learning styles you used... you just had to get the practice in. The goal is to retrain pathways in your brain and get yourself all tuned up.</p>
<p>Obviously playing chopsticks 10,000 times isn't going to make you a concert pianist, so don't be stupid. However, anything halfway reasonable should work.</p>
<p>If you think code reuse means spending 8 hours on the internet searching for someone else's solution to a problem and then copy and pasting that in... sorry... you aren't going to improve very much.</p>
<p>I've met a great number of people who want to believe that with the right tools, you don't need to program very much. You must absolutely, totally purge any inkling of this concept from your head and stomp on it until it's about 2 nm thick. It's horribly destructive from a self improvement point of view.</p>
<p>"New software for concert pianists from Rational Software! Convert your Symphony Modeling Language diagrams directly into sheet music! Export to all current platforms using MIDI, perforated scrolls, or music box cylinders! No more hours and hours slaving over the keyboard!"</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/83760#837601Answer by workmad3 for What is the single most effective thing you did to improve your programming skills?workmad32008-09-17T14:23:10Z2008-09-17T14:23:10Z<p>The most effective single thing I've found?</p>
<p>Adopting the white-hat hacker ideal (essentially, curiosity about absolutly everything). If I don't know about something, I'll go and find out about it. </p>
<p>Admittedly this has lead me down the track to attempting to learn physics at the moment, but I'm sure it'll lead to some advance in my programming knowledge eventually.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/83873#838730Answer by john.northwood for What is the single most effective thing you did to improve your programming skills?john.northwood2008-09-17T14:33:45Z2008-09-17T14:33:45Z<p>I remember getting grueling code reviews where my boss made me think about every line of code, and taught me to be critical of every line. Now I'm a paranoid sob in exchange for less buggy code.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/83935#839350Answer by Jonas for What is the single most effective thing you did to improve your programming skills?Jonas2008-09-17T14:39:16Z2008-09-17T14:39:16Z<p>Well... For being someone without a lot of experience (I'm fresh out of university) I still must say that what changed me the most was when I started unit testing. It made me write much better code.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/84112#841121Answer by codebunny for What is the single most effective thing you did to improve your programming skills?codebunny2008-09-17T14:55:02Z2008-09-17T14:55:02Z<p>There isn't one single thing that improves your programming skills. It's a never-ending process of refinement using many, many inputs.</p>
<p>Reading books, magazine articles, blogs, other code, lots and lots of other code both good and bad, doing peer code reviews, having your peers review your code, getting fired occasionally, changing jobs to improve your skills, thinking, trying new tasks, experimenting, absorbing new languages, accepting challenges, challenging yourself, accepting that you aren't the best, working to get better, acknowledging your failures and working to improve them.</p>
<p>Programmer, refine thyself.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/84725#847251Answer by RBS for What is the single most effective thing you did to improve your programming skills?RBS2008-09-17T15:48:58Z2008-09-17T15:48:58Z<p>Reading Books, Megazine , google different type of scenario and go theu that code , writting code working with smart ppl who can give you good idea how to improve programming ,always keep updating your knowledge about new technology </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/85340#853401Answer by Primetime for What is the single most effective thing you did to improve your programming skills?Primetime2008-09-17T16:58:09Z2008-09-17T16:58:09Z<p>I grabbed a development site and just started churning out web sites that would just pop into my head. This helped me learn several new languages and a vast amount of technology pretty quickly.</p>
<p>I still buy a programming book a month to read and learn from. I have expanded my knowledge a great amount over the last year just by doing this. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/85772#857721Answer by Rob Booth for What is the single most effective thing you did to improve your programming skills?Rob Booth2008-09-17T17:46:43Z2008-09-17T17:46:43Z<p>Maintaining other peoples code. Having to dig through 1000's of lines of undocumented, under/over designed code will do more to teach you about code structure, re-use, and documentation than any class or any amount of code writing. Being able to write clear easily understandable code is the best thing I've ever done to improve my skills.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/85954#859541Answer by Gordon Bell for What is the single most effective thing you did to improve your programming skills?Gordon Bell2008-09-17T18:06:31Z2008-09-17T18:06:31Z<p>Learning how to write short, understandable comments.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/86485#864850Answer by Scott Saad for What is the single most effective thing you did to improve your programming skills?Scott Saad2008-09-17T19:06:25Z2008-09-17T19:06:25Z<h1>Being Passionate</h1>
<p>I'm not talking about the kind of passion where you're annoying and saying, "Hey everyone look at me.... I'm passionate!" </p>
<p>What I'm talking about is possessing an energy that makes you want to <strong>do the tasks that everyone else shies away from</strong>. It's a sacrifice for the greater good of the company and <em>this will get noticed</em>... it's unavoidable. </p>
<p>Examples might be:</p>
<ol>
<li>Working on the build system (or being the one who spear heads it) </li>
<li>Digging into legacy code to figure out a nasty bug </li>
<li>Doing more QA type services that are not necessarily expected of you</li>
<li>Etc...</li>
</ol>
<p>When one can do these types of tasks without making a big deal out of it, it tends to go much further then if one tells everyone about all the <em>great</em> things one's done. All of this seems to start with <strong>passion</strong>. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/86972#869721Answer by André for What is the single most effective thing you did to improve your programming skills?André2008-09-17T19:56:01Z2008-09-17T20:01:10Z<p>Undoublty learning assembly (or should I say assembler, as I started coding in hexadecimal? :-)</p>
<p>Once you know how the processor executes code, you realize what really an "if", an "while" a "struct" and any other language construct really are, and you start to appreciate these language constructs exist. Also, once you know assembly, the speed in which you learn a new language is so fast that this for its own is worth the effort.</p>
<p>Just to help people realize how great is learning assembly, it's like when Neo starts to see the Matrix how it really is by the end of the movie. Someone will come and show you this "new great framework" and how it works, and you'll just say "is this just it?"</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/87015#870150Answer by Rob for What is the single most effective thing you did to improve your programming skills?Rob2008-09-17T20:01:15Z2008-09-17T20:01:15Z<p>Jump into something I don't know, try to code. If I don't know how to do something, look it up, then ask questions of others. Looking to coworkers for pair programming or asking why certain things are coded the way they are helps you out by finding the history and trying to think of how to rework the way their code works.</p>
<p>All in all, experiment and don't be afraid to make a mistake... especially in a test environment. It's there for you to wipe out every now and then</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/87147#871471Answer by Brian for What is the single most effective thing you did to improve your programming skills?Brian2008-09-17T20:15:25Z2008-09-17T20:15:25Z<p>Knowing the business of software and understanding how to become profitable. You become very adept at managing clients, requirements, and quality. From a technical perspective you apply appropriate architectures, patterns, and methodologies that lend itself toward simple, pragmatic solutions.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/87185#871851Answer by Juan Manuel for What is the single most effective thing you did to improve your programming skills?Juan Manuel2008-09-17T20:19:25Z2008-09-17T20:19:25Z<p>Reading <a href="http://cc2e.com/" rel="nofollow">Code Complete</a></p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/87258#872580Answer by Arun for What is the single most effective thing you did to improve your programming skills?Arun2008-09-17T20:27:25Z2008-09-17T20:27:25Z<p>Give trainings. You wouldn't believe how much new stuff you end up learning when the pressure of being an "expert" for a day hits :D</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/88004#8800419Answer by nsr81 for What is the single most effective thing you did to improve your programming skills?nsr812008-09-17T21:45:51Z2008-09-17T21:45:51Z<p>The basic things that helped me as a programmer:</p>
<ul>
<li>Learned Touch Typing. </li>
<li>Learned to overcome shyness and ask
question.</li>
</ul>
<p>Typing for a programmer is essential. Everyone has had a "programmer" coworker who typed using exactly two fingers and had to look at the keyboard for everything. Not fun. Learning to touch type give a huge boost to your productivity as a programmer.</p>
<p>And if you don't ask, no one is gonna tell you. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/88479#884790Answer by TroyG for What is the single most effective thing you did to improve your programming skills?TroyG2008-09-17T22:51:08Z2008-09-17T22:51:08Z<p>1) Write code.<br>
2) Read Code Complete.<br>
3) Write code.<br>
4) Keep reading and learning.<br>
5) Write code.<br></p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/88496#884960Answer by mtakeshi for What is the single most effective thing you did to improve your programming skills?mtakeshi2008-09-17T22:55:00Z2008-09-17T22:55:00Z<p>personally i could not answer. However, as a group learning techniques, we've implemented weekly coding dojos and weekly lightining technical talks - be it about a particular library, language, tool, whatever is pertinent to our skillset.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/88727#887270Answer by Nic Wise for What is the single most effective thing you did to improve your programming skills?Nic Wise2008-09-17T23:39:52Z2008-09-17T23:39:52Z<p>I started to read and do things similar to development, but NOT development. eg </p>
<ul>
<li>Joel On Software. </li>
<li>Managing Humans (Rands FTW!!).</li>
<li>photography (creative outlet which isn't software, but uses a LOT of software)</li>
<li>mountain biking (same - technical, but not development)</li>
</ul>
<p>Worked for me :) the last two are great ways for me to work thru a problem - esp MTB.</p>
<p>that, and learned a new language, or atleast looked at new stuff, often. I can atleast read C#, java, VB.NET, Ruby, Python (well, getting there), Pascal, x86 ASM, Obj-C etc, even if I can't WRITE all of them well.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/88812#888123Answer by Josh for What is the single most effective thing you did to improve your programming skills?Josh2008-09-18T00:02:43Z2008-09-18T00:02:43Z<p>SQL - it changes your view of the world to data-centric rather than process-centric.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/89294#892941Answer by bineteri for What is the single most effective thing you did to improve your programming skills?bineteri2008-09-18T01:51:21Z2008-09-18T01:51:21Z<p><strong>I learned to read other people's code.</strong></p>
<p>This might seem overly simple at first, but being able to understand the subtleties in code before modifying it is a great asset. When you work on a project for a couple of years, code gets old, so you're bound to have to modify code you're not so familiar with. I too often see young programmers who have a lot of trouble understanding the big picture when going through code they didn't personally write.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/89746#897460Answer by Premkumar for What is the single most effective thing you did to improve your programming skills?Premkumar2008-09-18T03:28:54Z2008-09-18T03:28:54Z<p>Some of the effective ways to improve your programming skills</p>
<ol>
<li>Make sure you have set of good developer's blog feeds in your feed reader and make sure you browse through them atleast once a day.</li>
<li>Listen to good podcasts.</li>
<li>Mentor people !! (surprisingly it does improve your programming skill) </li>
<li>Make sure you always work on a pet project apart from your normal project work.</li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/90291#902913Answer by Felipe for What is the single most effective thing you did to improve your programming skills?Felipe2008-09-18T05:30:18Z2008-09-18T05:30:18Z<p>Learn Regex, as early as possible. Every tiny little string problem becomes a no-brainer later.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/90730#907300Answer by S.Kumar for What is the single most effective thing you did to improve your programming skills?S.Kumar2008-09-18T07:34:45Z2008-09-18T07:34:45Z<p>A programmer needs only to solve 'unsolved problem'. </p>
<p>Do not reinvent wheel.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/90933#909330Answer by Gilles for What is the single most effective thing you did to improve your programming skills?Gilles2008-09-18T08:25:48Z2008-09-18T08:25:48Z<p>I took a developer job in a field I didn't have any particular interest in prior to being hired.</p>
<p>The specific issues encountered in this line of business that I had to solve changed the way I approach solving programming problems. </p>
<p>I think the lesson here is that I was taken out of my comfort zone and had to tackle issues I would never have had to solve in programming projects in fields I've already worked on in the past.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/91218#912180Answer by NotJarvis for What is the single most effective thing you did to improve your programming skills?NotJarvis2008-09-18T09:33:09Z2008-09-18T09:33:09Z<p>Take up a role where you are purely testing for a few months / or do a significant body of testing on someone elses application.</p>
<p>This will give you a much better perspective on what a user wants\needs\worrys about when using an application.</p>
<p>Apply this when you develop your own applications.</p>
<p>(yes I know testing is not popular/fun, but I've found that ex-testers make the best coders from the point of view of giving the customer what they want)</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/91231#9123110Answer by Vhaerun for What is the single most effective thing you did to improve your programming skills?Vhaerun2008-09-18T09:36:14Z2008-09-18T09:36:14Z<p>Learning regular expressions .</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/91354#913540Answer by David Plumpton for What is the single most effective thing you did to improve your programming skills?David Plumpton2008-09-18T10:03:56Z2008-09-18T10:03:56Z<p>Always try to imagine what is going on inside the software I see running. What is the compiler doing? How does the app server implement that connection pool? What is the version control system doing with my file?</p>
<p>Then when something breaks I have somewhere to start to look for problems.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/91559#915591Answer by DanielSwe for What is the single most effective thing you did to improve your programming skills?DanielSwe2008-09-18T10:46:47Z2008-09-27T09:36:27Z<p>Taking courses. This might not be what you referred to but
there have been three courses that helped me immensely. </p>
<ul>
<li><p>AI - A course that helps learn suitable algorithms for problems you may encounter as a programmer. Don't let the title scare you. AI courses are broad which makes them easier than they sound. These courses are more practical than generic algorithm courses.</p></li>
<li><p>Programming paradigms - Courses that explores different ways to program. You should expect a lot of haskell, lisp and regexp. Beware that functional programming is like a drug that is hard to get rid of once you've mastered the wonderful world of one-liners.</p></li>
<li><p>Computer architecture - Any courses that teaches you assembler and "behind the scenes" stuff. You are then forced to learn about memory, cache, DMA, floating-point calculation and the like. Some might say that C++ must be learned to be a good programmer, but it only forces you to learn about pointers and how classes are built internally (if even that).</p></li>
</ul>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/91570#915700Answer by Pace for What is the single most effective thing you did to improve your programming skills?Pace2008-09-18T10:49:30Z2008-09-18T10:49:30Z<p>What helped me significantly which I feel is relevant was pushing myself out of my comfort zone as often as I could. </p>
<p>Just because you can do something doesn't necessarily mean your getting better at it. Think of it like working out in the gym only using your mind. Break a mental sweat as often as possible.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/91880#918800Answer by marijne for What is the single most effective thing you did to improve your programming skills?marijne2008-09-18T11:59:27Z2008-09-18T11:59:27Z<p>Fresh out of university I got some of my C++ (a language I thought I knew) reviewed by someone who really did know the language. He completely took it apart and spent a long time explaining why it was awful. Up until then no-one had ever criticised my code, so I thought I was pretty hot, but after that day I realised I still had it all to learn. Getting taken down a peg or ten was absolutely essential and I'm so glad it happened early in my career by someone knowledgeable enough to set me on the right path.</p>
<p>Since then I've always been prepared (even eager) to give up "my" way of doing something in place of a better way.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/92013#920131Answer by MADMap for What is the single most effective thing you did to improve your programming skills?MADMap2008-09-18T12:21:28Z2008-09-18T12:21:28Z<p>Reviewed Code and let my Code get reviewed</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/92780#927801Answer by kineas for What is the single most effective thing you did to improve your programming skills?kineas2008-09-18T13:59:21Z2008-09-18T13:59:21Z<p>Studying the best books on our profession. (E.g. the GangOfFour book about Design Patterns). Working on projects gives you experience but there is no substitute for the good old learning.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/92824#928241Answer by WACM161 for What is the single most effective thing you did to improve your programming skills?WACM1612008-09-18T14:04:56Z2008-10-02T18:16:38Z<p>Learning C++ was the single greatest thing that has helped me in my programming life! It just makes everything else so much easier</p>
<p>OR</p>
<p>Learned how to type!</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/92893#928934Answer by steffenj for What is the single most effective thing you did to improve your programming skills?steffenj2008-09-18T14:13:12Z2008-09-18T14:13:12Z<p><strong>Sleep!</strong> </p>
<p><em>Don't underestimate this!</em> </p>
<p>Without a certain amount of sleep my programming skills vanish like a sandcastle in the waves. If your goal is a contant output of good code, do not work when you're tired, and don't try to fight sleepiness off using coffee, coke, candy or cocaine!</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/93174#931740Answer by Abhishek Mishra for What is the single most effective thing you did to improve your programming skills?Abhishek Mishra2008-09-18T14:42:04Z2008-09-18T14:42:04Z<p>creating games was the best thing I ever did. now competing on spoj.pl and topcoder.com is the best thing I am doing ;P</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/93571#935711Answer by JK for What is the single most effective thing you did to improve your programming skills?JK2008-09-18T15:27:16Z2008-09-18T15:27:16Z<p>Applying the Extreme Programming aphorism, <em>DoTheSimplestThingThatCanPossiblyWork</em>, probably improved my overall software-engineering skills more than any other single event or practice. Of course, sometimes that "simplest thing" <em>doesn't</em> work, but that's OK: you've learned something, with minimal investment of time and effort. Even if you hate everything else about XP, that one principle is worth the price of admission.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/93840#938400Answer by Frans for What is the single most effective thing you did to improve your programming skills?Frans2008-09-18T15:54:49Z2008-09-18T15:54:49Z<p>Understand the hardware that runs your program, understand the people that will use the program and test every day if your knowledge of both of them is up to date.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/93946#939460Answer by Gripsoft for What is the single most effective thing you did to improve your programming skills?Gripsoft2008-09-18T16:05:19Z2008-09-18T16:05:19Z<p>I adopted different methods.
1. Doing actual programming (especially working in diverse range of applications and languages helped)
2. Learning and reading programming/software engineering books and applying knowledge (as people often just read it)
3. Learning and modifying frameworks.
4. Learning from senior fellows (wherever they are)
4. I used to be a teacher as well so i learn quite a lot from my students and their questions.
5. Never restricted to any platform/language , so got diverse thinking and always apply my experience to use one across the board.
6. And the final "Never Stop Learningg whatever offer" ?</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/94181#941810Answer by SoloBold for What is the single most effective thing you did to improve your programming skills?SoloBold2008-09-18T16:30:14Z2008-09-18T16:30:14Z<p>RTFM and practice, practice, practice!</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/94220#942201Answer by chadwick for What is the single most effective thing you did to improve your programming skills?chadwick2008-09-18T16:34:42Z2008-09-18T16:34:42Z<p>The single most effective thing? That's easy: listening to other people.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/94266#942661Answer by David for What is the single most effective thing you did to improve your programming skills?David2008-09-18T16:39:42Z2008-09-18T16:39:42Z<p>Switch Industries every 3 years. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/95004#950041Answer by Lark for What is the single most effective thing you did to improve your programming skills?Lark2008-09-18T17:59:09Z2008-09-18T17:59:09Z<p>There are many effective things I did to improve my skills. I read and still keep reading as many programming/technical books I can cram into my skull. I also write as much code as my fingers will allow me.</p>
<p>Programming is an art form. Plain and simply. Just like the artists of history. Leonardo did not just see art as "just a job" but it was his life's work.</p>
<p>Another great thing to do is listen to other software developers who are not only better than you but who are on your same level. There are many ways to come up with a solution to a certain problem. This is where collaboration not only helps solve a solution but it also develops your programming skills as well as your team work abilities.</p>
<p>If you study and practice at it then you will be a great developer. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/95075#950750Answer by cLive for What is the single most effective thing you did to improve your programming skills?cLive2008-09-18T18:06:38Z2008-09-18T18:06:38Z<p>Understand that knowing what question to ask is more important than knowing the answer (that's what Google or sites like this are for).</p>
<p>What is the best design pattern?</p>
<p>What regular expression...</p>
<p>How should I test...</p>
<p>Once you get that, life as a programmer becomes a lot easier.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/95103#951031Answer by Brad Osterloo for What is the single most effective thing you did to improve your programming skills?Brad Osterloo2008-09-18T18:08:35Z2008-09-18T18:08:35Z<p>Read <strong>Code Complete</strong> by Steve McConnell</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/95278#952780Answer by Keith for What is the single most effective thing you did to improve your programming skills?Keith2008-09-18T18:23:33Z2008-09-18T18:23:33Z<p>The single most effective thing I do to improve my programming skills is read books. Not reference manuals or how-to-do-something-in-x-days books but books about best-practices, etc. Like these...</p>
<p><a href="http://www.codinghorror.com/blog/archives/000020.html" rel="nofollow">http://www.codinghorror.com/blog/archives/000020.html</a></p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/95393#953930Answer by ilitirit for What is the single most effective thing you did to improve your programming skills?ilitirit2008-09-18T18:32:53Z2008-09-18T18:32:53Z<p>Practiced.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/95612#956120Answer by Michael Zanussi for What is the single most effective thing you did to improve your programming skills?Michael Zanussi2008-09-18T18:49:53Z2008-09-18T18:49:53Z<p>Maintaining a constant curiosity and a passion for learning. Observing my bored co-workers stuck in a rut is a great motivator for maintaining that on a daily basis. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/95799#957990Answer by PhiLho for What is the single most effective thing you did to improve your programming skills?PhiLho2008-09-18T19:07:06Z2008-09-18T19:07:06Z<p>Programming!
I love this, anyway, so I do it at work, and at home, on open source projects or my own little projects. I keep learning, new languages, new algorithms, new APIs, etc.
The only problem is that days are too short... :-)</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/96800#968001Answer by for What is the single most effective thing you did to improve your programming skills?2008-09-18T20:49:58Z2008-09-18T20:49:58Z<p>Teach someone else how to program. </p>
<p>I teach programming after work at the local college and it requires me to be able to plan, to think on my feet, anticipate errors that people (including mysef!) make, and to empathize with the difficulties of people learning something new which makes it easier for me to face the frustrations of learning something new.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/97178#971780Answer by John Rudy for What is the single most effective thing you did to improve your programming skills?John Rudy2008-09-18T21:27:56Z2008-09-18T21:27:56Z<p>The single best thing I did for my skills? I taught for a few years during the economic downturn. (Finding "real" programming gigs was tight in late 2001!) By teaching for a few years, not only did I have to learn and know my craft at a way deeper level than normal (thus being able to explain it to other talented coders), but I also had to learn to <em>think like a compiler.</em> </p>
<p>That was the biggest benefit. I can often read a chunk of C# or VB .NET code (my strongest suit, and that which I was teaching) and determine beforehand whether or not the code will compile, and what the effects will be if it does. This helps me out on a daily basis when maintaining my clients' legacy codebases -- especially those I didn't build!</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/97633#976331Answer by Milan Babuškov for What is the single most effective thing you did to improve your programming skills?Milan Babuškov2008-09-18T22:25:26Z2008-09-18T22:25:26Z<p>Joined a relatively big open source project and contributed thousands of lines of code to it. In the process, I learned a lot about architecture of big programs, good cases to use programming patterns, advanced object-oriented design, teamwork, cross-platform compatibility and UI design. Ever since I joined the project, my programming skills keep improving.</p>
<p>So, to answer: it's the working with other people in a team that opens new horizons. And open source projects are very good for this since:</p>
<ul>
<li>there is no pressure to get the work done ASAP</li>
<li>people will tolerate if you lack some skill and help you learn it</li>
<li>you don't have to program some part of application you don't like or find boring</li>
<li>the entire team is friendly, since it's in everyone's interest that the project goes well</li>
</ul>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/97674#976740Answer by interstar for What is the single most effective thing you did to improve your programming skills?interstar2008-09-18T22:33:26Z2008-09-18T22:33:26Z<p>Got a job teaching programming at university. Had to read all those text-books that I never read as an undergrad in order to try to get it into the heads of bored 19 year olds.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/97766#977661Answer by origin for What is the single most effective thing you did to improve your programming skills?origin2008-09-18T22:46:48Z2008-09-18T22:46:48Z<p>In terms of coding, it would be learning Common Lisp for me. I never got to do real projects in it, but it taught me most of the language features possibly present in other languages. It helps me learn new languages/think about problems in unusual ways.</p>
<p>For professional development, I learned a lot from a senior developer at my first job while still in college. He guided me through concepts/things like version control, deployment to servers, testing, and working with designers. These things were confusing to me as a new developer.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/98510#985100Answer by dwelch for What is the single most effective thing you did to improve your programming skills?dwelch2008-09-19T01:02:03Z2008-09-19T01:02:03Z<p>Learn assembler and write a disassembler to see what the compiler really does.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/98636#986361Answer by Glenn Block for What is the single most effective thing you did to improve your programming skills?Glenn Block2008-09-19T01:27:46Z2008-09-19T01:27:46Z<p>Being around people that are much stronger than I am. You pick up the scent of good skills from these folks. On the other hand if you are around folks with much weaker skills, there's a tendency to cut corners, etc. This applies more generally than just coding. I take it as a general rule that I need to always be around people better than I am. I have always benefited when I have done so.</p>
<p>In terms of techniques, one that has really helped is actually reading blogs. Putting together a good collection of technical blogs that you read frequently is an invaluable growth tool. For example through blogs I learned about DDD, IoC, SOC, SRP, etc. Yes you can learn them many other ways, but blogs tend to be much less book knowledge and much more real application.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/98832#988320Answer by Daniel Crenna for What is the single most effective thing you did to improve your programming skills?Daniel Crenna2008-09-19T02:00:34Z2008-09-19T02:00:34Z<p>I decided to get better. It's easy to figure out where your deficiencies are, and it's even easier to ignore them. I read Bill Wagner's "Effective C#", and anything else I could find. I remember I was working this contract and I wasn't getting along with the internal staff, and the other consultants on the engagement were blatantly stealing bad code snippets from CodeProject and billing the client for a full day's work. I felt like there were enough poor developers out there and I wasn't going to be one of them. I always felt like I was a good developer, probably because I was just tenacious, but on that contract I made the decision that I was going to work on the hard parts, the uncomfortable parts, and that I was never going to stop learning how to do things better. Since then, I strive to live up to a standard, as Phil Haack said, "compared to yesterday, I'm always a bargain".</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/98871#988711Answer by mbac32768 for What is the single most effective thing you did to improve your programming skills?mbac327682008-09-19T02:06:44Z2008-09-19T02:06:44Z<p>I started life as a C programmer.</p>
<p>The biggest jump came when I switched from MS-DOS/Win 3.1/Windows 95 to Slackware Linux.</p>
<p>Close runners up:</p>
<p>Learned assembler.
Learned about Functional Programming</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/99053#990530Answer by Autobyte for What is the single most effective thing you did to improve your programming skills?Autobyte2008-09-19T02:46:26Z2008-09-19T02:46:26Z<p>I started programming about 25 years ago when programming was not taught in classes anywhere and whaever you learned you learned by reading and trying it out. All this really to say that programming was never a job for me... Even now that I work at a large company writting code and designing solutions all day long it's still a hobby for me - something that I love doing more than anything else in the world...</p>
<p>So the answer is I never had to decide to do anything special to get better at programming I always did it because I loved it so I always have been in the learning mode for more than 24 years now and I still learn new stuff almost everyday!!!</p>
<p>Programming is AWESOME!!!!</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/99248#992481Answer by Steven A. Lowe for What is the single most effective thing you did to improve your programming skills?Steven A. Lowe2008-09-19T03:21:03Z2008-09-19T03:21:03Z<p>I read "A Framework for Representing Knowldge" by Marvin Minsky - and discovered the Science part of the field, as opposed to just the Programming part, which I had gotten bored with</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/99306#993062Answer by Samat Jain for What is the single most effective thing you did to improve your programming skills?Samat Jain2008-09-19T03:30:40Z2008-09-19T03:30:40Z<p>I felt like my turning point from "okay" programmer to "good" programmer occurred during college. Two things, which happened to coincide:</p>
<ol>
<li>Take a compiler construction class (Compilers Construction and Finite Automata), where I built a C compiler</li>
<li>Learn a decent UNIX text editor: I picked vim.</li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/99355#993550Answer by Will Hartung for What is the single most effective thing you did to improve your programming skills?Will Hartung2008-09-19T03:39:43Z2008-09-19T03:39:43Z<p>Typing in crummy BASIC games from magazines, and then writing my own crummy games. </p>
<p>I'm a big fan of not reading code, but typing it in. For me the code is more real when I type it in because I "read" it slower and trying to understand it as I go. Downloading tutorials and clicking on buttons never really did much for me.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/99382#993821Answer by unforgiven3 for What is the single most effective thing you did to improve your programming skills?unforgiven32008-09-19T03:45:29Z2008-09-19T03:45:29Z<p>To be honest, learning LISP, Prolog and ML went a long way to improving my skills as a programmer. Looking at the programming world through the lens of functional programming goes a long way. The math behind it is fascinating. It puts you in a completely different state of mind when you go back and work in C#/C++/Java/what have you. Functional programming is clearly not the end all be all of programming paradigms, but it's a great tool to have in your mental toolbox.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/99393#993931Answer by ferventcoder for What is the single most effective thing you did to improve your programming skills?ferventcoder2008-09-19T03:47:04Z2008-09-19T03:47:04Z<p>Read. A lot.</p>
<p>And write. Write about programming.</p>
<p>Fashion a passion for programming. Let it fester, er, grow! </p>
<p>The thing about programming is not the programming, but the concepts. If you learn the concepts well, you can apply (most of) them with any development language.</p>
<p>The single most effective thing you can do though is to never stop learning. Pay attention when working with others. Even a senior dev can learn from a junior dev if the senior programmer pays attention. <strong><em>Just remember that you never stop learning</em></strong>.</p>
<p>Second most effective thing you can do is read <strong>Pragmatic Programmer</strong>. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/99991#999919Answer by ragu.pattabi for What is the single most effective thing you did to improve your programming skills?ragu.pattabi2008-09-19T06:05:35Z2008-09-19T06:29:58Z<p>This is usually my chronological order of learning any new technology:</p>
<ol>
<li><p>Regularly <strong>read</strong> good blogs (Atwood, Martin Fowler, etc.), Keep up-to-date with technology news, Follow stuff about interesting new technology. These steps will let me decide if I find anything interesting to further explore.</p></li>
<li><p>Read the <strong>right book</strong> or any other resource to learn for your level (e.g. for beginners if you want to learn design patterns, I would suggest 'Head First Design Patterns'). I have also <a href="http://singingcode.blogspot.com/2008/06/technical-reading-heavy-weight-books.html" rel="nofollow">specific preferences for books</a>.</p></li>
<li><p>Roll out a <strong>toy project</strong> or two using the thing I learned. I don't worry about the usefulness of the project. My intention is just to exploit my learning. (e.g. A calculator project for OOP would be fine)</p></li>
<li><p>I would see if I could <strong>use the stuff at work</strong>. (e.g. Though we don't use subversion at work, I use it as my local repository, I used Ruby for a task which would otherwise be too monotonous, and time consuming)</p></li>
<li><p>This is the best part which I think most people miss out. <strong>Knowledge sharing sessions</strong>.Give a session or two to fellow team members for example. I believe teaching is one of the best ways to really learn the technology. I guarantee your level of understanding of the technology will become multi-fold, whether you audience gets it or not. :-)</p></li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/100030#1000301Answer by DanielHonig for What is the single most effective thing you did to improve your programming skills?DanielHonig2008-09-19T06:24:06Z2008-09-19T06:24:06Z<p>I'll go with some bullet points:</p>
<ol>
<li>accquired a relentless passion for learning</li>
<li>failed foward and always committed to learning from mistakes/lessons learned</li>
<li>made adequate time for reading and attending user groups, etc</li>
<li>made sure to take on work outside of my primary job and contribute to open source</li>
<li>made a point of taking workshops/lessons/classes with industry gurus</li>
<li>learned a new skill or programming language every year if not every 6 months</li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/100144#1001440Answer by computinglife for What is the single most effective thing you did to improve your programming skills?computinglife2008-09-19T07:01:47Z2008-09-19T07:01:47Z<p>Wrote code and took an interest in improving it. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/101136#1011360Answer by Nowhere man for What is the single most effective thing you did to improve your programming skills?Nowhere man2008-09-19T11:12:51Z2008-09-19T11:12:51Z<p>Having a background at mostly Perl, PHP and C++, I once started learning Common Lisp. This lead me to learn functional programming and metaprogramming, which dramatically opened my mind.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/101526#1015260Answer by Chris Ingrassia for What is the single most effective thing you did to improve your programming skills?Chris Ingrassia2008-09-19T12:43:13Z2008-09-19T12:43:13Z<p>To boil it down into a few sentences and echo some things I'm sure others have said (didn't get a chance to read ALL the answers):</p>
<ol>
<li>Try new things. See a little blog post somewhere about erlang and it sounds kinda neat but you don't have any specific or practical use for it at the moment? Spend a day goofing off with it anyway. You might never use it in a real project, but the extra perspective will help more than you realize. I actually have a policy wherever I'm working that anyone who works for me (who are mainly software engineers) HAS to spend Friday working on whatever they want, and a big reason for that is specifically this point.</li>
<li>Sounds silly, but talk to people who aren't programmers but involved in the same projects/products/companies as you. Get perspective. Learn WHY somebody would want to do something, have a feature, etc. and how it would impact them. I've found this generally leads to designing more practical and well thought-out software, which requires you to think about it a little harder and thus, learn new things.</li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/101550#1015501Answer by Sean Gough for What is the single most effective thing you did to improve your programming skills?Sean Gough2008-09-19T12:45:50Z2008-09-19T12:45:50Z<p>Took a job where I was in over my head, yet had a great mentor who was willing to show me the ropes.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/102119#1021190Answer by Agoston Horvath for What is the single most effective thing you did to improve your programming skills?Agoston Horvath2008-09-19T14:11:44Z2008-09-19T14:11:44Z<p>In my opinion, the most important bit is to keep you mind flexible as the decades whoosh by.
I see so many people who are unable to embrace anything new, as they forgot the principal rule of IT: everything changes. If you lose the ability to learn and change in an environment that changes rapidly, you will soon end up fossil-minded.</p>
<p>I personally like competitions like google code jam, topcoder.com, projecteuler.net - it really keeps you CS skills in shape. The rest - it's just reference. After using a few OO programming languages, the rest is pretty much the same. It's all the same in the end. It's easy to learn the N+1. th language. But paradigms, algorithms and the rest don't change all that often.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/102186#1021860Answer by bastianhuebner for What is the single most effective thing you did to improve your programming skills?bastianhuebner2008-09-19T14:18:52Z2008-09-19T14:18:52Z<p>Hello!</p>
<p>Improving my <strong>communication skills</strong> with bosses, other programmers and customers</p>
<p>This was my most effective thing to learn. Back in the beginning of my career, I usually <em>thought</em> I understood my boss or a client, when they told me, what feature etc they wanted in the program I was coding. But usually I did not completely understand, what they really wanted, because we usually have different views of things - this is especially true for non-coders!</p>
<p>But with each project and with each mis-communication I learned to listen more specific, to ask for more details and to let the other person explain their ideas in full and to make sure to visualise their ideas with simple sketches - so today I spend a lot more time to make sure I understand the task given, but I save a lot of time and frustration with coding things that were neither wanted nor asked for.</p>
<p>Best regard,
B</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/103303#1033031Answer by Michiel for What is the single most effective thing you did to improve your programming skills?Michiel2008-09-19T16:07:50Z2008-09-19T16:07:50Z<p>I kind of learned it the hard way, but something that eventually really improved my programming skills is knowing when it's time when <strong>not</strong> to be using them anymore. To be more specific, to know when to take a break. I have spent hours trying to figure stuff out while being a certain state of thinking that made me run around in circles. Taking breaks really improves your skills... or at least their effectiveness.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/103363#1033631Answer by stephenbayer for What is the single most effective thing you did to improve your programming skills?stephenbayer2008-09-19T16:16:27Z2008-09-19T16:16:27Z<p>The single most important thing I've done is code. Anytime I've learned a new language, or was presented with a new environment or library/assembly, I try and just write some code for it, even if it's a stupid little program that doesn't do much. I used to try and do a hex editor in every new language I learned, it was fun and challenging. </p>
<p>But also, things to remember:</p>
<ol>
<li>Never stop learning. Also, realize you can learn from anyone even the "green" programmers. I think that I've tried to learn at least something from ever project I've been on. </li>
</ol>
<p>and</p>
<ol>
<li>Never stop growing. Don't get too arrogant to think you know it all, and stop trying to improve yourself. </li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/104261#1042610Answer by tom for What is the single most effective thing you did to improve your programming skills?tom2008-09-19T18:20:19Z2008-09-19T18:20:19Z<p>Learn Lisp or Scheme</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/104794#104794-1Answer by lajos for What is the single most effective thing you did to improve your programming skills?lajos2008-09-19T19:25:52Z2008-09-19T19:25:52Z<p>Learning Java and getting a Java Certification. It's a really well thought out language, with great support and community.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/105467#1054670Answer by mwilkes for What is the single most effective thing you did to improve your programming skills?mwilkes2008-09-19T20:43:58Z2008-09-19T20:43:58Z<ol>
<li>Faithfully reading development blogs such as <a href="http://www.haacked.com" rel="nofollow">Phil Haack's</a></li>
<li>Reading <a href="http://rads.stackoverflow.com/amzn/click/0735619670" rel="nofollow">Code Complete 2nd Edition</a></li>
<li>Attending developer conferences annually</li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/106071#1060710Answer by Kevin Goldsmith for What is the single most effective thing you did to improve your programming skills?Kevin Goldsmith2008-09-19T22:13:29Z2008-09-19T22:13:29Z<ol>
<li>Working with developers more experienced and smarter than me.</li>
<li>Mentoring developers less experienced than me.</li>
<li>Paired programming</li>
<li>Code reviewing other people's code</li>
<li>Learning new programming languages</li>
<li>Writing cross-platform code</li>
<li>Coding for fun</li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/106257#1062571Answer by ljubomir for What is the single most effective thing you did to improve your programming skills?ljubomir2008-09-19T22:53:08Z2008-09-19T22:53:08Z<p>I think that most effective moment in anyones career is the moment you decide to get out of your box and meet the real world!</p>
<p>Once you start reading blogs, listening to podcasts and actively include yourslf in the community - your skills will boost dramatically.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/106970#1069700Answer by David for What is the single most effective thing you did to improve your programming skills?David2008-09-20T03:30:06Z2008-09-20T03:30:06Z<p>RTFM, everything else had to wait until I figured that one out.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/107372#1073720Answer by Aaron for What is the single most effective thing you did to improve your programming skills?Aaron2008-09-20T06:26:29Z2008-09-20T06:26:29Z<p>For me, it has always started with an idea and a problem to solve.</p>
<p>For example, I had learned C in 9th/10th grade on my own, and then wanted to learn this "C++" thing. I had an idea for this simple little "Quote of the Day" app that would greet me when I booted my machine (this was back in DOS and autoexec.bat). I realize it didn't have much to do with OO but I used it as a challenge to begin thinking that way and wrote the app.</p>
<p>I often meet programmers today who seem overwhelmed by the sheer size of the frameworks and other "stuff" around the languages and what not today. It almost paralyzes them from really exploring because the fear of the unknown stops them from spelunking.</p>
<p>When I didn't know how to open a file and read its contents (for my quote of the day app), I started digging (The Programmer's BBS! and spent way too much at B. Dalton/Waldenbooks back in the day.) for answers and ultimately rigged up a solution. I have also always been interested in the best solution, so when I would find a better way to do it, or learned that I had maybe not solved a problem appropriately I would refactor my code.</p>
<p>Start with an idea, a problem, and then write code.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/108034#1080340Answer by cwaidner for What is the single most effective thing you did to improve your programming skills?cwaidner2008-09-20T12:31:33Z2008-09-20T12:31:33Z<p>I definitely support Aaron - being a better programmer involves solving problems, not reading about the language. For me the key event was my Latin course back in school. Each "feature" in Latin was explained in our textbook by a text solely constructed of the new grammar style, e.g. a text with an "ablativus absolutus" in each and every sentence. Wow, how I hated this.
After sometime we moved from the textbook to Caesar and - BOOM - he wrote about history and I simply wanted to dig through his stuff, so I wanted to read and understand him. No artificial language any more but I created a self interest.</p>
<p>For me it is exactly the same with programming. It's nice to know, that a certain feature exists, but you can grasp it fully, if you use it to solve a problem, even if it's a problem you just thought up for training.</p>
<p>Think about a nice simple tool and hack it up in your language of choice. That's learning how to program!</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/108305#1083050Answer by MikeJ for What is the single most effective thing you did to improve your programming skills?MikeJ2008-09-20T14:28:27Z2008-09-20T14:28:27Z<p>Learning a unit test framework and integrating tests into everything I did. My code quality went from so-so to sterling in a matter of months. Learn from others who are successful and read lots - the pragmatic programming series of books are great for tips and tricks.</p>
<p><a href="http://pragprog.com/" rel="nofollow">Pragmatic Programmers</a></p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/108513#1085132Answer by Choy for What is the single most effective thing you did to improve your programming skills?Choy2008-09-20T15:38:33Z2008-09-20T15:38:33Z<p><strong>Walk, Talk, Eat and Drink.</strong></p>
<p>Walk away from the computer away from my comfort zone. Go talk to a real person about what we need to make happen. Eat lunch with the team. Drink after work.</p>
<p>Programming, I've found, is an extremely social communication-intensive activity. The coding occupation is dominated by people like myself who would much rather not be social. I'd rather figure things out myself rather than ask a question. I'd rather grumble about the inherent superiority of my design than collaborate. I'd rather be passive aggressive than confront someone.</p>
<p>The agile approaches recommend a lot of face time. I become acutely aware of my anti-social tactics. My effectiveness as a programmer went up by leaps and bounds. And believe it or not, my code got better too.</p>
<p>Better requirements from better questions. Improved designs from more input. Beer helped relax me.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/108566#1085660Answer by tardate for What is the single most effective thing you did to improve your programming skills?tardate2008-09-20T16:02:14Z2008-09-20T16:02:14Z<p><strong>Blog!</strong></p>
<p>Many people have mentioned reading blogs, but I think that's too passive.</p>
<p>For me, blogging technical topics has really helped boost my rate of learning, and also retention. As <a href="http://en.wikipedia.org/wiki/Joseph_Joubert" rel="nofollow">Joseph Joubert</a> said:</p>
<blockquote>
<p>To teach is to learn twice</p>
</blockquote>
<p>It's important to note that I'm not talking about posting stuff like "silverlight sux". I mean set yourself the task of writing a blog post that properly explains the thing you are trying to learn. </p>
<p>Having to write about your learning is a great discipline, for it forces you to fill all the gaps and leaps of understanding in order to convey the topic well. </p>
<p>It matters less whether you have a real or imagined 'pupils', but if you write well enough then the readers will find you!</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/108605#1086050Answer by Maurice for What is the single most effective thing you did to improve your programming skills?Maurice2008-09-20T16:18:00Z2008-09-20T16:18:00Z<ul>
<li>Learn a new programming language every year. Include some very different, non C based, languages like Lisp.</li>
<li>Write articles and present at user groups. There is no better way to learn something than having to explain it so someone else :-)</li>
<li>Focus on problem solving skills instead of technology. The latter changes every few years anyway :-)</li>
<li>Pair programming.</li>
<li>Listen to smart people (and know when to ignore them).</li>
</ul>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/108623#1086231Answer by John Fiala for What is the single most effective thing you did to improve your programming skills?John Fiala2008-09-20T16:24:49Z2008-09-20T16:24:49Z<p>One of the most effective things that I did to become a better programmer was to get laid off in 2003. Once I saw how few jobs were out there for my slender set of skills, I started to work harder at growing (and maintaining) my skill set, both to get a new job then and to keep up my skills since then.</p>
<p>One thing I find helpful is to read a lot of programming books, and to do the exercises and type in the code in the examples - instead of just reading over them, sit down and work at them - doing the work by hand, typing it in letter by letter, helps you to pick up on where you're likely to make errors in the future - do you forget to put in ; at the end of each line, do you accidentally skip putting spaces in... and you also can figure out any system problems - if the code should work, because it matches the book, it can make it easier to figure out why Java's not working.</p>
<p>Reading blogs is good too - keeping up with what people are talking about in the biz is helpful to keep yourself interested and up to date. You may not end up using hot new thing X - but just hearing about it helps keep your brain ready for new things on the horizon.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/110213#1102130Answer by Spencer Stejskal for What is the single most effective thing you did to improve your programming skills?Spencer Stejskal2008-09-21T03:58:36Z2008-09-21T03:58:36Z<p>Diversify your logic training. Any chance you get you should branch out and really explore as many other logic based disciplines as possible. It can be surprising how learning the techniques of another field can help you bring fresh insight into algorithm design and help you approach programming problems from a new perspective. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/110248#1102480Answer by Brian for What is the single most effective thing you did to improve your programming skills?Brian2008-09-21T04:33:42Z2008-09-21T04:33:42Z<p>Read.</p>
<p>Back in the early 90s, I remember reading a column in C++ Report that said if you read one book per year on your own time you are ahead of 90% of your peers. It stuck with me and helped motivate me to read a lot on my own time, which helped me a lot in my growth as a developer and in my career.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/110268#1102680Answer by tomjedrz for What is the single most effective thing you did to improve your programming skills?tomjedrz2008-09-21T04:48:32Z2008-09-21T04:48:32Z<p>I got myself into the habit of writing pseudocode or otherwise planning the LOGIC before starting to do actual programming.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/110761#1107610Answer by AviD for What is the single most effective thing you did to improve your programming skills?AviD2008-09-21T10:56:16Z2008-09-21T10:56:16Z<p>Two things together:<br />
1. Stopped (actively) programming<br />
2. Learned security.<br />
And then there can be 3. Go back and start programming securely.
I did this when I went to become a HPC(/security consultant), and I highly recommend it.</p>
<p>I know, I'm a bit of a security bigot - but seriously, secure code <strong>IS</strong> <em>better</em> code. Works better, usually performs better, by necessity has fewer bugs, and is overall more thought out. </p>
<p>And in addition, I had to learn a lot more about, well, everything, things I'd never touched on while programming and things I would have never experienced. Not to mention reading HUGE amounts of MANY other peoples production code - the good, the bad and the ugly - and seeing the results of the difference between them. This also forces you to think about EVERYthing up front, in very short time frame - so you're virtually guaranteed that your design is solid from the ground up.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/111243#1112430Answer by Ali for What is the single most effective thing you did to improve your programming skills?Ali2008-09-21T15:39:14Z2008-09-21T15:39:14Z<p>Watch all of the SICP lectures and learn to program in the way that they do.</p>
<p><a href="http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures/" rel="nofollow">http://groups.csail.mit.edu/mac/classes/6.001/abelson-sussman-lectures/</a></p>
<p>I've known rudimentary Lisp for half a year now and programming for 1 and a half years before that. Right now I'm starting to watch the videos, and I'm almost certain I'll watch them again in a few years to refresh my memory. They're entertaining, interesting and mind bending of the way you think about programs.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/111789#1117890Answer by Umer Azaz for What is the single most effective thing you did to improve your programming skills?Umer Azaz2008-09-21T19:19:16Z2008-09-21T19:19:16Z<p>During my university days the single most course that improved my programming skills the most was the data structures and algorithms course. I chose c++ as my language of choice and it was a classical experience.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/111802#1118020Answer by David Robbins for What is the single most effective thing you did to improve your programming skills?David Robbins2008-09-21T19:23:23Z2008-09-21T19:23:23Z<p>On each project I try to use a new technique or apply a different design pattern. I also go back to older code and re-read to see what areas of opportunity I missed try to match those items with new things I have learned. I also read, read, read programming blogs and books.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/111809#1118090Answer by Robert Brook for What is the single most effective thing you did to improve your programming skills?Robert Brook2008-09-21T19:25:35Z2008-09-21T19:25:35Z<p>Hiring really good developers and working with them, as much I was able to.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/111856#1118560Answer by Zsolt Botykai for What is the single most effective thing you did to improve your programming skills?Zsolt Botykai2008-09-21T19:40:44Z2008-09-21T19:40:44Z<p>Learning <code>vim</code> AND <code>regular expressions</code> well.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/112917#1129170Answer by rayray2030 for What is the single most effective thing you did to improve your programming skills?rayray20302008-09-22T02:43:32Z2008-09-22T02:43:32Z<p>Started reading the development blogs. It's almost too much information and I doubt I'll ever get to even 25% of the stuff I bookmark but it keeps me up to date and excited about development every single day and because of that I'm a better developer.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/112931#1129310Answer by Optimal Solutions for What is the single most effective thing you did to improve your programming skills?Optimal Solutions2008-09-22T02:49:26Z2008-09-22T02:49:26Z<p>I listened, attentively, to those who were willing to teach and show. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/114403#1144030Answer by Mike Edwards for What is the single most effective thing you did to improve your programming skills?Mike Edwards2008-09-22T11:49:27Z2008-09-22T11:49:27Z<p>Be responsible for both writing and supporting the customers who use the code you write. Any lack of quality will be your own job to fix, you get the irate calls, you soon learn to make the code better. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/115534#1155340Answer by Marc for What is the single most effective thing you did to improve your programming skills?Marc2008-09-22T15:30:04Z2008-09-22T15:30:04Z<p>Worked with other developers. Moving from a small 2 person development department to bigger outfits really opened my eyes in terms of different ways of approaching problems, different coding styles etc. </p>
<p>I'd say that was the "Single most effective" thing for me.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/118193#1181931Answer by Karthik Hariharan for What is the single most effective thing you did to improve your programming skills?Karthik Hariharan2008-09-22T23:19:30Z2008-09-22T23:19:30Z<p>Going to local developer user groups and connecting with members of local development community. As great as it is to blog, read books, and well...do your job...there's something about going to a user group meeting, getting pumped up about a concept/technology, and going home and plugging away at it. Or just grabbing a beer afterwards and discussing tech with the fellow user group members.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/120970#1209700Answer by Nicolas Dorier for What is the single most effective thing you did to improve your programming skills?Nicolas Dorier2008-09-23T13:25:58Z2008-09-23T13:25:58Z<p>Just love your job, and you'll improve.
If you wake up every morning in bad mood because you don't want to work, then leave your company ! Your work is 50% of your life, if you don't enjoy it you'll never improve.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/121026#1210260Answer by Slapout for What is the single most effective thing you did to improve your programming skills?Slapout2008-09-23T13:34:41Z2008-09-23T13:34:41Z<p>I've found that I can read about something and I'll remember some of it. But to really make it stick, I need to work on a project using it. This forces you to get into the details of how it works and then you have experience to lean on instead of just trying to remember something you read. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/125966#1259660Answer by Blinky for What is the single most effective thing you did to improve your programming skills?Blinky2008-09-24T08:08:59Z2008-09-24T08:08:59Z<p>Teach. Become a resource for other people wherever possible, and you will learn to think of things in different ways as you try to understand why their mental model doesn't match yours. Find ways to give speeches, tutorials, etc. You'll find that teaching a topic well requires mastery.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/126066#1260660Answer by Kenjuudo for What is the single most effective thing you did to improve your programming skills?Kenjuudo2008-09-24T08:44:30Z2009-07-23T16:15:10Z<p>Learning BNF (Backus Naur Form) and its various dialects, brought my understanding of computer languages in general to a whole new level. Making my first compiler (a really simple script compiler) sky-rocketed my skills.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/128096#1280960Answer by PeterAllenWebb for What is the single most effective thing you did to improve your programming skills?PeterAllenWebb2008-09-24T16:08:48Z2008-09-24T16:08:48Z<p>Working with developers that are better than you is extremely important to self-improvement. They can provide valuable critiques of your code, and impressing them with your code and other contributions will push you to become better. They also provide positive examples of good code, time management, documentation, etc. If you are the best programmer in your company/project, it will be more difficult for you to improve. There is usually someone around that is better at some aspect of your job than you are. Watch them to figure out how they tackle problems and ask them how they learned to do it.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/133108#1331080Answer by Treb for What is the single most effective thing you did to improve your programming skills?Treb2008-09-25T12:47:11Z2008-09-25T17:04:03Z<p>In inverse order:</p>
<ul>
<li>Programming </li>
<li>Thinking before starting to program </li>
<li>Discussing my thoughts with other developers</li>
</ul>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/143327#1433271Answer by John Channing for What is the single most effective thing you did to improve your programming skills?John Channing2008-09-27T09:47:17Z2008-09-27T09:47:17Z<p>Set aside some time every morning to do some study. In the past this was 30 minutes <em>before</em> I started reading email, now it is often reading books or RSS feeds on the bus on the way to work. The amount of knowledge you can accumulate simply by taking a small amount of time every day to study something new is quite startling. Equally, it is alarming how quickly my skills started to whither when I did not.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/146553#1465533Answer by Russell Bryant for What is the single most effective thing you did to improve your programming skills?Russell Bryant2008-09-28T19:36:03Z2008-09-28T19:36:03Z<p>Getting involved in an open source project with a lot of developers that are smarter than me. For me, it was getting involved in the Asterisk project (www.asterisk.org). However, the key thing is finding a project that you can be passionate about.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/149231#1492311Answer by James Strachan for What is the single most effective thing you did to improve your programming skills?James Strachan2008-09-29T15:37:57Z2008-09-29T15:37:57Z<p>Lots of good answers in this thread so far. </p>
<p>I learned more about the art of software development, programming, testing and documenting in the first month of contributing/working on an open source project than I'd learned in about 5 years working in software companies. </p>
<p>Its hard to quite explain really why this is other than if you find a reasonably popular well run open source project, you tend to find many like minded peers who love to both share useful ideas and information as well as learn new things and push the boundaries of the art. You also get to read lots of existing code and documentation and see it being changed in real time to help learn new ideas and approaches. </p>
<p>Programming is such a broad topic from design, testing, technologies, frameworks, APIs, building tools, documentation, IDEs, patterns and being lean & agile to name but a few off the top of my head - its kinda hard to pick up this vast landscape from a few books or courses or to figure this stuff out all yourself; its better to just watch some highly experienced folks demonstrate it all in action on an open source project.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/151577#1515770Answer by Jeremy Reagan for What is the single most effective thing you did to improve your programming skills?Jeremy Reagan2008-09-30T02:46:37Z2008-09-30T02:46:37Z<p>Loving what I do and striving daily to learn, learn, and then learn some more.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/151586#1515860Answer by Robert Elwell for What is the single most effective thing you did to improve your programming skills?Robert Elwell2008-09-30T02:54:38Z2008-09-30T02:54:38Z<p>If there's something I can't do, and I know someone else can, I usually ask them to do it for me the first time, and then try to do something similar looking at their code. This is how I learned MySQL, OOP, a whole lot of machine learning, version control... the list is pretty large. The good thing about having a person do it instead of a textbook is that you can ask them specific, pointed questions about their code should you get lost, and you don't have to skim through three pages of discussion around a piece of code, like you would with a textbook.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/162415#1624150Answer by Mamut for What is the single most effective thing you did to improve your programming skills?Mamut2008-10-02T13:59:14Z2008-10-02T13:59:14Z<p>If we're talking about "the only" then it would be starting learning LISP. I got bored after two months, but LISP has prompted me to move onto OCaml, Haskell, Erlang... Each of those improved at least something in me.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/199856#1998560Answer by objektivs for What is the single most effective thing you did to improve your programming skills?objektivs2008-10-14T02:49:21Z2008-10-14T02:49:21Z<p>Not being afraid to say or suggest dumb things.</p>
<p>A good listener (dev + team player) will tell you why it's not such a good idea and you learn heaps from the experience. Kind of like not being afraid of rejection. Use it sparingly, though. ;-)</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/206673#2066731Answer by GameFreak for What is the single most effective thing you did to improve your programming skills?GameFreak2008-10-15T21:58:22Z2008-10-15T21:58:22Z<p>learn another programming language and then go back to the first one later</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/221443#2214431Answer by VoidPointer for What is the single most effective thing you did to improve your programming skills?VoidPointer2008-10-21T10:51:25Z2008-10-21T10:51:25Z<p>Learning Haskell gave me a fresh perspective on my programming approach. This has improved the way I approach programming problems considerably. I cannot recommend enough trying out different programming paradigms in order to improve your problem solving skills. It doesn't mean you have to abandon your favorite environment. Just look at how things can be done differently and learn from that.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/230945#2309450Answer by Kasper for What is the single most effective thing you did to improve your programming skills?Kasper2008-10-23T18:47:25Z2008-10-23T18:47:25Z<p>I realized that I had a problem understanding the more advanced topic in software design, so 8 years after completing my bachelor degree I signed up for a number of cources at one of the IT universities here in Denmark. I have often heard that the subjects was only of interest for academia and was of no use outside campus. In this case those rumours were dead wrong, as most of the stuff can be used in real life. Both the SQL and Advanced Design Patterns classes were excellent.
Btw. I totally agree with Bill the Lizard, teaching forces your to KNOW your subject in each and every detail.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/231435#2314350Answer by John Dunagan for What is the single most effective thing you did to improve your programming skills?John Dunagan2008-10-23T20:44:24Z2008-10-23T20:44:24Z<p>Locate and attach the fellow travelers in your area. If you don't have a Group or a community that meets regularly to support, challenge, teach and learn from each other, start one. If they don't know more than you, they know different from you, and for that, each and every one of that community is priceless.</p>
<p>What also works for me is to have at least one thing I'm working on, always, to get better. Whether it's working through a book, or doing a project, or downloading some cool thing and playing with it.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/233174#2331741Answer by JtR for What is the single most effective thing you did to improve your programming skills?JtR2008-10-24T11:35:29Z2009-07-23T16:14:29Z<p>Reading others' code and learning TDD.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/236130#2361304Answer by Bertrand Gorge for What is the single most effective thing you did to improve your programming skills?Bertrand Gorge2008-10-25T08:59:14Z2008-10-25T08:59:14Z<p><strong>Working in a small company</strong></p>
<p>In big structures, you're (often) cornered in such a small angle of the big picture that it is quite difficult to improve on the whole.</p>
<p>If you work in a small structure, with a little team (but obviously a quality team), <strong>you can learn not only from others</strong>, but also just because you can set up things.</p>
<p>On the past 5 years, we've set up our scm (svn), our project management (scrum), our CI server (Cruise Control and PHPUnit) - in a big structure all of that would be already in place and you'd just learn of to use it - in a small structure you learn how to set it up, <strong>you learn why you need it</strong> (and what you gain from it), and you're free to improve. It needs more willing probably, but it's much more rewarding (imho) !</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/241606#2416060Answer by Voyagerfan5761 for What is the single most effective thing you did to improve your programming skills?Voyagerfan57612008-10-27T22:34:00Z2008-10-27T23:22:59Z<p>I've been programming in various languages for about five years, and I have to say that the single most important thing I've done to improve my skills is to simply keep doing it.</p>
<p>Allow me to illustrate with a (true) story.</p>
<p><hr /></p>
<h2>Improving my coding skills</h2>
<p>The first time I did any programming was a small personal website for my <em>Bar Mitzvah</em> (with which I managed to make half my family mad because I didn't bother with paper invites). That was simple HTML and JavaScript, and I hate to say that a lot of the HTML -- at least initially -- was done in FrontPage. And I used frames.</p>
<p>Next, I made up a small site for a project I was doing with a friend, and based the first version on my <em>Bar Mitzvah</em> site. Still with frames. But I wrote my own (insecure, yes) JavaScript password handler with only one or two hard-to-debug errors (a mismatched brace).</p>
<p>Fast-forward to me learning CSS for the second version of that project site. I redid the entire thing, HTML and JavaScript, to be single-page (no more frames!) and tweaked the password handler some more. Then I discovered that the server I was using had PHP installed. So I looked up a reference (I think it was php.net) and started teaching myself the language; I learned the basics in about six hours at a coffee shop while I was supposed to be doing my homework.</p>
<p>From there, I developed the site template system and coding practices I have used and evolved since then into the <a href="http://www.swrobotics.com/" rel="nofollow">Southwest Robotics Team website</a>.</p>
<p><hr /></p>
<p>So, it was just a matter of just continuing to program for me. I've also talked to other programmers, read books, looked at the source for everything I could (at least HTML, CSS, and JS), and played around for no reason sometimes. It's definitely worked for me; I'm only learning more stuff (my knowledge regular expressions, for example, actually started with me using AutoWikiBrowser on Wikipedia).</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/252902#2529020Answer by Benoît for What is the single most effective thing you did to improve your programming skills?Benoît2008-10-31T08:49:31Z2008-10-31T08:49:31Z<p><strong>Working with other people</strong></p>
<p>It is useful even if they are not better than you are. You get to learn new ways of doing things, understand why certain ways of coding are just bad, explain why you code the way you do. This is essential !</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/259560#2595600Answer by Xaisoft for What is the single most effective thing you did to improve your programming skills?Xaisoft2008-11-03T18:46:56Z2008-11-03T18:46:56Z<ol>
<li>Don't be bashful. Ask questions no matter how dumb you feel they may be.</li>
<li>Code as much as you can. The more you code, the more mistakes you are going to make, but as you progress, you will notice that your mistakes start to lessen.</li>
<li>Read books, blogs, forums.</li>
<li>Listen to podcasts, watch videos.</li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/261623#2616230Answer by Lars for What is the single most effective thing you did to improve your programming skills?Lars2008-11-04T11:51:28Z2008-11-04T11:51:28Z<p>Watching the <a href="http://video.google.com/videoplay?docid=5546836985338782440" rel="nofollow">SICP videos</a></p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/264070#2640700Answer by Gerard for What is the single most effective thing you did to improve your programming skills?Gerard2008-11-05T01:03:04Z2008-11-05T01:03:04Z<p>Never walk away from a coding challenge.</p>
<p>Solving the unsolvable will work magic for your confidence and reputation.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/265385#2653850Answer by Rihan Meij for What is the single most effective thing you did to improve your programming skills?Rihan Meij2008-11-05T14:59:41Z2008-11-05T14:59:41Z<ul>
<li>Curiosity </li>
</ul>
<p>Wanting to know, how it works has probably got most of us started in this field. </p>
<ul>
<li>Quality</li>
</ul>
<p>When you have done something and dont feel right about, and regardless of advice the people around you give, you keep searching for a better way to do it, until it "feels" right. </p>
<p>Those are the two things that have indirectly caused me to question things, and learn a lot.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/282720#2827200Answer by B. Tyndall for What is the single most effective thing you did to improve your programming skills?B. Tyndall2008-11-12T01:27:56Z2008-11-12T01:27:56Z<p>I forget who first said this but "try to learn a new language a year". I think it helps you to approach writing solutions from a number of different angles.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/312111#3121111Answer by Samus_ for What is the single most effective thing you did to improve your programming skills?Samus_2008-11-23T04:15:57Z2008-11-23T04:15:57Z<p>to care about being better, and to be better means doing the Right Thing not just whatever works.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/312119#3121190Answer by spx2 for What is the single most effective thing you did to improve your programming skills?spx22008-11-23T04:38:48Z2008-11-23T04:38:48Z<p>Take a programming/algorithms book,close cell phone,close door,sit at desk,<br />
stay away from a computer and started reading.<br />
I need to do this more often.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/312391#3123910Answer by Himanshu for What is the single most effective thing you did to improve your programming skills?Himanshu2008-11-23T11:07:33Z2008-11-23T11:07:33Z<p>Learning about design patterns to reduce chances of duplication of code and thus embracing good software engineering practise in doing so has been the single most effective thing I am doing to improve my programming skills.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/312397#3123970Answer by Thomas Hansen for What is the single most effective thing you did to improve your programming skills?Thomas Hansen2008-11-23T11:13:07Z2008-11-23T11:13:07Z<p>Working on and founding a lot of Free and Open Source Software projects...</p>
<p>There has been nothing that have helped me out more then this...</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/328229#3282290Answer by dotnetdev for What is the single most effective thing you did to improve your programming skills?dotnetdev2008-11-30T00:06:47Z2008-11-30T00:06:47Z<p>Some great answers in here and definately some things I should try out.</p>
<p>One thing I do sometimes is code with no aids at all. So no warnings, no stylecop, no fxcop, etc, and my profiler (ants) not running.</p>
<p>That way I see just how good I am without aids. It's like riding a bike with stablisers, and then having them taken off.</p>
<p>But when I am writing code for commercial-intent I turn all these aids/tools on and improve my code where necessary.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/346412#3464121Answer by mepcotterell for What is the single most effective thing you did to improve your programming skills?mepcotterell2008-12-06T15:46:40Z2008-12-06T15:46:40Z<p>I took the Introduction to the Theory of Computing class at my university. It made me understand the math behind a lot of things. Or, more simply, it made me <em>understand</em> a lot of things. Now, when I design algorithms, I have a better understanding of the restraints I face as well as how to find approximate solutions to many unsolvable problems.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/351965#351965-2Answer by rIPPER for What is the single most effective thing you did to improve your programming skills?rIPPER2008-12-09T06:36:08Z2008-12-09T06:36:08Z<p>When coding, thinking like a von Neumann machine.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/351988#3519881Answer by stalkerh for What is the single most effective thing you did to improve your programming skills?stalkerh2008-12-09T06:49:57Z2008-12-09T06:49:57Z<p>Besides writing alot of code , i think understanding everything i wrote actually helped quite a bit. There are too many copy and paste coders out there.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/357365#3573651Answer by PythonPower for What is the single most effective thing you did to improve your programming skills?PythonPower2008-12-10T19:53:12Z2008-12-10T19:53:12Z<p>Doing Project Euler.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/357612#3576125Answer by Don Edwards for What is the single most effective thing you did to improve your programming skills?Don Edwards2008-12-10T21:08:24Z2008-12-10T21:08:24Z<p>After 30+ years of business programming it's hard to pick one event.</p>
<p>But I definitely have to go with one concept:</p>
<p><strong>The most important target audience for code is the maintenance programmer.</strong></p>
<p>Can I tell one story? (Tough. I'm going to anyway.)</p>
<p>Many years ago, back in the days when a minute of CPU time cost about as much as an hour of programmer time (nowadays the ratio is more like a MONTH of processor-core time per hour of programmer time), I was working in a batch-Cobol shop and was asked to help with a maintance problem outside the projects I usually worked on.</p>
<p>The program in question, right in the middle of its work, did a complex calculation about electrical power management.</p>
<p>My relevant background for the task:<br />
* I speak fluent, native (American) English. Amy, the programmer attempting to do the maintenance, only sort of spoke English.<br />
* In college, I had dropped an electrical-engineering course.<br />
* I had more programming experience in more languages, and a bit of a reputation for solving code puzzles.</p>
<p>So I looked at this mass of Cobol code that Amy had identified as the area where the bug apparently existed. Yep, it was the power-management calculation. After ten years, after the people who created it were gone, the client had realized it was calculating incorrectly.</p>
<p>Most of the program was unusually clear and comprehensible for Cobol. Excellent style, reasonably good technique. Nice meaningful variable names, but not absurdly long ones.</p>
<p>Then there was this part - about eighty lines. Amy could not make heads or tails of it.</p>
<p>Neither could I, for a couple days. Even after I noticed that the first third of the block was just moving data from variables with names like (making them up twenty years after the fact) Killowatt-Hours-Per-Day to other variables with Fortran-compliant names like FFGFXKCD (not to be confused with FFGFKXCD), and the last third was moving the data back.</p>
<p>I suggest:<br />
1) Don't do this sort of calculation in Cobol.<br />
2) If you're going to do it in Cobol, have a Cobol programmer write it. Not a Fortran programmer who's never seen Cobol before.<br />
3) A programmer who understands the subject matter and has tried to maintain a program before, would be a nice touch too. I think the Fortran programmer was missing at least one of those attributes, but couldn't determine which one - possibly because I didn't understand the subject matter.</p>
<p>But after about four days I figured out what the formula actually being calculated was, identified a part that looked wrong to me (and in fact was wrong), and had Amy send it off to the client for feedback. Got the correct formula back a few days later, and replaced those eighty lines of cross-species monstrosity with ten lines of pure Cobol that Amy understood.</p>
<p>(I have no doubt that in a Fortran program written by a competent Fortran programmer with a reasonable understanding of the subject matter - the situation that really should have been in place, at that time, for this project - it would have been one or two lines.)</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/368361#3683610Answer by ezkl for What is the single most effective thing you did to improve your programming skills?ezkl2008-12-15T13:32:21Z2008-12-15T13:32:21Z<p>I worked for 2 years with someone remarkably more intelligent and well-versed than myself. I'm sure he became frustrated at times, but through that work relationship I was able to develop a perspective on application design and development. I stopped just going through the motions. Approaching design and development from a more well-defined position has made all the difference.</p>
<p>I hope that answer isn't too abstract.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/384663#3846631Answer by The Alpha Nerd for What is the single most effective thing you did to improve your programming skills?The Alpha Nerd2008-12-21T16:56:08Z2008-12-21T16:56:08Z<p>Visiting Stack Overflow of course!</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/387305#3873051Answer by Gerardo Contijoch for What is the single most effective thing you did to improve your programming skills?Gerardo Contijoch2008-12-22T20:43:26Z2008-12-22T20:43:26Z<p>Most of what I know I believe come from the blogs I read. You can learn a lot from the people out there.</p>
<p>I also try to read code written by others. Right now I'm browsing the code of ASP.NET MVC (amazing to see what's going on behind the scenes!) and AutoFac.</p>
<p>Sometimes it's hard to put into practice everything new you see, but I try to keep up with the new stuff (libraries, frameworks, etc) I consider most relevant, such as jQuery and ASP.NET MVC.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/421336#4213360Answer by Tom for What is the single most effective thing you did to improve your programming skills?Tom2009-01-07T18:03:41Z2009-01-07T18:03:41Z<p>Always go a step beyond what's required.</p>
<p>If a project requires a new technology, rather than asking for training, I'll study some existing code and documentation, then start a pet project on my own. It's always good to have suggestions beyond what others have considered.</p>
<p>Never leave a question unanswered if you can help it. Always satisfy your curiosity. Chances are you'll learn a lot in the exploration.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/433710#4337101Answer by Oded for What is the single most effective thing you did to improve your programming skills?Oded2009-01-11T21:10:00Z2009-01-11T21:10:00Z<p>Fixing/enhancing other peoples code.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/435664#4356642Answer by Mikey for What is the single most effective thing you did to improve your programming skills?Mikey2009-01-12T14:59:02Z2009-01-12T14:59:02Z<p>Never think you have all the answers...there is always something to learn.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/464610#4646101Answer by CodeMonkey for What is the single most effective thing you did to improve your programming skills?CodeMonkey2009-01-21T09:40:41Z2009-01-21T09:40:41Z<p>Never assume anything, sounds simple
but I have found assumptions lead to
bugs.</p>
<p>Don't be afraid to ask the community
for help no matter how ridicoulous it
may seem.</p>
<p>Reviewing other people's code, learn
from their mistakes/genius</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/464897#4648970Answer by renegadeMind for What is the single most effective thing you did to improve your programming skills?renegadeMind2009-01-21T11:23:36Z2009-01-21T11:23:36Z<p>Having an open mind all da time!</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/464905#4649051Answer by Aikislave for What is the single most effective thing you did to improve your programming skills?Aikislave2009-01-21T11:26:46Z2009-01-21T11:26:46Z<p>Programmed because I enjoy it and have a passion for it rather than just because it was a "job".</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/494061#4940610Answer by Jas Panesar for What is the single most effective thing you did to improve your programming skills?Jas Panesar2009-01-30T00:26:11Z2009-01-30T00:26:11Z<p>Try not to build anything you design for a few weeks. Often other scenarios will come to you then before things get locked in.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/517877#5178773Answer by qwerty for What is the single most effective thing you did to improve your programming skills?qwerty2009-02-05T20:58:24Z2009-02-05T20:58:24Z<p>1) Be curious. Learn from the smartest people around. Read books, articles and code on how things have been done or may be done
2) Think. Play around and try out your own ideas
3) Fail. You only know what is good when you now what doesn't work</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/547348#5473480Answer by TURBOxSPOOL for What is the single most effective thing you did to improve your programming skills?TURBOxSPOOL2009-02-13T19:33:16Z2009-02-13T19:33:16Z<p>I would have to echo others answers here.</p>
<p>I think the best way to really get to know something (for me) is to pick a topic that you are interested in and unfamiliar with. Then look at how others have done that while you try to replicate/enhance it.</p>
<p>Currently, I have been very interested with low level systems programming, specifically the boot process of an x86. Looking at others bootstrap code has been immensely helpful in beginning to code my own.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/602613#60261311Answer by Ken for What is the single most effective thing you did to improve your programming skills?Ken2009-03-02T14:54:44Z2009-03-02T14:54:44Z<p>Hit the gym regularly.</p>
<p>Seriously, my brain works a whole lot better when I'm in shape. Problems become easier and less overwhelming, goofing off is much less of a temptation, and working through things step-by-step doesn't seem like such an arduous task.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/719505#7195050Answer by fivetwentysix for What is the single most effective thing you did to improve your programming skills?fivetwentysix2009-04-05T19:17:33Z2009-04-05T19:17:33Z<p>Switching to linux.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/732437#7324372Answer by Evan Moran for What is the single most effective thing you did to improve your programming skills?Evan Moran2009-04-09T00:59:26Z2009-04-09T00:59:26Z<p>Solve hard problems with code. </p>
<p>In my own experience it has been the code that I didn't know how to write that taught me the most. </p>
<p>If you seek out hard problems you will learn to learn to work hard; learn to do your own research; learn the best language for the job; learn to use development tools (IDE/debugger, source control); meet people who are like minded, and above all else become <strong>inspired</strong>. </p>
<p>When you are inspired there is nothing that you cannot learn or do. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/824700#8247000Answer by Jon Harrop for What is the single most effective thing you did to improve your programming skills?Jon Harrop2009-05-05T12:45:17Z2009-05-05T12:45:17Z<p>Learning as many languages as possible.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/837217#8372170Answer by Jon Jones for What is the single most effective thing you did to improve your programming skills?Jon Jones2009-05-07T21:49:42Z2009-05-07T21:49:42Z<p>Code Reviews: We implemented code reviews within our team. We read other people code beforehand, then all the developers sat in a room on a Friday afternoon and the person who wrote the code explained what they did and the reason why they used that approach. When I came over similar issues later on it definitively helped me look at things in new ways.</p>
<p>Arguing: Even though it sounds a bit strange but arguing with colleges. When people have different ideas about the best approach to take on an issues it makes you think about the problem in more detail, research it etc... and normally in the end you end up with a better solution that either one originally suggested.</p>
<p>Lastly being around passionate talented people...</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/934248#9342480Answer by Bogdan Gusiev for What is the single most effective thing you did to improve your programming skills?Bogdan Gusiev2009-06-01T10:20:13Z2009-07-23T16:11:32Z<p>Once I decided that my fingers are slower then my thoughts.
I spent a week improving my typing skills. </p>
<p>The result was awesome!
Programming became a pleasure after that. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/934269#9342690Answer by smok1 for What is the single most effective thing you did to improve your programming skills?smok12009-06-01T10:28:38Z2009-06-01T10:28:38Z<p>Read "Code complete" by Steve McConnell...</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1043927#10439270Answer by Paul Chernoch for What is the single most effective thing you did to improve your programming skills?Paul Chernoch2009-06-25T13:28:21Z2009-06-25T13:28:21Z<ol>
<li><p>Hobbying. My dad bought an IBM PC a few months after the original was released. Programming for fun taught me a lot and made it enjoyable.</p></li>
<li><p>My college thesis. It was hard, ambitious, and took 18 months of coding to complete. And I wrote it as member of a team of brilliant people (the MIT Media Lab), from whom I soaked up lots of things.</p></li>
<li><p>Math. As a physics major I had to take lots of math classes. As a result, I do not shrink back from tackling problems deemed to difficult by others.</p></li>
<li><p>Reading about patterns. </p></li>
<li><p>Learning UML. </p></li>
<li><p>Learning Perl. Comes in handy all the time.</p></li>
</ol>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1172745#11727450Answer by Steve for What is the single most effective thing you did to improve your programming skills?Steve2009-07-23T15:52:18Z2009-07-23T15:52:18Z<p>The best thing I ever did was read Code Complete by Steve McConnell.</p>
<p>This had a massive impact on the way I wrote code, the way I thought about code and the way I thought about my career.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1172762#11727620Answer by Koning Baard XIV for What is the single most effective thing you did to improve your programming skills?Koning Baard XIV2009-07-23T15:56:12Z2009-07-23T15:56:12Z<p>Learning PHP and get rid of Windows</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1172869#11728690Answer by Larry Watanabe for What is the single most effective thing you did to improve your programming skills?Larry Watanabe2009-07-23T16:14:55Z2009-07-23T16:14:55Z<p>Reading, understanding, extending, and modifying source code of programmers who were more expert than me -- i.e. K&R, source code for ThinkC Foundations Classes. Then applying the methods/patterns I learned in my own projects.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1216452#12164520Answer by chester89 for What is the single most effective thing you did to improve your programming skills?chester892009-08-01T11:48:23Z2009-08-01T11:48:23Z<p>Started learning C++ a year ago</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1307940#13079400Answer by JB King for What is the single most effective thing you did to improve your programming skills?JB King2009-08-20T18:18:32Z2009-08-20T18:18:32Z<p>For myself, being open to new ideas and trying to see the bigger picture which gets to be a bit of a paradox at a point. Some examples:</p>
<ul>
<li>Design Patterns - Reading about them, using them in new projects, seeing where they may already be used but I don't know that that is a pattern. These can also be work patterns or patterns in how projects are done though these are usually viewed as practices...</li>
<li>Practices - In my case this is learning refactoring, Agile, Scrum, estimating work using a modified Fibonacci values, TDD, as well as new tools like Resharper, SVN, etc. Also in here can be concepts like technical debt and broken windows that can be really neat ways to convey ideas in some cases.</li>
<li>Architecture - See how some big systems are tied together and how different components come together to build say a CMS or CRM system.</li>
<li>Evolving technology - I can look at how I use VS 2008 and try to remember back to using VS 6.0 many years ago and some parts of how I build web applications has definitely chaned over time which can be beneficial to see new ways to put things together.</li>
</ul>
<p>The paradox comes from that at some point, I'm looking at things from such a high level that nothing is really in focus and so the challenge them becomes trying to get back down enough to know how to put together the smaller parts while still understanding a big picture for where I'm trying to improve something.</p>
<p>Finding better work environments is another big thing can affect my skills. If I'm working with people that produce code of a high quality, polished code with tests, that can act as a way to influence me to be better about what I add to the codebase. Similarly, if I work with a bunch of cowboy developers, this may make me be more of a cowboy coder myself.</p>
<ul>
<li>By cowboy I mean that kind of developer that regularly has spaghetti code that as it was all done by 1 or 2 people they know what ideas where behind various parts of it and there can be many times where one has to go, "Crap, now I go fix that," or "Whoa... how did I miss that?" or, "What do you mean someone tried to put in X as a number? That's not cool."</li>
</ul>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1368281#13682810Answer by Chris for What is the single most effective thing you did to improve your programming skills?Chris2009-09-02T15:06:08Z2009-09-02T15:06:08Z<p>If you are interested in OO programming, I would also recommend to ready Object-Oriented Software Construction, Second Edition by BERTRAND MEYER. It really helps me to understand the OO concepts and improved my C++, Java and C# coding.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1368379#13683790Answer by Rick Leir for What is the single most effective thing you did to improve your programming skills?Rick Leir2009-09-02T15:24:11Z2009-09-02T15:24:11Z<p>
<li>
read some of the books listed at <a href="http://blinkmonitor.com/tag/5-stars/" rel="nofollow">http://blinkmonitor.com/tag/5-stars/</a> </li>
<li> actively use what you learned above within a few days, or you will lose it. </li>
<li> contribute to a wide variety of open-source projects. </li>
</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1368432#13684321Answer by Pete for What is the single most effective thing you did to improve your programming skills?Pete2009-09-02T15:34:50Z2009-09-02T15:34:50Z<p>Hmmm - I think that the #1 single most important thing to improve my programming happened more than 10 years ago when I read the GoF
<a href="http://en.wikipedia.org/wiki/Design%5FPatterns%5F%28book%29" rel="nofollow">Design Patterns book</a>
Although my skills have greatly improved since then by learning TDD, database design, IOC, DI, Agile processes, etc.</p>
<p>But those have all been a lot of small steps - the GoF book was a huge leap.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1368486#1368486-1Answer by OezcanAcar for What is the single most effective thing you did to improve your programming skills?OezcanAcar2009-09-02T15:42:27Z2009-09-02T15:42:27Z<p>Write a new IT book, if you want to improve your knowlege and skills.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1368504#13685040Answer by Justin Niessner for What is the single most effective thing you did to improve your programming skills?Justin Niessner2009-09-02T15:47:32Z2009-09-02T15:47:32Z<p><strong>Learned to read!</strong></p>
<p>...seriously. If you think about it, we wouldn't be able to code anything without that basic skill.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1368524#13685240Answer by Mark Redman for What is the single most effective thing you did to improve your programming skills?Mark Redman2009-09-02T15:50:33Z2009-09-02T15:50:33Z<p>1) Learning varied programming concepts: PLC programming, Assembler, Scripting, RAD Concepts, SQL and various Languages definately gives you a wide range of ways to attach different scenarios. Sometimes this is easier in the situations you find yourself in and sometimes not easy in an commercial/working environment. You can however use new technologies in isolation in smaller projects or disctrete parts of projects as "proof of concepts" to learn and test these technologies and learn new ways of doing things.</p>
<p>2) Reading Books (for particular help in specific areas) If you find books dont help you its because you're on the right track.</p>
<p>3) Main Point: Doing varied types of projects, Windows, Web, Windows Services, Screen Savers, Win IP Hooks, etc definately gives one a good overview of how things work and what works. Doing small projects when learning a new technology, either rebuilding existing apps you've built or cloning other small apps can definately take you throuhg the development processes quicker. 10 years of varied expereince is better than 10 years of repeat expereince.</p>
<p>4) If you dont like certain things in development eg Regular Expressions, JavaScript, become an expert.</p>
<p>5) Code Generation: Use code generation tools, you will soon learn to spot repeatable patterns to implement using code generation to save you time.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1494114#1494114-1Answer by Steve Wortham for What is the single most effective thing you did to improve your programming skills?Steve Wortham2009-09-29T18:14:04Z2009-09-29T18:14:04Z<p>Taking the AP Computer Science courses in high school helped me the most out of anything.</p>
<p>I say that because prior to that I was self taught and would code in QBASIC as a hobby. I mostly just did my own thing, paying no attention to coding practices or readability. But in computer science I was taught C++ and the fundamentals of OOP. </p>
<p>Obviously I've done a lot to improve my skills since then, but some level of formal training can be extremely helpful to provide a little structure in your coding style. And on top of that I'm glad I had a good teacher to learn from.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1522142#15221421Answer by Martin Spamer for What is the single most effective thing you did to improve your programming skills?Martin Spamer2009-10-05T20:13:47Z2009-10-05T20:13:47Z<p>Learning to say I'll get back to you on that when when pressured to answer the question <em>How quickly can we do that ?</em></p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1522258#15222580Answer by Semih for What is the single most effective thing you did to improve your programming skills?Semih2009-10-05T20:37:00Z2009-10-05T20:37:00Z<p>First, writing code. It helps you to improve your basic programming skils. Trying not to copy paste. Trying not to repeat yourself, find another aproach. Trying to learn different languages and new technologies and best practices. Also trying to understand what other people are saying rather than what you think. Trying to read other people's code. Those helped me a lot to improve my programming skills.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1522285#15222852Answer by TomA for What is the single most effective thing you did to improve your programming skills?TomA2009-10-05T20:40:36Z2009-10-05T20:40:36Z<p><strong>Read. Code. Read code.</strong></p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1522321#15223210Answer by Helen Neely for What is the single most effective thing you did to improve your programming skills?Helen Neely2009-10-05T20:50:21Z2009-10-05T20:50:21Z<p>One of the ways that I have used to learn to be good at programming has been through code reading, lots and lots of it, practice everyday and invest in books. Again, there's no one trick that helps - you decide what works for you and stick to it. But what ever you choose, it's always important to keep coding daily if you can.</p>
<p>Here are a few <a href="http://www.jroller.com/bookreview/entry/book_recommendations" rel="nofollow">list of books</a> that I have recently bought and found very useful.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1522351#15223510Answer by Drew for What is the single most effective thing you did to improve your programming skills?Drew2009-10-05T20:56:37Z2009-10-05T20:56:37Z<p>Started Caring.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1548932#15489320Answer by Kiffin for What is the single most effective thing you did to improve your programming skills?Kiffin2009-10-10T20:05:08Z2009-10-10T20:05:08Z<p>Stop being so cocky and listening openly to other alternative opinions.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1623907#16239070Answer by Jonathan for What is the single most effective thing you did to improve your programming skills?Jonathan2009-10-26T09:39:49Z2009-10-26T09:39:49Z<p>Pay particular attention to your life outside of work, and invest as much or more time in friends/family as sitting coding. How can you be good at work if your needs arent met outside of work?</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1648060#16480600Answer by Alex for What is the single most effective thing you did to improve your programming skills?Alex2009-10-30T04:51:10Z2009-10-30T21:31:49Z<p>Joining StackOverflow and seeing the huge number of outstanding programmers in the community. It was a kick up the bum and an inspiration at the same time. </p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1648249#16482490Answer by Binoj Antony for What is the single most effective thing you did to improve your programming skills?Binoj Antony2009-10-30T06:02:49Z2009-10-30T06:02:49Z<p>Leaning <strong>Object Oriented Programming</strong> when I moved from C to C++<br />
And the principle of <strong>SoC</strong></p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1683223#16832230Answer by chuckyro for What is the single most effective thing you did to improve your programming skills?chuckyro2009-11-05T20:08:35Z2009-11-05T20:08:35Z<p>abstract one mile long, code one inch deep</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1683277#16832770Answer by Guy Starbuck for What is the single most effective thing you did to improve your programming skills?Guy Starbuck2009-11-05T20:14:03Z2009-11-05T20:14:03Z<p>Listening to <a href="http://www.dotnetrocks.com" rel="nofollow">DotNetRocks</a>.</p>
<p>A number of years ago, after I started listening to each show during my commute, this podcast really unlocked a whole world of knowledge that expanded my understanding of software development, patterns, architecture, books, and the Microsoft community in general.</p>
<p>The quality may vary, but they still put out a lot of good stuff.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1683324#16833240Answer by Longpoke for What is the single most effective thing you did to improve your programming skills?Longpoke2009-11-05T20:21:27Z2009-11-05T20:21:27Z<p>Reverse engineering. Looking inside massive compiled proprietary applications, and web applications from only the client side gives you a great view of how things are currently being done in the real world. Also teaches you what to avoid when programming.</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1684039#16840390Answer by Jack for What is the single most effective thing you did to improve your programming skills?Jack2009-11-05T22:18:13Z2009-11-05T22:18:13Z<p>Wrote a custom VM with a custom ASM syntax and a custom C-style language. It helped really a lot in understanding low level programming and architecture..</p>
http://stackoverflow.com/questions/76364/what-is-the-single-most-effective-thing-you-did-to-improve-your-programming-skill/1719432#17194320Answer by OverClocked for What is the single most effective thing you did to improve your programming skills?OverClocked2009-11-12T02:03:52Z2009-11-12T02:03:52Z<p>Getting to 10,000 hours of programming... Experience and just do do do...</p>