up vote 243 down vote favorite
127

This question has been inspired by my recent discovery/adoption of distributed version control. I started using it (mercurial) just because I liked the idea of still being able to make commits at times when I couldn't connect to the central server. I never expected it would give me a large boost in general productivity, but a pleasant side effect I discovered was that making a new clone every time I started a new task and giving that clone a descriptive folder name is extremely effective at keeping me on task resulting is a noticeable productivity increase.

So as a programmer what single discovery has given you the greatest boost in productivity?

Extra respect for answers which involve tools or practices that aren't so obvious from the outside!

flag

187 Answers

1 2 3 4 5 7
up vote 285 down vote

Not sure it's really my #1 but nobody has mentioned this yet: syntax highlighting.

Maybe it's just because I've gotten too used to it but it takes me twice as long to edit a program in nano (black-and-white) as it does in KWrite (color with syntax highlighting)... sometimes I've been outright unable to do it.

link|flag
17  
You can enable syntax highlighting in Nano - just google it for your language. And anyway - real men use vi :-). – Lucas Jones Apr 12 '09 at 10:18
3  
+1 I remember the times when syntax highlighting was considered not to be for real programmers... (I've always found it helpful though - maybe I'm not a real programmer after all ;-) – Subtwo Feb 25 at 8:44
13  
I've generally made a point of embracing, or at least taking a good look at all the things real programmers disdain. Half the time people disdain things because they're afraid it'll put them out of business. – Kennet Belenky Mar 2 at 21:26
4  
@Subtwo, I do everything "real programmers" don't. This isn't about being macho, it's about writing great code easily. It reminds me of this XKCD: xkcd.com/378 – Mike Sherov Mar 2 at 23:53
13  
@Lucas Jones And real women. I don't think my vi skills are going to make me a real man anytime soon. – Ellie P. Mar 3 at 4:21
show 9 more comments
up vote 276 down vote

For me it is Code Completion (which Microsoft calls Intellisense although they are slightly different). Things just move so much faster when the information I need right now is right at my fingertips. The savings in keystrokes helps as well.

link|flag
34  
What's Intellisense? – David Zaslavsky Mar 16 '09 at 0:16
13  
David, Intellisense is the little window that pops up when you are typing in Visual Studio (or most any other IDE or editor these days) that shows you matching objects (e.g. all objects or methods starting with "a"), methods, parameters, etc. – Mark Brittingham Mar 16 '09 at 14:45
69  
Intellisense is Microsoft's proprietary name for autocompletion. – Peter Recore Mar 2 at 20:41
102  
+1 I don<ctrl+space> ty<ctrl+space> ful<ctrl+space> wo<ctrl+space> anym<ctrl+space>. – Jon Seigel Mar 2 at 21:21
10  
Intellisense/Autocompletion really aren't that useful when you're using languages that don't require so much boilerplate. – ironfroggy Mar 3 at 3:34
show 23 more comments
up vote 207 down vote

Google

link|flag
100  
Thx you for including the link :-) – To1ne May 8 '09 at 19:02
5  
How come I didn't see StackOverflow.com yet? o_O – Romain Mar 2 at 21:21
2  
Unheard of before. – fastcodejava Mar 2 at 23:49
24  
@Romain because for some of us, stackoverflow is the single greatest drain of productivity. – cobbal Mar 3 at 3:02
show 3 more comments
up vote 205 down vote

Flow. Try to maximize the amount of time that you can spend in Flow. That means: Close your web browser (the one opened to cnn.com), don't listen to distracting music, close your mailbox, close your IM, etc. You get the idea. If you wanted to be very productive in college, you shut out the entire world so that you can focus. There's no reason why work-life is any different.

People who are least productive tend to lose a lot of time to distraction, entertainment, etc. Look at your co-workers. You'll see that I'm right.

link|flag
15  
When I'm really trying to concentrate, I've gone as far as turning digital clocks around to face the wall because that changing number once per minute was too distracting. :) – Greg D Mar 15 '09 at 16:39
4  
hmm on the other hand, when i'm really 'in' the problem .. my all sense organs are automatically paralyzed... – Vardhan Varma Mar 16 '09 at 17:36
52  
yeap and i get distracted reading stackoverflow questions too :-D – icelava Jun 25 '09 at 3:03
1  
Very true...I wish I could save this answer. I am missing the "add answer to my favourites" feature – aip.cd.aish Mar 2 at 23:18
19  
I thought it's called "The Zone" :) – strelokstrelok Mar 3 at 2:09
show 8 more comments
up vote 145 down vote

