vote up 81 vote down star
55

What is the one "thing" (physical object, tool, software package, person, etc.) that is most indispensable to you as a programmer?

I will get the ball rolling by stating that I have long considered a whiteboard to be a programmer's best friend.

flag
19  
I don't see why questions that have "run their course" should be closed (and eventually deleted). Especially with so many contributers as in this case. Voting for reopen. – Fabian Steeg Apr 27 at 8:17
5  
If you are a sort of new programmer these type of posts can provide very useful resources for you - of course you have to wade through the weed, beer and soda posts! But I say leave it open. – MostlyLucid May 2 at 10:51
show 8 more comments

196 Answers

1 2 3 4 5 7 next
vote up 477 vote down check

Google

link|flag
66  
And then, for annoying your coworkers... lmgtfy.com :) – Arafangion Mar 31 at 7:16
36  
Thanks for the link - I'll check this out! – Aardvark Mar 31 at 13:15
1  
I've started taking the term "Googlian Monk" a little too literally when I start looking for code help. See comics.com/get_fuzzy/2006-10-12 for the details. – Dillie-O Mar 31 at 19:41
5  
+1 for lmgtfy.com... love it – Andrew Mar 31 at 23:41
show 17 more comments
vote up 214 vote down

A second monitor.

Really, I can't stress how useful it is to be able to google for help or read documentation on one screen while simultaneously being able to see your code on the other.

link|flag
4  
+10 ... Well.. i tried to click ten times, it's the intention that counts I guess ! wow... how did I not think of that... as it stares me juste there in front of me. It's when it's missing that one realize how much it is usefull – Newtopian Apr 1 at 2:44
3  
I'd rather have 1 large monitor actually. 24" at least, but I do use Virtual Desktops. – willcodejavaforfood Apr 1 at 10:33
4  
personally I find virtual desktops even more annoying than having to alt+tab between windows. cause then you have to switch between desktopts in addition to the windows. Two (Maybe even 3, but at least 2) widescreen monitors is the way to go in my opinion. – Svish Apr 23 at 6:18
show 5 more comments
vote up 162 vote down

Source Control System

link|flag
13  
Only if it's not SourceSafe...! – Mehrdad Afshari Apr 23 at 21:08
1  
@Mehrdad - SourceSafe is a pain but it's still way better than nothing – AZ Nov 20 at 10:19
show 3 more comments
vote up 125 vote down

My keyboard. For without my keyboard, I am speechless.

link|flag
5  
ever tried to code with Dragon Naturally speaking ? – Newtopian Apr 1 at 2:47
1  
+1: I have the clickiest keyboard. I can't live without it! – Anthony Cuozzo Apr 1 at 3:49
3  
@Newtopian - I tried it with the Office speech recognition (dictation). Yikes! "Undo, that!" became "undue hat"... – Lucas Jones Apr 13 at 9:50
show 2 more comments
vote up 120 vote down

Coffee. .....

link|flag
1  
Temperature is the difference; unless you enjoy piping hot coke ;) – Nick Josevski Mar 31 at 6:25
2  
Diet coke has aspartame which causes cancer. Coffee has antioxidants, which helps to fight against cancer. – Kibbee Mar 31 at 19:02
1  
coffe's bad for your health – Newtopian Apr 2 at 5:33
6  
after using coffe for a while, you need the coffee boost just to get up to the normal level of boostieness. kind of how you get hooked on it... personally I prefer to stay naturally at the normal level. and drink lots of water to keep the system clean and ready to work :) End up with some toilet breaks if you drink a lot of it, but you are really supposed to take a 5 min break from the screen every hour anyways right? =) – Svish Apr 23 at 6:21
show 10 more comments
vote up 111 vote down

Ctrl + Z.

Dear GOD. CTRL + Z! CTRL + Z! CTRL + Z!

NOOOOOOOOOOOOOOOOOOOOOOOOOOOO!