Dual Monitors for me. Note: I haven't attempted to use one very large screen.

link|flag
7  
Dual-very-large-screen also works, trust me. I personally use 3 monitors at work. – Romain Mar 2 at 21:23
10  
If every programmer worked in a worker cooperative or had managers who knew how programmers tick, they would all have dual monitors. – RamyenHead Mar 3 at 7:47
show 11 more comments
up vote 143 down vote

VIM!!! Nuff said!

link|flag
12  
I'd +2 this if I could. – Kristo Mar 14 '09 at 14:19
8  
As someone born after green-screens, why on earth would VIM help productivity? – Karl Mar 21 '09 at 15:33
10  
@Karl: Because it gets out of your way and just listens to what you tell it do to. You can be the programmer without worrying about fighting the shitty tool (Microsoft, I'm talking about your shitty tools) – Adam Hawes Apr 13 '09 at 6:29
35  
It's spelt vim. No fancy exclamation marks needed or allowed. – mctylr Mar 2 at 21:22
6  
In the right hands, it can do things most text editors cant. --- "To me, vi is Zen. To use vi is to practice zen. Every command is a koan. Profound to the user, unintelligible to the uninitiated. You discover truth every time you use it." (author unknown) – brian newman Mar 2 at 23:31
show 13 more comments
up vote 132 down vote

Surprised no one has posted the obvious smart-ass answer: caffeine!

link|flag
17  
lol Figures that I would get my first Nice Answer badge from this instead of the dozens of other serious answers I've posted. =) – gnovice Mar 17 '09 at 14:06
39  
It's funny that this gets so may up votes, and nobody even suggests "a full night's rest". – Alan Hensel Mar 21 '09 at 14:53
5  
Who has time to sleep? :) – Greg D Mar 23 '09 at 19:23
5  
It seems to me developer productivity peaks around 3am. Or is it just me? – Romain Mar 2 at 21:20
8  
+1 for the full night's rest, +0 for caffeine. My code quality plummets with poor sleep, and plummets even more with stimulants. I suspect most people's does. – Kennet Belenky Mar 2 at 21:28
show 9 more comments
up vote 122 down vote

Programming languages with managed memory. It makes coding so very much easier. Also an IDE that has code completion is a must.

link|flag
4  
humanity has far more important things to do than write C or assembler (except for the rare times when its necessary for super-optimization) – CrazyJugglerDrummer Mar 2 at 21:28
3  
You should still code destructors for linked list, etc. I remember reading a while back about how a DARPA MIT driving team had a bunch of trouble because it assumed C# managed all memory, yet it was leaking anyways. They had to code something to fully stop and reboot the car every few minutes. – MindStalker Mar 3 at 0:36
6  
IMO, C++ works as well as most any in this respect, with the addition of boost::shared_ptr. My main issue with garbage collection is that it abstracts too much away. A computer has memory. Having the programmer pretend that it doesn't isn't the right strategy for writing good programs. E.g. if you have memory leaks in Java (which will happen) you need to start nullifying variables and calling Runtime.getRuntime().gc() which is basically the same as explicitly deleting just more verbose, slow and confusing. – codebolt Mar 3 at 6:05
2  
@codebolt good point, c# events give you such a great way to quietly leak memory i wouldn't be surprised if the average c# program didnt have more leaks than the average c++ program – jk Mar 3 at 9:09
show 7 more comments
up vote 122 down vote

Debuggers. I remember that learning to use debuggers opened up a whole new world for me.

link|flag
5  
I can't decide if I've gained or lost net time from debuggers. And if I have to wonder it means debuggers haven't been all that useful for me. Rather, I use the habit of writing code that is written to break early and such that when broken it is immediately obvious the one and only one place it could have broken that way. This and frequent regression testing make debugging trivial. IMO, debuggers solve a problem most programmers shouldn't have. – Plynx Mar 3 at 0:16
2  
I have no idea why, but I first read that as 'teabaggers' – Alterlife Mar 3 at 10:43
2  
I primarily use debuggers for learning other people's code (or my own code that I've forgotten). Following the flow of the code as it actually runs makes a big difference in comprehensibility. – Dan Fabulich Mar 4 at 20:37
show 6 more comments
up vote 113 down vote