link|flag
5  
Yeah. Ctrl+Z is very handy to drop to a shell without actually having to start one. But sometimes I just forget that vim is still sleeping in the background. :) But I think you refer to this combination in another context, don't you? – pi Apr 1 at 8:00
3  
I think you mean C-_ – Adam Rosenfield Apr 12 at 17:13
20  
I use this in crazy ways. Like undoing dozens of steps to find some code that I deleted, copying it, then redoing all those steps again and pasting it back. Though it sometimes backfires if I accidentally hit a key and insert text :( – DisgruntledGoat May 13 at 23:36
6  
@DisgruntledGoat We definitely need "History palette" in our IDE, like one in Photoshop :) – Kuroki Kaze May 27 at 10:08
show 4 more comments
vote up 101 vote down

My headphones, to create a quiet place.

link|flag
show 13 more comments
vote up 82 vote down

Regular Expressions. I have no idea what I would do if I didn't know them (since Google is no help here).

link|flag
8  
I agree, they should teach regular expressions in elementary school right after teaching how to read and write. – DrJokepu Mar 31 at 13:20
24  
...so now you have two problems... – JesperE Mar 31 at 19:21
1  
Me too, they are great for what they do, but I rarely need to use them. – Ed Swangren Aug 11 at 22:57
1  
For all the cases where regular expressions are useless, give me irregular expressions. – outis Sep 25 at 7:35
show 2 more comments
vote up 70 vote down

Visual Studio.

link|flag
4  
Especially Intellisense! – TJB Apr 1 at 1:44
2  
Intellisense make me feel like I do pair programming all the time:) – dr. evil Apr 1 at 16:14
1  
Argh. If visual studio wasn't so slow and bloated and crashy, I'd have upvoted it, but it's bad enough to make me want to manually create msbuild files and just code in E :-( – Orion Edwards Apr 2 at 1:14
1  
@Jader I have a quad core machine with 4Gb of RAM, and guess what, Visual Studio can still be very very slow (without taking any CPU) and hangs at least twice a day. – Checkers Oct 25 at 2:06
show 3 more comments
vote up 64 vote down

Colleagues because talking with them always gives me a chance at better understanding what I'm doing.

link|flag
vote up 57 vote down

my girlfriend.

because she doesn't know anything about programming, so i have every evening to explain to her what i did the day in a way she understands my work.

link|flag
4  
I do this also, I have a lot of eureka moments when explaining my work in... dare I say, simple terms. Ironic. – Nick Bolton Mar 31 at 19:32
2  
JesperE, what exactly are you doing with that duck? ...err...Nevermind! – T.E.D. Mar 31 at 22:31
35  
-1 cause that painfully reminds me why I am now single ;-) – Newtopian Apr 1 at 10:45
1  
I hope my husband doesn't mind me understanding his work, at least I make myself useful blogging about his project! – MissT Apr 1 at 20:58
9  
if I were you I'd use her as a refreshment away from work. Seriously man .. you remind me of the "took the bike from the naked girl" joke! – hasen j Apr 12 at 17:57
show 7 more comments
vote up 51 vote down

GVIM.

The feature that I use most frequently is its default auto-completion and splitting the windows to view the source and the header file side by-side.

link|flag
4  
+1 but the leading G is superfluous - Vim is awesome! – Paul Ivanov Apr 6 at 5:33
show 4 more comments
vote up 48 vote down

A good diff tool, like Beyond Compare

link|flag
2  
Agreed. Although Araxis Merge is my favorite. araxis.com/merge – Dan Esparza Aug 17 at 19:36
show 5 more comments
vote up 46 vote down

Emacs.

I'm impressed with some of the magic that IDEs can do now but for pure text manipulation Emacs always come out on top.

And I'd be lying if I said I didn't like the fact that most people are scared of it. :-)

link|flag
1  
Because the people that know how to edit text are writing emacs and vim, not Super Shiny IDE 4.0. – jrockway Aug 8 at 1:27
show 2 more comments
vote up 43 vote down

The yellow rubber ducky that sits next to my monitor

link|flag
2  
I have a blue "trouble" duck on my desk. It gets past around to whichever person last broke our automated build. – Ryan Taylor Apr 21 at 0:55
1  
@Ryan: does that mean you're currently in trouble? – outis Sep 25 at 7:36
show 10 more comments
vote up 43 vote down

Notepad++

I wish the shortcuts and extra text editing functions were available in text fields across the whole operating system! In fact, they would make a great addition to IDEs such as Visual Studio, Eclipse and Netbeans.