pencil and a paper (simple obvious) but still underestimated

link|flag
8  
I still prefer to hash out rough designs using a pencil and paper. – Neil N Mar 15 '09 at 16:36
3  
Pencil and paper are irreplaceable to put your ideas together AND explain to others, which is a big part of any job after all. – Morlock Mar 3 at 0:01
8  
I use a big dry-erase board. – Billy ONeal Mar 3 at 0:48
show 5 more comments
up vote 112 down vote

Learn another language. Eg, learning Ruby, and Ruby on Rails, has helped my Asp.Net programming immensely.

link|flag
28  
For me it was Python. – Michael Deardeuff Mar 14 '09 at 4:07
5  
Is there a badge for that? – ChrisInCambo Mar 14 '09 at 5:25
1  
@Chris, can you explain quickly how it helped you? I do Asp.Net programming and I was interested in learning Ruby on Rails just for fun. – GoodEnough Mar 3 at 1:52
1  
Ruby on rails is a bit closer to the raw html than asp.net is, and taught me a lot about the page request lifecycle. – Chris Mar 3 at 5:28
1  
Plus taught me to think about ORM's more (eg activerecord / nHibernate) – Chris Mar 3 at 5:28
show 4 more comments
up vote 91 down vote

Open source.

link|flag
2  
My ability to work effectively with Django was strongly afflicted by the framework's weak reference docs. Then I started using the source to look up practically everything! – TokenMacGuy Mar 14 '09 at 15:01
show 3 more comments
up vote 83 down vote

A decent pair of sound isolating headphones. It still surprises how much more I get done when I block out all the office chatter. It's not a private office but it's a start.

link|flag
3  
I'll second, third and fourth this :) Sound can be very distracting. You wouldn't believe how mind-bogglingly distracting it can be :) – ldigas Mar 14 '09 at 15:23
5  
I worked in a room with 3 other interns, and it could get a little wild sometimes. Sound isolating headphones were my only option. However, when they were in, it would have helped to have a sign taped to my back that said something like "Smack me across the head to get my attention". – Spencer Mar 2 at 22:48
show 4 more comments
up vote 73 down vote

Lisp. (Why write programs when you can write programs to write programs?)

link|flag
10  
I find it fascinating that Intellisense is up to +6, while somebody spent karma to downvote this. Is the consensus truly that simply seeing a list of methods is somehow more valuable than learning the first homoiconic, and hence programmable, language? The Q specifically asked for the nonobvious. – Ken Mar 14 '09 at 5:34
3  
@Ken maybe most people can't get their head around meta-programming... – chakrit Mar 14 '09 at 14:57
1  
Love functional programming, but prefer languages other than lisp :p – CrazyJugglerDrummer Mar 2 at 21:29
3  
Clojure is a very nice modern lisp. < /plug > – Arthur Ulfeldt Mar 3 at 0:47
7  
Lisp! I love to spend more time thinking than typing. – Alexandre Rademaker Mar 3 at 2:58
show 3 more comments
up vote 70 down vote

Pair programming!

Nothing even remotely compares to that in terms of productivity boost. You could take away intellisense, or even the IDE, and pair programming would still be more productive.

link|flag
7  
It is amazing how two people being together gets each other to pay attention to the task at hand instead of day dreaming. – icelava Jun 25 '09 at 3:05
9  
I wish I could give you twelve up-votes for this one. For me the hard part is thinking about the big picture and the small picture at the same time. Having someone work with me saves hour-and-hours of "OK, that method is done. Now what?" Also hours-and-hours of "What was that called again?" and "What was I doing before I went on this bug-hunting tanget?" – Jeffrey L Whitledge Mar 2 at 23:17
4  
I find Pair Programming to be a big net loss of productivity. 95% of the time someone wants me to join them to work on something they are taking me out of a coding groove where I am being hugely productive. It takes a lot of time to reorient yourself after disruptions like that. – Brian Teeter Mar 2 at 23:50
4  
I found pair programming worked horribly for me. I found that having to write code with someone sitting there periodically interrupting me to be very distracting. – cdmckay Mar 3 at 2:02
8  
Pair programming is not "someone sitting there periodically interrupting". That does sound horrible. Pair programming is 2 people at 1 machine working together. Anything else is NOT pair programming. – Jeffrey L Whitledge Mar 3 at 3:16
show 6 more comments
up vote 65 down vote

I'm surprised nobody mentioned this - perhaps nobody knows this? Well, I hope my answer will enlighten everyone...

My discovery that boosted my productivity the most was this:

You don't have to read 20+ blogs, before you can look into that critical bug, that your boss wants you to fix ASAP! You don't even have to read a single post! It is possible to start working on it without reading anything at all!

I know, I know... Sounds crazy, but it's true!

link|flag
12  
What programming isn't about wasting time surfing the Intartubes? I'm disappointed; time for a career change :p – Adam Hawes Mar 19 '09 at 4:48
11  
Hey that blog isn't going to read itself! But the bug might fix itself (user gives up). – Travis Leleu Mar 2 at 21:33
1  
"beginning is half done." – RamyenHead Mar 3 at 7:57
1  
I guess if you were not required to 'spend' 10+ hours at work you could be finished in 4 hours and have enough time to read blogs on your own time. But as it stands you can't really make people keep working on some code before they get bored because the requirements change, someone broke build, someone changed code and it no longer works with your module, customer quit and noone knows how their code works and so on – stefanB Mar 9 at 0:28
up vote 64 down vote

Getting up and walking around, especially in the fresh air, really makes me a much more productive problem-solver. This is when I usually come up with the "Eureka!" solution.

link|flag
7  
I do some of my best work in the bathroom -- be it on the loo, or in the shower -- and in bed. It seems these are places where I can really let my mind crank on a problem without distraction. I can't tell you how many times I've solved a problem, or mentally identified the fix for a tough bug even though I haven't been anywhere near a computer in hours. – Frank Farmer Mar 3 at 4:53
2  
Dr. House, is that you? – advs89 Mar 3 at 5:33
1  
For me it the walk to the loo, or whilst on the loo taking a leak :-) – Htbaa Mar 3 at 8:26
show 5 more comments
up vote 54 down vote

That it's important to understand, deep down, how your tools work, and how you can use them to improve your workflow and automate repetitve tasks. Regardless of whether you use Eclipse, Textmate, Visual Studio, Vim, Emacs, Notepad or anything else, take the time to learn their shortcuts and, better, understand how to extend them with custom plugins.

Even further, learn shell scripting if on Unix (or PowerShell on Windows). Repetitive tasks can and should be automated, and pain points can be blunted. Automate your deployments. Automate your builds.

link|flag
2  
I am soooo with you on this one ( It really should rank higher than the "VIM!!! Nuff said" answer). I say, Use the tool you feel comfortable in. Not what others say is "the best tool evar!". Then learn to use the tool and customize all the kinks out of it. Granted, for me it was vim as well. The rationale was simple: It works on virtually every platform and with any programming language. So you learn (and customize) the editor only once! – exhuma Mar 2 at 22:40
2  
Ha, to be fair... I don't think there's a whole lot that Notepad offers you on this front. Ctrl-F, maybe? – Dan Tao Mar 3 at 3:24
show 1 more comment
up vote 41 down vote

Generics. Casting is for pottery.

link|flag
11  
Type inference. Why waste time with generics when the compiler can figure it out for you! – Bob Aman Mar 3 at 7:10
2  
Weakly typed languages. Go on and call methods, assign properties. Who cares if they're really there? Let who executes the program figure it out ;) – Agos Mar 4 at 17:50
show 1 more comment
up vote 33 down vote

Only one answer? I'm going to cheat a little, since my three answers are very closely related. ReSharper, Refactoring, and Test-Driven Development.

link|flag
8  
The secret to TDD is not to cover every test case - it's to not write any code unless you can prove the code is needed - needed to make a failing test pass. If there's no failing test, then you don't need the code. – John Saunders Mar 14 '09 at 11:20
show 5 more comments
up vote 28 down vote

Lambda Calculus and Object Oriented Programming

or more generally speaking... truly understands what "functions as first class objects" means...

and not everyone really groks how OOP works. Evidences are those large switch statements and if-else spreading out through a large code base that could be eradicated with application of polymorphism.