Duplicate Current Line

Ctrl + D

Delete Current Line

Ctrl + L

Move Current Line Up

Ctrl + Shift + Up

Move Current Line Down

Ctrl + Shift + Down

link|flag
1  
Do you know how to extend the text selection to the nearest blank line? That's what ctrl+shift+up/down are for in TextPad, and I find that I'm missing those on a daily basis. – recursive Mar 31 at 15:34
2  
At least in eclipse, those 4 features are available. In emacs, just the first two by default, but I have like 10 lines of elisp code that replicate the others =) – bigmonachus Mar 31 at 21:52
1  
@Paco hahaha, yeah, guess the UI matters alot. – hasen j Apr 12 at 17:59
show 15 more comments
vote up 40 vote down

jQuery .. finally i can do magic on web pages

Oh and Firebug too .. of course..

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

Redgate's .NET Reflector

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

Google , my programming related books and recently Stackoverflow became my best buddy!

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

Since I need all the help I can get... I have an extra braincell brain cell

link|flag
4  
giantmicrobes.com they have an entire series of things that are guarenteed to make your coworkers just stop and shake their heads :) – Christopher Klein Apr 1 at 12:45
show 4 more comments
vote up 34 vote down

My dog.

I take her for a walk when I need to clear my head, or get a fresh view on things. She takes me for a walk when I've been sitting too long in front of the computer.

link|flag
2  
+100 I love dogs – dotjoe Jun 4 at 20:57
show 2 more comments
vote up 33 vote down

Eclipse .^_^.

Cause it makes me as productive as it makes me unproductive. It is where I zip by some tasks in a jiffy without taking any of it`s procrastinatic capability "there gotta be a plugin that does that" and boom... where did that sunny friday afternoon go !!

thoug on the serious side

+1 for google +1 for rubber ducky (gotta get me a new one) and +1 for Stack overflow with much the same reasonign as eclipse though !

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

intellisense

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

My peanut sized brain.

link|flag
vote up 24 vote down

Ergonomic keyboard and chair.

I don't care how good the software is, if I'm uncomfortable, I can't concentrate.

link|flag
vote up 23 vote down

vim, my vim configuration file, google, stackoverflow, my laptop and all my previous code. You cannot imagine how many times you have to solve the same problem again and again.

link|flag
4  
+1: Vim is amazing. – Anthony Cuozzo Apr 1 at 3:46
1  
I totally agree with you. – Taurus Olson Apr 5 at 0:02
vote up 22 vote down

My Internet connection

This gives me all the goodies I need

  • Google
  • Reflector and other downloads
  • Msdn
  • Codeproject
  • StackOverflow
  • etc

Without it I'm helpless & useless.

(How did I do that in pre 1998?? Oh yes: the magic MSDN library on CD)

link|flag
3  
I don't know how my life would be without my internet ... (on a second thought, I don't have a life :P) – hasen j Apr 12 at 18:02
1  
@Liran: floppies, because 1.4 MB has got to be enough for everything – hasen j Apr 23 at 6:40
show 1 more comment
vote up 15 vote down

Of course my notebook(both paper based and electronic circuits based)

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

Perl.

Even when I'm working in another language, I like to automate tasks, and I haven't bothered to learn all the intricacies of bash syntax to use a real shell script. So I turn to Perl, and it's always there for me. It lets me call out to shell commands when I need to, but still allows me to process variables like a real programming language.

It has tons of nice syntactic sugar, like regular expressions, that make some things so much easier (even if it's a little bit dense to read the first time). I use it for any moderately-complicated task that I need (or want) to automate, and since it was my first programming language, it's much more natural to me than using shell scripts.

Plus, I can usually get things done very quickly.

Who needs to update a Makefile every time you add an important new file to a rapidly growing project when you can just glob("*.c") to get a list of all your C files, no matter what you've added or taken out?

It has some of the most useful parts of shell syntax, but in a real, actual programming language.

link|flag
show 6 more comments
vote up 10 vote down

A very close second for me is an IDE with good intellisense. There is no better starting point for understanding existing code than to type a dot :)

link|flag
1 2 3 4 5 7 next

Your Answer

Get an OpenID
or

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