link|flag
4  
Sometimes it's easier to grok the logic by reading through the if/else statements than to go searching the code-base for a sub-class somewhere. Sometimes "Functional" is easier for getting the job done and easier to maintain long-term. OOP is great, but there are times when KISS is good too. (and what a mess when someone tries to overlay a recursive language like Scheme onto an iterative object model like GIMP's... ah well, tha's my own irrelevent gripe ;) – Troy Chard Mar 3 at 4:55
show 1 more comment
up vote 27 down vote

Tab Completion!

To be honest, some of the other answers are nice, but can't always be applied in every situation, especially day-to-day tasks which we perform hundreds of times.
I find tab completion helpful not only because it prevents spelling mistakes, but allows me to save time, every single time I go to the terminal.

link|flag
up vote 26 down vote

Don’t know this has been posted or if it would make the cut for a discovery.

For me it’s Peer Review.

Working with smart programmers, getting that extra pair of eyes to look into code. Saved me from burning the Midnight oil many a times!

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

Source Control

The day I started using source control for all of my personal projects was the day I graduated from amateur to professional. I can't believe I wasted all of middle school, high school, and two years of college agonizingly writing code without being safe in the knowledge that a known good version was saved away, ready to be reverted to if necessary.

Oh, and don't even think of trying to do a group project without source control.

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

I'm surprised no one's mentioned this one: Python!! Before Python, I used to use C/C++/Java for most things or occasionally PHP/Javascript (depending on what I wanted to do).

Now, my first step is almost always to prototype the core logic in Python. Having an interactive interpreter, sequences, iterators and strings built into the language (yes, I know C++ and Java have them too, but they aren't quite as easy to use), having a for-each construct, and a billion other things make coding in Python like writing executable pseudo-code.

And the richness of the third-party libraries is amazing! Want to write a parser? pyparsing is your friend (I wrote an adequate chemical reaction balancer/parser in an hour). Want to manipulate images, use PIL! Bioinformatics? Biopython.

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

Learning to break down complex problems into a series of simple tasks boosts productivity and improves the accuracy of your schedule.

link|flag
1  
Bonus: When the tasks are code, wrap those simple tasks(snippets) in well-named sub-functions/private methods and your code will be: easier to re-use, easier to re-factor, more scalable, more readable, easier to debug etc. Sometimes referred to as "Procedural Abstraction" or "Cognitive Thunking". Powerful tools :) – Troy Chard Mar 3 at 5:03
show 1 more comment
up vote 22 down vote

I've been around a while so I have several single things over the years and they vary wildly. I really haven't had any productivity discoveries in a while, except for small special purpose tools.

Probably my biggest single discovery is to prototype quickly and get the user/customer looking and touching as fast as possible before wasting time on features that they don't want or will change as soon as they discover that they really don't want it that way. I first realized this the first time I used Visual Basic to prototype the interface of an application I was creating in C++ (late 1992/early 1993).

A bunch of people can sit around a table and discuss for months what they do and do not want, but until they can actually touch it and experience it they really do not know.

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

Closing the browser often.

link|flag
18  
but i need browser to post to various communities requesting for them to send me teh codez plz. – icelava Jun 25 '09 at 3:07
1  
I keep my main browser closed and for looking up docs I use one that I don't like (so I don't spend more than minimum time in it). – porneL Mar 3 at 10:40
2  
Doesn;t that mean you also open the browser often? – Chris Mar 4 at 17:51
1  
For web-designers like myself, we literally can't even work with the browser closed! – Jonah Jun 25 at 6:27
show 3 more comments
up vote 19 down vote

Formal design patterns and unit testing.

We finally retired a legacy VB6 codebase and are in the process of building new frameworks for our business model and there's really no comparison. We're infinitely more productive. (well maybe not infinite, but you get the idea.)

link|flag
1  
What do you mean by "formal design pattern" vs "design pattern"? – Bent Rasmussen Mar 3 at 6:49
up vote 18 down vote

Descriptive variable naming

It's not very hard to do, just rename "size" to "imageSize". And don't abbreviate too much. "op_add" should be "operator_add". I still use "i" in loops, but only when they're small, and never in nested loops.

This makes it way easier to come back to projects you haven't touched in a month. :D

link|flag
1  
I'll second this. A few years back, I adopted a no-abbreviations policy for personal projects, and it's been working out well since then. – Boojum Mar 3 at 8:52
3  
This definitely needs more up votes – Tom Neyland Mar 3 at 18:34
show 1 more comment
1 2 3 4 5 7

Your Answer

get an OpenID
or
never shown

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